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 2.1:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/43d79bf18560
branches:  trunk
changeset: 391847:43d79bf18560
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Apr 20 12:48:48 2009 +0000

description:
Update to 2.1:

Version 2.1 (released 2009-04-17)
- Fix compilation failure on platforms that can't generate empty archives,
  e.g., Mac OS X.  Reported by David Reiser <dbreiser%gmail.com@localhost>.

Version 2.0 (released 2009-04-13)
- Optimized tree generation.
- ASN1 parser code re-generated using Bison 2.4.1.
- Build with more warning flags.  Many compiler warnings fixed.
- Compiled with -fvisibility=hidden by default if supported.
  See http://gcc.gnu.org/wiki/Visibility
- The libtasn1-config tool has been removed.
  For application developers, please stop using libtasn1-config for
  finding libtasn1, use proper autoconf checks or pkg-config instead.
  For users that need a libtasn1 that provides a libtasn1-config
  script (for use with older applications), use libtasn1 v1.x instead.
  Version 1.x is still supported.

diffstat:

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

diffs (56 lines):

diff -r 3e3436bc4154 -r 43d79bf18560 security/libtasn1/Makefile
--- a/security/libtasn1/Makefile        Mon Apr 20 12:15:54 2009 +0000
+++ b/security/libtasn1/Makefile        Mon Apr 20 12:48:48 2009 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.40 2009/02/02 11:58:47 tron Exp $
+# $NetBSD: Makefile,v 1.41 2009/04/20 12:48:48 wiz Exp $
 
-DISTNAME=      libtasn1-1.8
+DISTNAME=      libtasn1-2.1
 CATEGORIES=    security devel
 MASTER_SITES=  ${MASTER_SITE_GNU:=gnutls/} \
                ftp://ftp.gnutls.org/pub/gnutls/libtasn1/ \
@@ -10,6 +10,8 @@
 HOMEPAGE=      http://www.gnutls.org/
 COMMENT=       ASN.1 structure parser library
 
+#LICENSE=              gnu-lgpl-v2.1 AND gnu-gpl-3.0
+
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 PKG_DESTDIR_SUPPORT=   user-destdir
 
@@ -18,7 +20,6 @@
 GNU_CONFIGURE=         yes
 TEST_TARGET=           check
 INFO_FILES=            yes
-#LICENSE=              gnu-lgpl-v2.1 and gnu-gpl-3.0
 
 .include "../../mk/bsd.prefs.mk"
 # Mac OS X has no prototype for getopt_long and no declaration for
diff -r 3e3436bc4154 -r 43d79bf18560 security/libtasn1/PLIST
--- a/security/libtasn1/PLIST   Mon Apr 20 12:15:54 2009 +0000
+++ b/security/libtasn1/PLIST   Mon Apr 20 12:48:48 2009 +0000
@@ -1,8 +1,7 @@
-@comment $NetBSD: PLIST,v 1.11 2008/11/24 15:36:03 adam Exp $
+@comment $NetBSD: PLIST,v 1.12 2009/04/20 12:48:48 wiz Exp $
 bin/asn1Coding
 bin/asn1Decoding
 bin/asn1Parser
-bin/libtasn1-config
 include/libtasn1.h
 info/libtasn1.info
 lib/libtasn1.la
diff -r 3e3436bc4154 -r 43d79bf18560 security/libtasn1/distinfo
--- a/security/libtasn1/distinfo        Mon Apr 20 12:15:54 2009 +0000
+++ b/security/libtasn1/distinfo        Mon Apr 20 12:48:48 2009 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.23 2009/01/31 08:58:55 adam Exp $
+$NetBSD: distinfo,v 1.24 2009/04/20 12:48:48 wiz Exp $
 
-SHA1 (libtasn1-1.8.tar.gz) = 12b8a872eb4aa24f12bd09a24ab6199b8058e5b3
-RMD160 (libtasn1-1.8.tar.gz) = 4e95d22300d8cec61ba496b3e4a198b669b224bc
-Size (libtasn1-1.8.tar.gz) = 1608176 bytes
+SHA1 (libtasn1-2.1.tar.gz) = 884cc6609d7694a834a767b4b2975d6c5ab0d566
+RMD160 (libtasn1-2.1.tar.gz) = 670a02f592dcd9f943e9d2ed21fcdb5acab15764
+Size (libtasn1-2.1.tar.gz) = 1601535 bytes
 SHA1 (patch-aa) = 64d8599d79c4f9975b0a1ccae79d91865c9afa33



Home | Main Index | Thread Index | Old Index