Tue Mar 20 13:07:50 2012 UTC ()
Update to 2.12:

* Noteworthy changes in release 2.12 (2012-03-19) [stable]
- Cleanup license headers.
- build: Update gnulib files.
- Corrected DER decoding issue (reported by Matthew Hall).
  Added self check to detect the problem, see tests/Test_overflow.c.
  This problem can lead to at least remotely triggered crashes, see
  further analysis on the libtasn1 mailing list.


(wiz)
diff -r1.53 -r1.54 pkgsrc/security/libtasn1/Makefile
diff -r1.35 -r1.36 pkgsrc/security/libtasn1/distinfo

cvs diff -r1.53 -r1.54 pkgsrc/security/libtasn1/Makefile (expand / switch to unified diff)

--- pkgsrc/security/libtasn1/Makefile 2011/11/30 20:57:46 1.53
+++ pkgsrc/security/libtasn1/Makefile 2012/03/20 13:07:50 1.54
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.53 2011/11/30 20:57:46 wiz Exp $ 1# $NetBSD: Makefile,v 1.54 2012/03/20 13:07:50 wiz Exp $
2 2
3DISTNAME= libtasn1-2.11 3DISTNAME= libtasn1-2.12
4CATEGORIES= security devel 4CATEGORIES= security devel
5MASTER_SITES= ${MASTER_SITE_GNU:=libtasn1/} 5MASTER_SITES= ${MASTER_SITE_GNU:=libtasn1/}
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= http://www.gnu.org/software/libtasn1/ 8HOMEPAGE= http://www.gnu.org/software/libtasn1/
9COMMENT= ASN.1 structure parser library 9COMMENT= ASN.1 structure parser library
10LICENSE= gnu-fdl-v1.3 AND gnu-lgpl-v2.1 AND gnu-gpl-v3 10LICENSE= gnu-fdl-v1.3 AND gnu-lgpl-v2.1 AND gnu-gpl-v3
11 11
12PKG_INSTALLATION_TYPES= overwrite pkgviews 12PKG_INSTALLATION_TYPES= overwrite pkgviews
13PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
14 14
15USE_TOOLS+= makeinfo 15USE_TOOLS+= makeinfo
16USE_LIBTOOL= yes 16USE_LIBTOOL= yes

cvs diff -r1.35 -r1.36 pkgsrc/security/libtasn1/distinfo (expand / switch to unified diff)

--- pkgsrc/security/libtasn1/distinfo 2011/11/30 20:57:46 1.35
+++ pkgsrc/security/libtasn1/distinfo 2012/03/20 13:07:50 1.36
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.35 2011/11/30 20:57:46 wiz Exp $ 1$NetBSD: distinfo,v 1.36 2012/03/20 13:07:50 wiz Exp $
2 2
3SHA1 (libtasn1-2.11.tar.gz) = 6367c799726ad3218fac4f0e88692976258904da 3SHA1 (libtasn1-2.12.tar.gz) = b73539aee5444efb5e606b94bdf3ec5bfedb8620
4RMD160 (libtasn1-2.11.tar.gz) = 1a79ed2720ecfee4edabea505955d0ce426c2a87 4RMD160 (libtasn1-2.12.tar.gz) = ae6d67a46956689d48879afa732cf12171e5cfab
5Size (libtasn1-2.11.tar.gz) = 1944644 bytes 5Size (libtasn1-2.12.tar.gz) = 1950733 bytes