botan: update to 2.3.0. (soname bump)
Fixes CVE-2017-14737
This commit is contained in:
parent
116e3ef09d
commit
bcde472a35
3 changed files with 11 additions and 11 deletions
|
@ -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
|
||||
|
|
|
@ -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 <botan/build.h>
|
||||
#include <botan/assert.h>
|
||||
#include <botan/build.h> // IWYU pragma: export
|
||||
#include <botan/assert.h> // IWYU pragma: export
|
||||
+#include <climits>
|
||||
#include <cstddef>
|
||||
#include <cstdint>
|
||||
#include <memory>
|
||||
#include <cstddef> // IWYU pragma: export
|
||||
#include <cstdint> // IWYU pragma: export
|
||||
#include <memory> // IWYU pragma: export
|
||||
|
|
|
@ -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 <pullmoll@t-online.de>"
|
|||
license="3-clause-BSD"
|
||||
homepage="http://botan.randombit.net/"
|
||||
distfiles="http://botan.randombit.net/releases/Botan-${version}.tgz"
|
||||
checksum=c794db2ec46f6ff88f37ae76825f0c258f07880b865b6707b26acfcc4567b824
|
||||
checksum=39f970fee5986a4c3e425030aef50ac284da18596c004d1a9cce7688c4e6d47c
|
||||
|
||||
LDFLAGS="-pthread"
|
||||
|
||||
|
|
Loading…
Reference in a new issue