diff options
author | drochner <drochner@pkgsrc.org> | 2006-02-10 12:39:25 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2006-02-10 12:39:25 +0000 |
commit | 66ab24011de454eb091d74ff9e09e3770fcfb801 (patch) | |
tree | 628ede24f32f4cf62a8d4142aab498ef134913c2 /security/libtasn1/Makefile | |
parent | c3a3c78533b7ee48629db25d3383366419aad250 (diff) | |
download | pkgsrc-66ab24011de454eb091d74ff9e09e3770fcfb801.tar.gz |
update libtasn1 to 0.2.18 and gnutls to 1.3.4,
fixes possible DOS (crash by invalid DER input) "GNUTLS-SA-2006-1"
Diffstat (limited to 'security/libtasn1/Makefile')
-rw-r--r-- | security/libtasn1/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/libtasn1/Makefile b/security/libtasn1/Makefile index 834f42066f2..b2ba9056940 100644 --- a/security/libtasn1/Makefile +++ b/security/libtasn1/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2005/09/30 11:55:08 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2006/02/10 12:39:25 drochner Exp $ -DISTNAME= libtasn1-0.2.17 +DISTNAME= libtasn1-0.2.18 CATEGORIES= security devel MASTER_SITES= ftp://ftp.gnutls.org/pub/gnutls/libtasn1/ \ ftp://ftp.gnupg.org/gcrypt/alpha/gnutls/libtasn1/ \ |