summaryrefslogtreecommitdiff
path: root/security/libtasn1/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2006-05-17 21:49:54 +0000
committerwiz <wiz@pkgsrc.org>2006-05-17 21:49:54 +0000
commita56697837340563151a6c190beaff2039c0be2d2 (patch)
tree214eb59ae8249751820c1dea3e964044b04a9f1a /security/libtasn1/Makefile
parent620b222cb7aaea988766dd5cee9372b598a9674a (diff)
downloadpkgsrc-a56697837340563151a6c190beaff2039c0be2d2.tar.gz
Update to 0.3.4:
Version 0.3.4 (released 2006-05-10) - Really fix encodings. - Add new self test, tests/Test_encoding.c. - Self tests are ran under valgrind, if it is available. - We test for the -Wno-pointer-sign parameter before using it. Version 0.3.3 (released 2006-05-07) - Add some 'const' to prototypes. - Remove some 'unsigned' keywords. - Corrected asn1_der_coding() bug introduced when it became reentrant. Now it produces correct encodings.
Diffstat (limited to 'security/libtasn1/Makefile')
-rw-r--r--security/libtasn1/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/libtasn1/Makefile b/security/libtasn1/Makefile
index 70b7d132d16..a6ce6a04569 100644
--- a/security/libtasn1/Makefile
+++ b/security/libtasn1/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2006/04/02 20:40:53 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2006/05/17 21:49:54 wiz Exp $
-DISTNAME= libtasn1-0.3.2
+DISTNAME= libtasn1-0.3.4
CATEGORIES= security devel
MASTER_SITES= ftp://ftp.gnutls.org/pub/gnutls/libtasn1/ \
ftp://ftp.gnupg.org/gcrypt/alpha/gnutls/libtasn1/ \