diff options
author | wiz <wiz@pkgsrc.org> | 2009-04-20 12:48:48 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-04-20 12:48:48 +0000 |
commit | a9e5c4ed0c3bd0b3a6f0bd43154373baec9e49a1 (patch) | |
tree | 61962f7d60d4ca6b675f517618ee92e7aa057b2c /security | |
parent | 1b26e355b1bab8ddbb22fc0d19fd36e9278d8811 (diff) | |
download | pkgsrc-a9e5c4ed0c3bd0b3a6f0bd43154373baec9e49a1.tar.gz |
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>.
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 (limited to 'security')
-rw-r--r-- | security/libtasn1/Makefile | 7 | ||||
-rw-r--r-- | security/libtasn1/PLIST | 3 | ||||
-rw-r--r-- | security/libtasn1/distinfo | 8 |
3 files changed, 9 insertions, 9 deletions
diff --git a/security/libtasn1/Makefile b/security/libtasn1/Makefile index cb169186e81..97ad2b5806e 100644 --- a/security/libtasn1/Makefile +++ b/security/libtasn1/Makefile @@ -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 @@ MAINTAINER= pkgsrc-users@NetBSD.org 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 @@ USE_LIBTOOL= yes 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 --git a/security/libtasn1/PLIST b/security/libtasn1/PLIST index 8a24d380437..29965b962b7 100644 --- a/security/libtasn1/PLIST +++ b/security/libtasn1/PLIST @@ -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 --git a/security/libtasn1/distinfo b/security/libtasn1/distinfo index 38701c279c7..9276a85d8d1 100644 --- a/security/libtasn1/distinfo +++ b/security/libtasn1/distinfo @@ -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 |