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 version 0.3.1. The main p...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/578b0a3d8952
branches:  trunk
changeset: 509393:578b0a3d8952
user:      cube <cube%pkgsrc.org@localhost>
date:      Thu Mar 09 17:23:11 2006 +0000

description:
Update to version 0.3.1.  The main point is to fix gnutls build failures.

- Support constant size bit strings, as in 'BIT STRING (SIZE(42))'.
  Reported by Cyril Holweck <cyril.holweck%q-free.com@localhost>.
- Add two more APIs required by GnuTLS.
- New public APIs:
  asn1_find_node function
  asn1_copy_node

diffstat:

 security/libtasn1/Makefile |  4 ++--
 security/libtasn1/PLIST    |  4 +++-
 security/libtasn1/distinfo |  8 ++++----
 3 files changed, 9 insertions(+), 7 deletions(-)

diffs (50 lines):

diff -r 7baa7ee0c588 -r 578b0a3d8952 security/libtasn1/Makefile
--- a/security/libtasn1/Makefile        Thu Mar 09 17:18:27 2006 +0000
+++ b/security/libtasn1/Makefile        Thu Mar 09 17:23:11 2006 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2006/03/05 16:27:28 jlam Exp $
+# $NetBSD: Makefile,v 1.25 2006/03/09 17:23:11 cube Exp $
 
-DISTNAME=      libtasn1-0.3.0
+DISTNAME=      libtasn1-0.3.1
 CATEGORIES=    security devel
 MASTER_SITES=  ftp://ftp.gnutls.org/pub/gnutls/libtasn1/ \
                ftp://ftp.gnupg.org/gcrypt/alpha/gnutls/libtasn1/ \
diff -r 7baa7ee0c588 -r 578b0a3d8952 security/libtasn1/PLIST
--- a/security/libtasn1/PLIST   Thu Mar 09 17:18:27 2006 +0000
+++ b/security/libtasn1/PLIST   Thu Mar 09 17:23:11 2006 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2006/03/03 22:23:47 wiz Exp $
+@comment $NetBSD: PLIST,v 1.9 2006/03/09 17:23:11 cube Exp $
 bin/libtasn1-config
 include/libtasn1.h
 info/libtasn1.info
@@ -7,6 +7,7 @@
 man/man3/asn1_array2tree.3
 man/man3/asn1_bit_der.3
 man/man3/asn1_check_version.3
+man/man3/asn1_copy_node.3
 man/man3/asn1_create_element.3
 man/man3/asn1_delete_element.3
 man/man3/asn1_delete_structure.3
@@ -16,6 +17,7 @@
 man/man3/asn1_der_decoding_startEnd.3
 man/man3/asn1_expand_any_defined_by.3
 man/man3/asn1_expand_octet_string.3
+man/man3/asn1_find_node.3
 man/man3/asn1_find_structure_from_oid.3
 man/man3/asn1_get_bit_der.3
 man/man3/asn1_get_length_der.3
diff -r 7baa7ee0c588 -r 578b0a3d8952 security/libtasn1/distinfo
--- a/security/libtasn1/distinfo        Thu Mar 09 17:18:27 2006 +0000
+++ b/security/libtasn1/distinfo        Thu Mar 09 17:23:11 2006 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2006/03/03 22:23:47 wiz Exp $
+$NetBSD: distinfo,v 1.13 2006/03/09 17:23:11 cube Exp $
 
-SHA1 (libtasn1-0.3.0.tar.gz) = 944117dfa77550ac425121f8aa1489be97a6b522
-RMD160 (libtasn1-0.3.0.tar.gz) = a60a72c6ae0c8a1f4e54d10dc5d410d7dbecb66c
-Size (libtasn1-0.3.0.tar.gz) = 1234302 bytes
+SHA1 (libtasn1-0.3.1.tar.gz) = 2448d76ffabead9ff66e357dd98db6b9181ed783
+RMD160 (libtasn1-0.3.1.tar.gz) = a2ebbe4faad6b1b5b6f2c7b1cb71d48100ac3ac1
+Size (libtasn1-0.3.1.tar.gz) = 1241622 bytes



Home | Main Index | Thread Index | Old Index