pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/libtasn1 Changes 1.7:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/28e46f0d1588
branches:  trunk
changeset: 550615:28e46f0d1588
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Nov 24 15:36:03 2008 +0000

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

diffstat:

 security/libtasn1/Makefile |  9 ++++-----
 security/libtasn1/PLIST    |  6 ++++--
 security/libtasn1/distinfo |  8 ++++----
 3 files changed, 12 insertions(+), 11 deletions(-)

diffs (69 lines):

diff -r 53bf29e25381 -r 28e46f0d1588 security/libtasn1/Makefile
--- a/security/libtasn1/Makefile        Mon Nov 24 15:21:29 2008 +0000
+++ b/security/libtasn1/Makefile        Mon Nov 24 15:36:03 2008 +0000
@@ -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 @@
 .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 -r 53bf29e25381 -r 28e46f0d1588 security/libtasn1/PLIST
--- a/security/libtasn1/PLIST   Mon Nov 24 15:21:29 2008 +0000
+++ b/security/libtasn1/PLIST   Mon Nov 24 15:36:03 2008 +0000
@@ -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_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_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 -r 53bf29e25381 -r 28e46f0d1588 security/libtasn1/distinfo
--- a/security/libtasn1/distinfo        Mon Nov 24 15:21:29 2008 +0000
+++ b/security/libtasn1/distinfo        Mon Nov 24 15:36:03 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index