diff options
author | wiz <wiz> | 2008-03-04 15:06:42 +0000 |
---|---|---|
committer | wiz <wiz> | 2008-03-04 15:06:42 +0000 |
commit | 05138884f1005c1e115475296485924a50bb7e23 (patch) | |
tree | 777b725e9aa2c6bb70704d22f3593e2432d3f093 /security/libtasn1 | |
parent | c3d7cd81ba38d73b3273b63591998e0b2c306993 (diff) | |
download | pkgsrc-05138884f1005c1e115475296485924a50bb7e23.tar.gz |
Update to 1.3:
Version 1.3 (released 2008-02-01)
- Handle 'INTEGER { ... } (a..b)' regression.
Revert parts of earlier fix. asn1Parser can now again parse src/pkix.asn1.
The ASN1.c file was generated using Bison 2.3.
- Move examples from src/ to new directory examples/.
- Duplicate copy of divergated pkix.asn removed.
- Merge unnecessary lib/defines.h into lib/int.h.
- Configure no longer tries to use gcc -pipe.
- Update gnulib files.
- Fix mem leak in self-test.
Version 1.2 (released 2007-12-10)
- Update gnulib files.
Version 1.1 (released 2007-08-31)
- Fix bug that made asn1_check_version believe that 1.0 is older than 0.3.10.
Version 1.0 (released 2007-08-31)
- The self-tests, command line tools and build infrastructure have
been re-licensed from GPLv2 to GPLv3.
- Doc fixes.
- Update gnulib files.
Version 0.3.10 (released 2007-05-25)
- Update gnulib files.
Diffstat (limited to 'security/libtasn1')
-rw-r--r-- | security/libtasn1/Makefile | 5 | ||||
-rw-r--r-- | security/libtasn1/distinfo | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/security/libtasn1/Makefile b/security/libtasn1/Makefile index 77232e62383..cced03ed8fb 100644 --- a/security/libtasn1/Makefile +++ b/security/libtasn1/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.33 2007/12/02 12:22:45 wiz Exp $ +# $NetBSD: Makefile,v 1.34 2008/03/04 15:06:42 wiz Exp $ -DISTNAME= libtasn1-0.3.9 +DISTNAME= libtasn1-1.3 CATEGORIES= security devel MASTER_SITES= http://josefsson.org/gnutls/releases/libtasn1/ \ ftp://ftp.gnutls.org/pub/gnutls/libtasn1/ \ @@ -18,6 +18,7 @@ USE_LIBTOOL= yes GNU_CONFIGURE= yes TEST_TARGET= check INFO_FILES= # PLIST +#LICENSE= gnu-lgpl-v2.1 and gnu-gpl-3.0 .include "../../mk/bsd.prefs.mk" diff --git a/security/libtasn1/distinfo b/security/libtasn1/distinfo index 1207d9a6cfe..6de785b5782 100644 --- a/security/libtasn1/distinfo +++ b/security/libtasn1/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.17 2007/03/08 18:23:42 wiz Exp $ +$NetBSD: distinfo,v 1.18 2008/03/04 15:06:42 wiz Exp $ -SHA1 (libtasn1-0.3.9.tar.gz) = 952173c518c09438d6a0c975d173977cc651911e -RMD160 (libtasn1-0.3.9.tar.gz) = 21444279b9e7d9ba5af8177b1e3fc96011fe0d4b -Size (libtasn1-0.3.9.tar.gz) = 1320811 bytes +SHA1 (libtasn1-1.3.tar.gz) = 154d79b6e49ec9efeb758ef964c6d23a838da289 +RMD160 (libtasn1-1.3.tar.gz) = f18d60ae696333addb185c0b39728da701723505 +Size (libtasn1-1.3.tar.gz) = 1527071 bytes |