From ff55a7fe702275886836eff75973a29d11c25bee Mon Sep 17 00:00:00 2001 From: adam Date: Mon, 24 Nov 2008 15:36:03 +0000 Subject: Changes 1.7: - Add libtasn1-config for compatibility. Please stop use it as it will disappear in v2.0! Use standard AC_CHECK_FUNCS autoconf tests or pkg-config instead. - Read PKCS-12 blob as binary file, fixes self-tests under Mingw. - Fix use of __attribute__ ((deprecated)) to work on non-GCC. Changes 1.6: - Fixed namespace violation for MAX_NAME_SIZE and MAX_ERROR_DESCRIPTION_SIZE. The new names are ASN1_MAX_NAME_SIZE and ASN1_MAX_ERROR_DESCRIPTION_SIZE. - Fixed namespace violation for libtasn1_perror and libtasn1_strerror. The new names are asn1_perror and asn1_strerror. - Fix namespace violation for LIBASN1_VERSION. The new name is ASN1_VERSION. - Decoder can now decode BER encoded octet strings. - doc: Change license on the manual to GFDLv1.3+. - doc: Sync gdoc script with GnuTLS, changes license on man-pages to GAP. - doc: Improve gtk-doc manual. - Assumes system has strdup and string.h. - Remove libtasn1-config and libtasn1.m4, use standard AC_CHECK_FUNCS autoconf tests or pkg-config instead. - Change detection of when to use a linker version script, use --enable-ld-version-script or --disable-ld-version-script to override auto-detection logic. --- security/libtasn1/Makefile | 9 ++++----- security/libtasn1/PLIST | 6 ++++-- security/libtasn1/distinfo | 8 ++++---- 3 files changed, 12 insertions(+), 11 deletions(-) (limited to 'security/libtasn1') diff --git a/security/libtasn1/Makefile b/security/libtasn1/Makefile index 9725e03eb26..45a154d6023 100644 --- a/security/libtasn1/Makefile +++ b/security/libtasn1/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.37 2008/10/20 12:24:17 dsainty Exp $ +# $NetBSD: Makefile,v 1.38 2008/11/24 15:36:03 adam Exp $ -DISTNAME= libtasn1-1.5 +DISTNAME= libtasn1-1.7 CATEGORIES= security devel -MASTER_SITES= http://ftp.gnu.org/pub/gnu/gnutls/ \ +MASTER_SITES= ${MASTER_SITE_GNU:=gnutls/} \ ftp://ftp.gnutls.org/pub/gnutls/libtasn1/ \ ftp://ftp.gnupg.org/gcrypt/alpha/gnutls/libtasn1/ @@ -23,8 +23,7 @@ INFO_FILES= yes .include "../../mk/bsd.prefs.mk" # Darwin has no prototype for getopt_long and no declaration for -# struct option, so ignore getopt_long() even though the test -# succeeds. +# struct option, so ignore getopt_long() even though the test succeeds. .if ${OPSYS} == "Darwin" CONFIGURE_ENV+= ac_cv_func_getopt_long=no CFLAGS+= -fno-common diff --git a/security/libtasn1/PLIST b/security/libtasn1/PLIST index b9b6f0deb3f..8a24d380437 100644 --- a/security/libtasn1/PLIST +++ b/security/libtasn1/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.10 2006/04/02 20:40:53 wiz Exp $ +@comment $NetBSD: PLIST,v 1.11 2008/11/24 15:36:03 adam Exp $ bin/asn1Coding bin/asn1Decoding bin/asn1Parser @@ -26,6 +26,7 @@ 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_ber.3 man/man3/asn1_get_length_der.3 man/man3/asn1_get_octet_der.3 man/man3/asn1_get_tag_der.3 @@ -34,10 +35,11 @@ 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_perror.3 man/man3/asn1_print_structure.3 man/man3/asn1_read_tag.3 man/man3/asn1_read_value.3 +man/man3/asn1_strerror.3 man/man3/asn1_write_value.3 man/man3/libtasn1_perror.3 man/man3/libtasn1_strerror.3 -share/aclocal/libtasn1.m4 diff --git a/security/libtasn1/distinfo b/security/libtasn1/distinfo index 9450831a10c..07a7113faa6 100644 --- a/security/libtasn1/distinfo +++ b/security/libtasn1/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.21 2008/10/13 09:23:34 adam Exp $ +$NetBSD: distinfo,v 1.22 2008/11/24 15:36:03 adam Exp $ -SHA1 (libtasn1-1.5.tar.gz) = b60dafd5c25af38f434175faf5efa82767653d05 -RMD160 (libtasn1-1.5.tar.gz) = d68a2fbae5a98b6974299458bf0c6b7975993006 -Size (libtasn1-1.5.tar.gz) = 1547211 bytes +SHA1 (libtasn1-1.7.tar.gz) = 2d7bfe0d84f38a5450d8bab511eb1ec4036f18ec +RMD160 (libtasn1-1.7.tar.gz) = 39703c6b1048adf205ee188262ce604fc0c5eeec +Size (libtasn1-1.7.tar.gz) = 1570973 bytes SHA1 (patch-aa) = 64d8599d79c4f9975b0a1ccae79d91865c9afa33 -- cgit v1.2.3