diff options
author | wiz <wiz@pkgsrc.org> | 2006-05-17 21:49:54 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-05-17 21:49:54 +0000 |
commit | a56697837340563151a6c190beaff2039c0be2d2 (patch) | |
tree | 214eb59ae8249751820c1dea3e964044b04a9f1a /security/libtasn1/Makefile | |
parent | 620b222cb7aaea988766dd5cee9372b598a9674a (diff) | |
download | pkgsrc-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/Makefile | 4 |
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/ \ |