pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/openssl Update security/openssl package to 0....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b4544f1b6c02
branches:  trunk
changeset: 576145:b4544f1b6c02
user:      taca <taca%pkgsrc.org@localhost>
date:      Wed Jun 02 13:30:11 2010 +0000

description:
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@localhost>]

  *) 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@localhost>]

diffstat:

 security/openssl/Makefile |  4 ++--
 security/openssl/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (30 lines):

diff -r b633be2fafa2 -r b4544f1b6c02 security/openssl/Makefile
--- a/security/openssl/Makefile Wed Jun 02 13:28:40 2010 +0000
+++ b/security/openssl/Makefile Wed Jun 02 13:30:11 2010 +0000
@@ -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 -r b633be2fafa2 -r b4544f1b6c02 security/openssl/distinfo
--- a/security/openssl/distinfo Wed Jun 02 13:28:40 2010 +0000
+++ b/security/openssl/distinfo Wed Jun 02 13:30:11 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index