diff options
author | jschauma <jschauma> | 2003-11-12 03:35:45 +0000 |
---|---|---|
committer | jschauma <jschauma> | 2003-11-12 03:35:45 +0000 |
commit | 3da87f28067114b1ea27b8c67bbf03bf96d2f9d2 (patch) | |
tree | 0661fdb49f845198d7403ef588637640e1fba3c6 /security/openssl/Makefile | |
parent | 048961118934525fa36f3af1b7ee24851a17d400 (diff) | |
download | pkgsrc-3da87f28067114b1ea27b8c67bbf03bf96d2f9d2.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/Makefile')
-rw-r--r-- | security/openssl/Makefile | 4 |
1 files changed, 2 insertions, 2 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/ |