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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/efa47b02260c
branches:  trunk
changeset: 509132:efa47b02260c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Mar 03 22:23:47 2006 +0000

description:
Update to 0.3.0:

Version 0.3.0
- Export DER utility functions, mostly so that GnuTLS can avoid using
  libtasn1 internals.
- The _asn1* symbols are not exported in the shared library file (when
  using GNU ld).
- The library can now be built using Visual Studio, and the project
  files are included in windows/.
- New public APIs:
  asn1_get_tag_der
  asn1_octet_der
  asn1_get_octet_der
  asn1_bit_der
  asn1_get_bit_der
  asn1_get_length_der
  asn1_length_der

diffstat:

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

diffs (55 lines):

diff -r 4289c7129a12 -r efa47b02260c security/libtasn1/Makefile
--- a/security/libtasn1/Makefile        Fri Mar 03 22:23:40 2006 +0000
+++ b/security/libtasn1/Makefile        Fri Mar 03 22:23:47 2006 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2006/02/28 02:45:12 dsainty Exp $
+# $NetBSD: Makefile,v 1.22 2006/03/03 22:23:47 wiz Exp $
 
-DISTNAME=      libtasn1-0.2.18
+DISTNAME=      libtasn1-0.3.0
 CATEGORIES=    security devel
 MASTER_SITES=  ftp://ftp.gnutls.org/pub/gnutls/libtasn1/ \
                ftp://ftp.gnupg.org/gcrypt/alpha/gnutls/libtasn1/ \
diff -r 4289c7129a12 -r efa47b02260c security/libtasn1/PLIST
--- a/security/libtasn1/PLIST   Fri Mar 03 22:23:40 2006 +0000
+++ b/security/libtasn1/PLIST   Fri Mar 03 22:23:47 2006 +0000
@@ -1,10 +1,11 @@
-@comment $NetBSD: PLIST,v 1.7 2005/07/22 23:49:24 wiz Exp $
+@comment $NetBSD: PLIST,v 1.8 2006/03/03 22:23:47 wiz Exp $
 bin/libtasn1-config
 include/libtasn1.h
 info/libtasn1.info
 lib/libtasn1.la
 lib/pkgconfig/libtasn1.pc
 man/man3/asn1_array2tree.3
+man/man3/asn1_bit_der.3
 man/man3/asn1_check_version.3
 man/man3/asn1_create_element.3
 man/man3/asn1_delete_element.3
@@ -16,7 +17,13 @@
 man/man3/asn1_expand_any_defined_by.3
 man/man3/asn1_expand_octet_string.3
 man/man3/asn1_find_structure_from_oid.3
+man/man3/asn1_get_bit_der.3
+man/man3/asn1_get_length_der.3
+man/man3/asn1_get_octet_der.3
+man/man3/asn1_get_tag_der.3
+man/man3/asn1_length_der.3
 man/man3/asn1_number_of_elements.3
+man/man3/asn1_octet_der.3
 man/man3/asn1_parser2array.3
 man/man3/asn1_parser2tree.3
 man/man3/asn1_print_structure.3
diff -r 4289c7129a12 -r efa47b02260c security/libtasn1/distinfo
--- a/security/libtasn1/distinfo        Fri Mar 03 22:23:40 2006 +0000
+++ b/security/libtasn1/distinfo        Fri Mar 03 22:23:47 2006 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2006/02/10 12:39:25 drochner Exp $
+$NetBSD: distinfo,v 1.12 2006/03/03 22:23:47 wiz Exp $
 
-SHA1 (libtasn1-0.2.18.tar.gz) = 4f9c1be1586083cd605e17c7948f94deed63b024
-RMD160 (libtasn1-0.2.18.tar.gz) = 41e94706fa6eed989143d9de9d8f53235d8dfd4f
-Size (libtasn1-0.2.18.tar.gz) = 904105 bytes
+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



Home | Main Index | Thread Index | Old Index