pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/botan



Module Name:    pkgsrc
Committed By:   joerg
Date:           Fri Nov 11 19:46:48 UTC 2016

Modified Files:
        pkgsrc/security/botan: Makefile PLIST distinfo

Log Message:
Update to Botan-1.10.13:
- Use constant time modular inverse algorithm to avoid possible side
  channel attack against ECDSA (CVE-2016-2849)
- Use constant time PKCS #1 unpadding to avoid possible side channel
  attack against RSA decryption (CVE-2015-7827)


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/security/botan/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/security/botan/PLIST
cvs rdiff -u -r1.18 -r1.19 pkgsrc/security/botan/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/botan/Makefile
diff -u pkgsrc/security/botan/Makefile:1.40 pkgsrc/security/botan/Makefile:1.41
--- pkgsrc/security/botan/Makefile:1.40 Sat Jul  9 13:04:03 2016
+++ pkgsrc/security/botan/Makefile      Fri Nov 11 19:46:48 2016
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.40 2016/07/09 13:04:03 wiz Exp $
+# $NetBSD: Makefile,v 1.41 2016/11/11 19:46:48 joerg Exp $
 
-DISTNAME=      Botan-1.10.12
+DISTNAME=      Botan-1.10.13
 PKGNAME=       ${DISTNAME:tl}
 CATEGORIES=    security
 MASTER_SITES=  http://botan.randombit.net/releases/

Index: pkgsrc/security/botan/PLIST
diff -u pkgsrc/security/botan/PLIST:1.5 pkgsrc/security/botan/PLIST:1.6
--- pkgsrc/security/botan/PLIST:1.5     Thu Jun  9 08:20:43 2016
+++ pkgsrc/security/botan/PLIST Fri Nov 11 19:46:48 2016
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2016/06/09 08:20:43 he Exp $
+@comment $NetBSD: PLIST,v 1.6 2016/11/11 19:46:48 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.12
+lib/libbotan-1.10.so.1.13
 lib/pkgconfig/botan-1.10.pc
 share/doc/${PKGNAME}/manual/algos.txt
 share/doc/${PKGNAME}/manual/bigint.txt

Index: pkgsrc/security/botan/distinfo
diff -u pkgsrc/security/botan/distinfo:1.18 pkgsrc/security/botan/distinfo:1.19
--- pkgsrc/security/botan/distinfo:1.18 Fri Jun  3 11:52:42 2016
+++ pkgsrc/security/botan/distinfo      Fri Nov 11 19:46:48 2016
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.18 2016/06/03 11:52:42 fhajny Exp $
+$NetBSD: distinfo,v 1.19 2016/11/11 19:46:48 joerg Exp $
 
-SHA1 (Botan-1.10.12.tgz) = 45ad77e59dadc8498dc62dbcaf7c8cec46e2b073
-RMD160 (Botan-1.10.12.tgz) = ebe525ff8bc35d2363bb934b045c83a29ea4f358
-SHA512 (Botan-1.10.12.tgz) = 074ed9c89d715ada53a3366139da3f0f2fd7ee01941d301b0a9c1a897927ed88c0ade32f66768091664e6b652b7921b3b4c513106ee6ce1942dece3a25216bf5
-Size (Botan-1.10.12.tgz) = 2707397 bytes
+SHA1 (Botan-1.10.13.tgz) = e6771fb063a286c5dcbf6b3f040f4f6be19d00bd
+RMD160 (Botan-1.10.13.tgz) = 0471569fa23d02a03c2ed47fbb04160ce54d5a1c
+SHA512 (Botan-1.10.13.tgz) = a09d2cb5dda21bf384b81675025f249abdfe232c95dc3383f0baebc2bf1603b2ed1e2aec9a81aae95df592ec2eeae8906c63474a6da42ad3701669a5d8f14656
+Size (Botan-1.10.13.tgz) = 2710181 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



Home | Main Index | Thread Index | Old Index