diff options
author | taca <taca> | 2010-06-02 13:30:11 +0000 |
---|---|---|
committer | taca <taca> | 2010-06-02 13:30:11 +0000 |
commit | 7d0d67a5a5a3c5cfda4c4f4df1469adf88c63028 (patch) | |
tree | bae36a54c6747727bef11e87c17ff44be1efc0a4 /security/openssl/Makefile | |
parent | 79d47bfc6e6d1ca7b9c3d08577b06d28d5f5de82 (diff) | |
download | pkgsrc-7d0d67a5a5a3c5cfda4c4f4df1469adf88c63028.tar.gz |
Update security/openssl package to 0.9.8o.
OpenSSL CHANGES
_______________
Changes between 0.9.8n and 0.9.8o [01 Jun 2010]
*) Correct a typo in the CMS ASN1 module which can result in invalid memory
access or freeing data twice (CVE-2010-0742)
[Steve Henson, Ronald Moesbergen <intercommit@gmail.com>]
*) Add SHA2 algorithms to SSL_library_init(). SHA2 is becoming far more
common in certificates and some applications which only call
SSL_library_init and not OpenSSL_add_all_algorithms() will fail.
[Steve Henson]
*) VMS fixes:
Reduce copying into .apps and .test in makevms.com
Don't try to use blank CA certificate in CA.com
Allow use of C files from original directories in maketests.com
[Steven M. Schweda" <sms@antinode.info>]
Diffstat (limited to 'security/openssl/Makefile')
-rw-r--r-- | security/openssl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile index f9ce72fb688..b9cf392023b 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.148 2010/05/08 06:33:41 adam Exp $ +# $NetBSD: Makefile,v 1.149 2010/06/02 13:30:11 taca Exp $ OPENSSL_SNAPSHOT?= # empty OPENSSL_STABLE?= # empty -OPENSSL_VERS?= 0.9.8n +OPENSSL_VERS?= 0.9.8o .if empty(OPENSSL_SNAPSHOT) DISTNAME= openssl-${OPENSSL_VERS} |