diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-11-12 03:35:45 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-11-12 03:35:45 +0000 |
commit | cf88580cecd6758214729c43ea77daebe021eddc (patch) | |
tree | 0661fdb49f845198d7403ef588637640e1fba3c6 /security/openssl | |
parent | f35979c642faf59d1dca704dbcd3fbc7a9d70735 (diff) | |
download | pkgsrc-cf88580cecd6758214729c43ea77daebe021eddc.tar.gz |
Update to openssl-0.9.6l:
*) Fix additional bug revealed by the NISCC test suite:
Stop bug triggering large recursion when presented with
certain ASN.1 tags (CAN-2003-0851)
[Steve Henson]
Diffstat (limited to 'security/openssl')
-rw-r--r-- | security/openssl/Makefile | 4 | ||||
-rw-r--r-- | security/openssl/distinfo | 8 |
2 files changed, 5 insertions, 7 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile index 12fd781cb64..499351eda6a 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.81 2003/10/02 02:34:39 jschauma Exp $ +# $NetBSD: Makefile,v 1.82 2003/11/12 03:35:45 jschauma Exp $ -DISTNAME= openssl-0.9.6k +DISTNAME= openssl-0.9.6l SVR4_PKGNAME= ossl CATEGORIES= security MASTER_SITES= ftp://ftp.openssl.org/source/ diff --git a/security/openssl/distinfo b/security/openssl/distinfo index 762fc6bf670..4f897ed0acc 100644 --- a/security/openssl/distinfo +++ b/security/openssl/distinfo @@ -1,9 +1,7 @@ -$NetBSD: distinfo,v 1.23 2003/10/21 23:03:36 kristerw Exp $ +$NetBSD: distinfo,v 1.24 2003/11/12 03:35:46 jschauma Exp $ -SHA1 (openssl-0.9.6k.tar.gz) = 34e051c5b6074c285ac3abeee4bc9440cfc262e7 -Size (openssl-0.9.6k.tar.gz) = 2183608 bytes -SHA1 (openssl-0.9.6g-20020810-netbsd.patch.gz) = 37cf5db32ba045b8a23af71ea95ab2f90b886e46 -Size (openssl-0.9.6g-20020810-netbsd.patch.gz) = 27608 bytes +SHA1 (openssl-0.9.6l.tar.gz) = 4fdd3c5f09b1276bf3c64140a38130c6dd49871c +Size (openssl-0.9.6l.tar.gz) = 2183726 bytes SHA1 (patch-aa) = c4766edba4704374ae67d75c2f9454bc70782eea SHA1 (patch-ab) = cfbcaa52bec88987b8a63725b84adfd58b324032 SHA1 (patch-ac) = 3a5248b8b9fe6791b6c114f3b98f1b4fae93a183 |