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.4:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d24783a43446
branches:  trunk
changeset: 512952:d24783a43446
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed May 17 21:49:54 2006 +0000

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

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

diffs (25 lines):

diff -r c06b2bc9fc99 -r d24783a43446 security/libtasn1/Makefile
--- a/security/libtasn1/Makefile        Wed May 17 21:49:30 2006 +0000
+++ b/security/libtasn1/Makefile        Wed May 17 21:49:54 2006 +0000
@@ -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 -r c06b2bc9fc99 -r d24783a43446 security/libtasn1/distinfo
--- a/security/libtasn1/distinfo        Wed May 17 21:49:30 2006 +0000
+++ b/security/libtasn1/distinfo        Wed May 17 21:49:54 2006 +0000
@@ -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



Home | Main Index | Thread Index | Old Index