diff options
author | wiz <wiz> | 2006-05-17 21:49:54 +0000 |
---|---|---|
committer | wiz <wiz> | 2006-05-17 21:49:54 +0000 |
commit | c41364938b3f99f3d26617477db378066056c3a1 (patch) | |
tree | 214eb59ae8249751820c1dea3e964044b04a9f1a /security/libtasn1 | |
parent | caa8804e0d5dfaffd5e9d8b56722ee4793ac96b1 (diff) | |
download | pkgsrc-c41364938b3f99f3d26617477db378066056c3a1.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')
-rw-r--r-- | security/libtasn1/Makefile | 4 | ||||
-rw-r--r-- | security/libtasn1/distinfo | 8 |
2 files changed, 6 insertions, 6 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/ \ diff --git a/security/libtasn1/distinfo b/security/libtasn1/distinfo index 059aa2df81f..13e5341dca0 100644 --- a/security/libtasn1/distinfo +++ b/security/libtasn1/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.14 2006/04/02 20:40:53 wiz Exp $ +$NetBSD: distinfo,v 1.15 2006/05/17 21:49:54 wiz Exp $ -SHA1 (libtasn1-0.3.2.tar.gz) = 25c228d9a3675b5d763a671d97438009e9a548d3 -RMD160 (libtasn1-0.3.2.tar.gz) = 59483716ab1e842bf9733066e3c7e952f689985b -Size (libtasn1-0.3.2.tar.gz) = 1243406 bytes +SHA1 (libtasn1-0.3.4.tar.gz) = 9429bbedd4bd7e94b9119c2ef36522bfd55a676d +RMD160 (libtasn1-0.3.4.tar.gz) = 6879094f272bcc70d89741a20a5ad7c888762a36 +Size (libtasn1-0.3.4.tar.gz) = 1246545 bytes |