pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dd6ab15feae1
branches:  trunk
changeset: 602960:dd6ab15feae1
user:      taca <taca%pkgsrc.org@localhost>
date:      Tue Apr 24 05:03:48 2012 +0000

description:
Update openssl package to 0.9.8w.

Security fix for CVS-2012-2131.

 Changes between 0.9.8v and 0.9.8w [23 Apr 2012]

  *) The fix for CVE-2012-2110 did not take into account that the
     'len' argument to BUF_MEM_grow and BUF_MEM_grow_clean is an
     int in OpenSSL 0.9.8, making it still vulnerable. Fix by
     rejecting negative len parameter. (CVE-2012-2131)
     [Tomas Hoger <thoger%redhat.com@localhost>]

diffstat:

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

diffs (30 lines):

diff -r 3003a46e6cdb -r dd6ab15feae1 security/openssl/Makefile
--- a/security/openssl/Makefile Tue Apr 24 01:22:16 2012 +0000
+++ b/security/openssl/Makefile Tue Apr 24 05:03:48 2012 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.165 2012/04/21 07:38:14 taca Exp $
+# $NetBSD: Makefile,v 1.166 2012/04/24 05:03:48 taca Exp $
 
 OPENSSL_SNAPSHOT?=     # empty
 OPENSSL_STABLE?=       # empty
-OPENSSL_VERS?=         0.9.8v
+OPENSSL_VERS?=         0.9.8w
 
 .if empty(OPENSSL_SNAPSHOT)
 DISTNAME=      openssl-${OPENSSL_VERS}
diff -r 3003a46e6cdb -r dd6ab15feae1 security/openssl/distinfo
--- a/security/openssl/distinfo Tue Apr 24 01:22:16 2012 +0000
+++ b/security/openssl/distinfo Tue Apr 24 05:03:48 2012 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.87 2012/04/21 07:38:14 taca Exp $
+$NetBSD: distinfo,v 1.88 2012/04/24 05:03:48 taca Exp $
 
-SHA1 (openssl-0.9.8v.tar.gz) = ceacc6750b1e912d10ad1da964c90fcffbd6566e
-RMD160 (openssl-0.9.8v.tar.gz) = a59dd24ac07be9118a4b23b6d1874fd46d2b797a
-Size (openssl-0.9.8v.tar.gz) = 3782207 bytes
+SHA1 (openssl-0.9.8w.tar.gz) = 6dd276534f87aaca4bee679537fef3aaa6b43069
+RMD160 (openssl-0.9.8w.tar.gz) = 6904c2b85a199b8ec0262ba7d52adbbe7e8df351
+Size (openssl-0.9.8w.tar.gz) = 3782900 bytes
 SHA1 (patch-aa) = eb25505e8a745eb5ba85f857b0f9302fd5e9bda1
 SHA1 (patch-ac) = 6ff4a20440666f5c520837e10547091e1bee2208
 SHA1 (patch-ad) = bb86ac463fc4ab8b485df5f1a4fb9c13c1fc41c3



Home | Main Index | Thread Index | Old Index