From bcde472a3545ab75cec6ef672c7206d4ef6a56a8 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Fri, 13 Oct 2017 08:03:06 +0000 Subject: [PATCH] botan: update to 2.3.0. (soname bump) Fixes CVE-2017-14737 --- common/shlibs | 2 +- .../patches/botan_types_include_climits.patch | 16 ++++++++-------- srcpkgs/botan/template | 4 ++-- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/common/shlibs b/common/shlibs index 3634235cd6..537b4169fe 100644 --- a/common/shlibs +++ b/common/shlibs @@ -2654,7 +2654,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.2 botan-2.2.0_1 +libbotan-2.so.3 botan-2.3.0_1 libswipl.so.7.6 swi-prolog-7.6.0_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 index 5fa68eb1d4..1bc10aa8ff 100644 --- a/srcpkgs/botan/patches/botan_types_include_climits.patch +++ b/srcpkgs/botan/patches/botan_types_include_climits.patch @@ -1,10 +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 @@ +--- src/lib/utils/types.h.orig 2017-10-13 08:08:04.055686756 +0000 ++++ src/lib/utils/types.h 2017-10-13 08:08:46.043688922 +0000 +@@ -12,6 +12,7 @@ - #include - #include + #include // IWYU pragma: export + #include // IWYU pragma: export +#include - #include - #include - #include + #include // IWYU pragma: export + #include // IWYU pragma: export + #include // IWYU pragma: export diff --git a/srcpkgs/botan/template b/srcpkgs/botan/template index 26b38b8363..42c88280b3 100644 --- a/srcpkgs/botan/template +++ b/srcpkgs/botan/template @@ -1,6 +1,6 @@ # Template file for 'botan' pkgname=botan -version=2.2.0 +version=2.3.0 revision=1 wrksrc="${pkgname^}-${version}" build_style=gnu-makefile @@ -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=c794db2ec46f6ff88f37ae76825f0c258f07880b865b6707b26acfcc4567b824 +checksum=39f970fee5986a4c3e425030aef50ac284da18596c004d1a9cce7688c4e6d47c LDFLAGS="-pthread"