pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/botan Update to Botan 1.8.14:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b88d19d48a85
branches:  trunk
changeset: 609720:b88d19d48a85
user:      pettai <pettai%pkgsrc.org@localhost>
date:      Mon Oct 08 20:46:38 2012 +0000

description:
Update to Botan 1.8.14:

* 1.8.14, 2012-07-18

- The malloc allocator would return null instead of throwing in the event of
  an allocation failure, which could cause an application crash due to null
  pointer dereference where normally an exception would occur.
- Recent versions of OpenSSL include extra information in ECC private keys,
  the presence of which caused an exception when such a key was loaded by
  botan. The decoding of ECC private keys has been changed to ignore these
  fields if they are set.
- AutoSeeded_RNG has been changed to prefer /dev/random over /dev/urandom
- Fix detection of s390x (Debian bug 638347)

diffstat:

 security/botan/Makefile     |  4 ++--
 security/botan/PLIST.common |  4 +---
 security/botan/distinfo     |  8 ++++----
 3 files changed, 7 insertions(+), 9 deletions(-)

diffs (51 lines):

diff -r a7a32da49992 -r b88d19d48a85 security/botan/Makefile
--- a/security/botan/Makefile   Mon Oct 08 20:32:42 2012 +0000
+++ b/security/botan/Makefile   Mon Oct 08 20:46:38 2012 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2011/11/25 21:25:26 joerg Exp $
+# $NetBSD: Makefile,v 1.26 2012/10/08 20:46:38 pettai Exp $
 
-DISTNAME=      Botan-1.8.13
+DISTNAME=      Botan-1.8.14
 PKGNAME=       ${DISTNAME:tl}
 CATEGORIES=    security
 MASTER_SITES=  http://files.randombit.net/botan/archive/v1.8/
diff -r a7a32da49992 -r b88d19d48a85 security/botan/PLIST.common
--- a/security/botan/PLIST.common       Mon Oct 08 20:32:42 2012 +0000
+++ b/security/botan/PLIST.common       Mon Oct 08 20:46:38 2012 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST.common,v 1.6 2011/12/08 03:01:03 jmmv Exp $
+@comment $NetBSD: PLIST.common,v 1.7 2012/10/08 20:46:38 pettai Exp $
 bin/botan-config
 include/botan/adler32.h
 include/botan/aes.h
@@ -248,7 +248,6 @@
 lib/libbotan.a
 lib/libbotan.so
 lib/pkgconfig/botan-1.8.pc
-share/doc/Botan-${PKGVERSION}/api.pdf
 share/doc/Botan-${PKGVERSION}/api.tex
 share/doc/Botan-${PKGVERSION}/credits.txt
 share/doc/Botan-${PKGVERSION}/fips140.tex
@@ -257,5 +256,4 @@
 share/doc/Botan-${PKGVERSION}/pgpkeys.asc
 share/doc/Botan-${PKGVERSION}/readme.txt
 share/doc/Botan-${PKGVERSION}/thanks.txt
-share/doc/Botan-${PKGVERSION}/tutorial.pdf
 share/doc/Botan-${PKGVERSION}/tutorial.tex
diff -r a7a32da49992 -r b88d19d48a85 security/botan/distinfo
--- a/security/botan/distinfo   Mon Oct 08 20:32:42 2012 +0000
+++ b/security/botan/distinfo   Mon Oct 08 20:46:38 2012 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.11 2011/12/17 16:09:46 marino Exp $
+$NetBSD: distinfo,v 1.12 2012/10/08 20:46:38 pettai Exp $
 
-SHA1 (Botan-1.8.13.tgz) = 7453abcff8539059b813acfb3f87ab8b74f8b03c
-RMD160 (Botan-1.8.13.tgz) = 0e0972493e693e72df1c1a66838948fcede5eec1
-Size (Botan-1.8.13.tgz) = 3043024 bytes
+SHA1 (Botan-1.8.14.tgz) = a845a5e6d0386e0bdbd7a8cfc646d5a4cdec8649
+RMD160 (Botan-1.8.14.tgz) = 6125937c13860b67a18dbbee71c477b4d06ad5b2
+Size (Botan-1.8.14.tgz) = 2632909 bytes
 SHA1 (patch-ab) = a53a3e23722d8f478c5a6c5ecf1df08d74fd21c0
 SHA1 (patch-ac) = 4f98ff086983b27ed17d048486a8afced47e7970
 SHA1 (patch-ak) = 7bf66c1faa84971b490be96efefac0ef44f97b70



Home | Main Index | Thread Index | Old Index