diff options
author | wiz <wiz@pkgsrc.org> | 2006-03-03 22:23:47 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-03-03 22:23:47 +0000 |
commit | 62c088efe9ec03a308149549ec6f236dfa1f811c (patch) | |
tree | 2db3c9ffe7dc2ff5bc99f0c0710c91acb09d6c04 | |
parent | 3528d3fe6777cbedda32f37b21d0dc40a2cb1e9c (diff) | |
download | pkgsrc-62c088efe9ec03a308149549ec6f236dfa1f811c.tar.gz |
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
-rw-r--r-- | security/libtasn1/Makefile | 4 | ||||
-rw-r--r-- | security/libtasn1/PLIST | 9 | ||||
-rw-r--r-- | security/libtasn1/distinfo | 8 |
3 files changed, 14 insertions, 7 deletions
diff --git a/security/libtasn1/Makefile b/security/libtasn1/Makefile index 32ce4c94b58..1930e8b18a4 100644 --- a/security/libtasn1/Makefile +++ b/security/libtasn1/Makefile @@ -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 --git a/security/libtasn1/PLIST b/security/libtasn1/PLIST index c9ace0dac00..a24560a4a94 100644 --- a/security/libtasn1/PLIST +++ b/security/libtasn1/PLIST @@ -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_der_decoding_startEnd.3 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 --git a/security/libtasn1/distinfo b/security/libtasn1/distinfo index 4d92c522ff7..39c7c414802 100644 --- a/security/libtasn1/distinfo +++ b/security/libtasn1/distinfo @@ -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 |