botan: update to 2.2.0
This commit is contained in:
parent
552ada683b
commit
bbaa591d58
|
@ -2649,7 +2649,7 @@ libkmm_mymoney.so.4 kmymoney-4.8.0_1
|
|||
libpayeeidentifier_nationalAccount.so.4 kmymoney-4.8.0_1
|
||||
libpayeeidentifier_iban_bic.so.4 kmymoney-4.8.0_1
|
||||
libkmm_payeeidentifier.so kmymoney-4.8.0_1
|
||||
libbotan-2.so.0 botan-2.0.0_1
|
||||
libbotan-2.so.2 botan-2.2.0_1
|
||||
libswipl.so.7.4 swi-prolog-7.4.1_1
|
||||
libpcre2-16.so.0 libpcre2-10.22_1
|
||||
libpcre2-32.so.0 libpcre2-10.22_1
|
||||
|
|
|
@ -0,0 +1,10 @@
|
|||
--- src/lib/utils/types.h 2017-08-07 22:45:23.000000000 +0200
|
||||
+++ src/lib/utils/types.h 2017-08-14 19:59:15.087603570 +0200
|
||||
@@ -11,6 +11,7 @@
|
||||
|
||||
#include <botan/build.h>
|
||||
#include <botan/assert.h>
|
||||
+#include <climits>
|
||||
#include <cstddef>
|
||||
#include <cstdint>
|
||||
#include <memory>
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'botan'
|
||||
pkgname=botan
|
||||
version=2.0.1
|
||||
revision=2
|
||||
version=2.2.0
|
||||
revision=1
|
||||
wrksrc="${pkgname^}-${version}"
|
||||
build_style=gnu-makefile
|
||||
hostmakedepends="doxygen epstopdf python"
|
||||
|
@ -11,7 +11,7 @@ maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
|||
license="3-clause-BSD"
|
||||
homepage="http://botan.randombit.net/"
|
||||
distfiles="http://botan.randombit.net/releases/Botan-${version}.tgz"
|
||||
checksum=a138ed316d11450a8405451b9c9664b8e640a9b7ad84d3f3ad34e8071f364e0b
|
||||
checksum=c794db2ec46f6ff88f37ae76825f0c258f07880b865b6707b26acfcc4567b824
|
||||
|
||||
LDFLAGS="-pthread"
|
||||
|
||||
|
|
Loading…
Reference in New Issue