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:   pettai
Date:           Mon Oct  8 20:46:38 UTC 2012

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

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/security/botan/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/security/botan/PLIST.common
cvs rdiff -u -r1.11 -r1.12 pkgsrc/security/botan/distinfo

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




Home | Main Index | Thread Index | Old Index