diff options
author | joerg <joerg@pkgsrc.org> | 2018-07-01 17:23:43 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2018-07-01 17:23:43 +0000 |
commit | 5d586f6e803597d434ed753c5ec8b98ec42e587d (patch) | |
tree | a854e943f49dc8c2cead80f717df1dca1d978d0f /security/botan | |
parent | 592d5fcc76f3c12bb6560944f1ecd42e9a538dc0 (diff) | |
download | pkgsrc-5d586f6e803597d434ed753c5ec8b98ec42e587d.tar.gz |
Update to botan-1.10.17:
- Fix for CVE-2017-14737 (side channel)
- workaround a gcc7 bug on i386
- improve forward API compatibility
Diffstat (limited to 'security/botan')
-rw-r--r-- | security/botan/Makefile | 4 | ||||
-rw-r--r-- | security/botan/PLIST | 4 | ||||
-rw-r--r-- | security/botan/distinfo | 10 |
3 files changed, 9 insertions, 9 deletions
diff --git a/security/botan/Makefile b/security/botan/Makefile index 6f1c4d7133a..8e283f9b9d9 100644 --- a/security/botan/Makefile +++ b/security/botan/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.44 2017/11/26 10:39:37 wiz Exp $ +# $NetBSD: Makefile,v 1.45 2018/07/01 17:23:43 joerg Exp $ -DISTNAME= Botan-1.10.16 +DISTNAME= Botan-1.10.17 PKGNAME= ${DISTNAME:tl} CATEGORIES= security MASTER_SITES= https://botan.randombit.net/releases/ diff --git a/security/botan/PLIST b/security/botan/PLIST index 19d21e2ea0a..fb9fc318eb3 100644 --- a/security/botan/PLIST +++ b/security/botan/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2017/04/10 20:26:31 joerg Exp $ +@comment $NetBSD: PLIST,v 1.8 2018/07/01 17:23:43 joerg Exp $ bin/botan-config-1.10 include/botan-1.10/botan/adler32.h include/botan-1.10/botan/aes.h @@ -233,7 +233,7 @@ include/botan-1.10/botan/xts.h lib/libbotan-1.10.a lib/libbotan-1.10.so lib/libbotan-1.10.so.1 -lib/libbotan-1.10.so.1.16 +lib/libbotan-1.10.so.1.17 lib/pkgconfig/botan-1.10.pc share/doc/${PKGNAME}/manual/algos.txt share/doc/${PKGNAME}/manual/bigint.txt diff --git a/security/botan/distinfo b/security/botan/distinfo index 44f01f9b8c1..1ec88a3cee7 100644 --- a/security/botan/distinfo +++ b/security/botan/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.20 2017/04/10 20:26:31 joerg Exp $ +$NetBSD: distinfo,v 1.21 2018/07/01 17:23:43 joerg Exp $ -SHA1 (Botan-1.10.16.tgz) = 697144c34b1bf77c5b2bc1ff4d08f69ee718782b -RMD160 (Botan-1.10.16.tgz) = 72f02a2817109f90cb99045107f8385825d6fc1a -SHA512 (Botan-1.10.16.tgz) = 967137c89484630806e828c3902fe27c28dae17e6a3aeae7c542093de356545be4fcbe4325afd9fb40093a10ac409244e4e6503364858facb59057a5dfd61c03 -Size (Botan-1.10.16.tgz) = 2711177 bytes +SHA1 (Botan-1.10.17.tgz) = b36541b441fb116caf068b6157ad7d01d71ecd2e +RMD160 (Botan-1.10.17.tgz) = 77336d0c9a10c03e86ad5946f1e357ec70cee9e7 +SHA512 (Botan-1.10.17.tgz) = a47cab3af113652247c8efc8b0f043eb62175eaa8554833d5fc3016ea94dbdd8aa722ab9b5226cc5f133afbcc088d54362111630eaa4594812c39925cc3c8649 +Size (Botan-1.10.17.tgz) = 2706678 bytes SHA1 (patch-src_build-data_arch_arm.txt) = 23e40eb4bf43ca8c96f809b7f7a33de4a5149f47 SHA1 (patch-src_build-data_makefile_unix.in) = 1ab76671c1acfe955d3e01d27e91687c0c382239 SHA1 (patch-src_build-data_makefile_unix__shr.in) = ecd64f1ee80cb791d58052a75c6f33c5d4360a96 |