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 | |
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')
-rw-r--r-- | security/openssl/Makefile | 4 | ||||
-rw-r--r-- | security/openssl/distinfo | 8 |
2 files changed, 6 insertions, 6 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} diff --git a/security/openssl/distinfo b/security/openssl/distinfo index 3f4a3a08aa7..d4441579936 100644 --- a/security/openssl/distinfo +++ b/security/openssl/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.74 2010/04/12 14:19:17 taca Exp $ +$NetBSD: distinfo,v 1.75 2010/06/02 13:30:11 taca Exp $ -SHA1 (openssl-0.9.8n.tar.gz) = 595f5ebf592568515964f0adc62239e7012ef08b -RMD160 (openssl-0.9.8n.tar.gz) = 8eb5e877c2bab203e8eb108e42d60580a478f718 -Size (openssl-0.9.8n.tar.gz) = 3770041 bytes +SHA1 (openssl-0.9.8o.tar.gz) = 80c73afc7dca790cd26936cb392a4dfd14d4e4d7 +RMD160 (openssl-0.9.8o.tar.gz) = c2e455a17bce59c8a54522ffaa26c3a5cb26b510 +Size (openssl-0.9.8o.tar.gz) = 3772542 bytes SHA1 (patch-aa) = b3899aebeea9bd9ead58771ca52ecec049589a55 SHA1 (patch-ac) = 6ff4a20440666f5c520837e10547091e1bee2208 SHA1 (patch-ad) = bb86ac463fc4ab8b485df5f1a4fb9c13c1fc41c3 |