pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/libtasn1 update to 0.3.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d9f43c8228bf
branches:  trunk
changeset: 515591:d9f43c8228bf
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Tue Jul 04 15:29:34 2006 +0000

description:
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:

 security/libtasn1/Makefile |  8 ++++----
 security/libtasn1/distinfo |  8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (30 lines):

diff -r ff1bb4c9f601 -r d9f43c8228bf security/libtasn1/Makefile
--- a/security/libtasn1/Makefile        Tue Jul 04 15:18:45 2006 +0000
+++ b/security/libtasn1/Makefile        Tue Jul 04 15:29:34 2006 +0000
@@ -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 -r ff1bb4c9f601 -r d9f43c8228bf security/libtasn1/distinfo
--- a/security/libtasn1/distinfo        Tue Jul 04 15:18:45 2006 +0000
+++ b/security/libtasn1/distinfo        Tue Jul 04 15:29:34 2006 +0000
@@ -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



Home | Main Index | Thread Index | Old Index