diff options
author | wiz <wiz> | 2010-05-02 11:54:12 +0000 |
---|---|---|
committer | wiz <wiz> | 2010-05-02 11:54:12 +0000 |
commit | 659d752d0310bd617b01dc50d33240f5b3941686 (patch) | |
tree | 016ac6008deb416a72b01594405e10db10aa09dc /security/libtasn1 | |
parent | 0a32a4ba9c3095b097592dce31aecc50c848508c (diff) | |
download | pkgsrc-659d752d0310bd617b01dc50d33240f5b3941686.tar.gz |
Update to 2.6:
* Noteworthy changes in release 2.6 (2010-04-20) [stable]
- Fix build failure on platforms without support for GNU LD version scripts.
- libtasn1: Simplified implementation of asn1_check_version.
- tests: Improved self-checks.
- Update gnulib files, fix many syntax-check nits, indent code,
fix license templates.
Diffstat (limited to 'security/libtasn1')
-rw-r--r-- | security/libtasn1/Makefile | 4 | ||||
-rw-r--r-- | security/libtasn1/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/security/libtasn1/Makefile b/security/libtasn1/Makefile index 4a482ee924c..148f4a55d7a 100644 --- a/security/libtasn1/Makefile +++ b/security/libtasn1/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.46 2010/04/13 16:28:53 drochner Exp $ +# $NetBSD: Makefile,v 1.47 2010/05/02 11:54:12 wiz Exp $ -DISTNAME= libtasn1-2.5 +DISTNAME= libtasn1-2.6 CATEGORIES= security devel MASTER_SITES= ${MASTER_SITE_GNU:=libtasn1/} diff --git a/security/libtasn1/distinfo b/security/libtasn1/distinfo index 1d228c3a8af..0e264f8eb75 100644 --- a/security/libtasn1/distinfo +++ b/security/libtasn1/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.28 2010/04/13 16:28:53 drochner Exp $ +$NetBSD: distinfo,v 1.29 2010/05/02 11:54:12 wiz Exp $ -SHA1 (libtasn1-2.5.tar.gz) = e317282a86702fb57133b50199df47a7fcf681ca -RMD160 (libtasn1-2.5.tar.gz) = 45c99ec62cdc91649f49a03f114ea94355a1f529 -Size (libtasn1-2.5.tar.gz) = 1693052 bytes +SHA1 (libtasn1-2.6.tar.gz) = dd02f3c8aaa0a1500d65c1e4ae690b76085f621e +RMD160 (libtasn1-2.6.tar.gz) = a2b8b61c744b53a0939ea8d19ff632581dfbcdff +Size (libtasn1-2.6.tar.gz) = 1719023 bytes SHA1 (patch-aa) = 64d8599d79c4f9975b0a1ccae79d91865c9afa33 |