diff options
author | jlam <jlam@pkgsrc.org> | 2005-10-15 06:29:58 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-10-15 06:29:58 +0000 |
commit | facd31c705a349349a44f059fc4cc0f29714eb82 (patch) | |
tree | 65edf9b690323d1123880c7d36cccdfd46b1b2b4 | |
parent | 2c40e69200365de514ffc340a00d3e30b062d1ee (diff) | |
download | pkgsrc-facd31c705a349349a44f059fc4cc0f29714eb82.tar.gz |
Update security/openssl from 0.9.7h to 0.9.7i. Changes from version
0.9.7h include fixing a shared library upgrade problem where openssl-0.9.7h
had a different ABI than previous 0.9.7 sub-revisions due to a changed
constant.
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | security/openssl/Makefile | 4 | ||||
-rw-r--r-- | security/openssl/distinfo | 8 |
3 files changed, 8 insertions, 7 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 9d9e7393fe5..05ad6288e20 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.11491 2005/10/15 01:01:40 xtraeme Exp $ +$NetBSD: CHANGES,v 1.11492 2005/10/15 06:30:35 jlam Exp $ Changes to the packages collection and infrastructure in 2005: @@ -4603,3 +4603,4 @@ Changes to the packages collection and infrastructure in 2005: Updated emulators/uae to 0.8.25 [kristerw 2005-10-14] Updated net/p5-SNMP-MIB-Compiler to 0.06nb3 [kristerw 2005-10-15] Added audio/glurp version 0.11.6 [xtraeme 2005-10-15] + Updated security/openssl to 0.9.7i [jlam 2005-10-15] diff --git a/security/openssl/Makefile b/security/openssl/Makefile index 83c9ccba157..2852dd253d0 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.107 2005/10/11 17:19:21 jlam Exp $ +# $NetBSD: Makefile,v 1.108 2005/10/15 06:29:58 jlam Exp $ OPENSSL_SNAPSHOT?= # empty OPENSSL_STABLE?= # empty -OPENSSL_VERS?= 0.9.7h +OPENSSL_VERS?= 0.9.7i .if empty(OPENSSL_SNAPSHOT) DISTNAME= openssl-${OPENSSL_VERS} diff --git a/security/openssl/distinfo b/security/openssl/distinfo index 46146a9b525..c7e6ef1fc32 100644 --- a/security/openssl/distinfo +++ b/security/openssl/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.46 2005/10/11 17:19:21 jlam Exp $ +$NetBSD: distinfo,v 1.47 2005/10/15 06:29:58 jlam Exp $ -SHA1 (openssl-0.9.7h.tar.gz) = 9fe535fce89af967b29c4727dedd25f2b4cc2f0d -RMD160 (openssl-0.9.7h.tar.gz) = 013a101cf5e5a9474fa7afa4f27783f751245ad8 -Size (openssl-0.9.7h.tar.gz) = 3287019 bytes +SHA1 (openssl-0.9.7i.tar.gz) = 4c23925744d43272fa19615454da44e01465eb06 +RMD160 (openssl-0.9.7i.tar.gz) = 0dce52c5793a0c37f17b620f7d26bbf9e4fcf755 +Size (openssl-0.9.7i.tar.gz) = 3280907 bytes SHA1 (patch-aa) = d6cfc26e1f3b378adff1d7f2219ba8e8f39d91e3 SHA1 (patch-ac) = d0c6404afcc2d462e16a56c3f20bb7e92861e8ba SHA1 (patch-ad) = 2581d06c21ed6d1c9a554289591031a6eb66a686 |