diff options
author | drochner <drochner@pkgsrc.org> | 2006-07-04 15:29:34 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2006-07-04 15:29:34 +0000 |
commit | dc61f5530f96370f1f570db3b12d5ec7eca535b2 (patch) | |
tree | de11626c77d731e94e780cbdeda136e9c081c342 /security | |
parent | 56ada4638f1eb8e28efb4b6dc0e7a5d9f9c6b617 (diff) | |
download | pkgsrc-dc61f5530f96370f1f570db3b12d5ec7eca535b2.tar.gz |
update to 0.3.5
changes:
- Fix asn1_octet_der to handle writes of zero-length buffers, before
it did not write the ASN.1 length for a zero-length buffer. This caused
ASN.1 encodings to be incorrect on 64-bit platforms.
- Add self test that attempt to trigger the above bug.
- Fix test of -Wno-pointer-sign.
- Improve cross-compilation to MinGW by using AC_LIBTOOL_WIN32_DLL.
Diffstat (limited to 'security')
-rw-r--r-- | security/libtasn1/Makefile | 8 | ||||
-rw-r--r-- | security/libtasn1/distinfo | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/security/libtasn1/Makefile b/security/libtasn1/Makefile index 2a86054dd4e..4c6a6a9cd13 100644 --- a/security/libtasn1/Makefile +++ b/security/libtasn1/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.29 2006/05/21 00:45:13 tonio Exp $ +# $NetBSD: Makefile,v 1.30 2006/07/04 15:29:34 drochner Exp $ -DISTNAME= libtasn1-0.3.4 -PKGREVISION= 1 +DISTNAME= libtasn1-0.3.5 CATEGORIES= security devel -MASTER_SITES= ftp://ftp.gnutls.org/pub/gnutls/libtasn1/ \ +MASTER_SITES= http://josefsson.org/gnutls/releases/libtasn1/ \ + ftp://ftp.gnutls.org/pub/gnutls/libtasn1/ \ ftp://ftp.gnupg.org/gcrypt/alpha/gnutls/libtasn1/ \ http://www.mirrors.wiretapped.net/security/network-security/gnutls/libtasn1/ \ ftp://ftp.mirrors.wiretapped.net/pub/security/network-security/gnutls/libtasn1/ diff --git a/security/libtasn1/distinfo b/security/libtasn1/distinfo index 13e5341dca0..c92f35198e3 100644 --- a/security/libtasn1/distinfo +++ b/security/libtasn1/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.15 2006/05/17 21:49:54 wiz Exp $ +$NetBSD: distinfo,v 1.16 2006/07/04 15:29:34 drochner Exp $ -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 +SHA1 (libtasn1-0.3.5.tar.gz) = b2e4bc705a971e2835e149bb6d456a1fddf50d7e +RMD160 (libtasn1-0.3.5.tar.gz) = aaf8a2bee30b1a9b46ecc1a3e4f1090d64d565e9 +Size (libtasn1-0.3.5.tar.gz) = 1251777 bytes |