From bbaa591d58bbd5c6e3612d4927e0513cc65e5209 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Mon, 14 Aug 2017 20:04:08 +0200 Subject: [PATCH] botan: update to 2.2.0 --- common/shlibs | 2 +- .../botan/patches/botan_types_include_climits.patch | 10 ++++++++++ srcpkgs/botan/template | 6 +++--- 3 files changed, 14 insertions(+), 4 deletions(-) create mode 100644 srcpkgs/botan/patches/botan_types_include_climits.patch diff --git a/common/shlibs b/common/shlibs index daab0963544..b995f4c087f 100644 --- a/common/shlibs +++ b/common/shlibs @@ -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 diff --git a/srcpkgs/botan/patches/botan_types_include_climits.patch b/srcpkgs/botan/patches/botan_types_include_climits.patch new file mode 100644 index 00000000000..5fa68eb1d4d --- /dev/null +++ b/srcpkgs/botan/patches/botan_types_include_climits.patch @@ -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 + #include ++#include + #include + #include + #include diff --git a/srcpkgs/botan/template b/srcpkgs/botan/template index e91e6ca2796..424d316e9d4 100644 --- a/srcpkgs/botan/template +++ b/srcpkgs/botan/template @@ -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 " license="3-clause-BSD" homepage="http://botan.randombit.net/" distfiles="http://botan.randombit.net/releases/Botan-${version}.tgz" -checksum=a138ed316d11450a8405451b9c9664b8e640a9b7ad84d3f3ad34e8071f364e0b +checksum=c794db2ec46f6ff88f37ae76825f0c258f07880b865b6707b26acfcc4567b824 LDFLAGS="-pthread"