diff options
author | wiz <wiz@pkgsrc.org> | 2012-03-20 13:07:50 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-03-20 13:07:50 +0000 |
commit | 6a5c3ce8278d84dabb450b7fb5ea601fb1df6cbe (patch) | |
tree | fd45b3a5c14cb409fd11a3aad84e22a88a555822 /security/libtasn1/Makefile | |
parent | 2a17df5128c868afe7fcb2044acf54a2211a6b45 (diff) | |
download | pkgsrc-6a5c3ce8278d84dabb450b7fb5ea601fb1df6cbe.tar.gz |
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.
Diffstat (limited to 'security/libtasn1/Makefile')
-rw-r--r-- | security/libtasn1/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/libtasn1/Makefile b/security/libtasn1/Makefile index 8deafc36009..c64678739f2 100644 --- a/security/libtasn1/Makefile +++ b/security/libtasn1/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.53 2011/11/30 20:57:46 wiz Exp $ +# $NetBSD: Makefile,v 1.54 2012/03/20 13:07:50 wiz Exp $ -DISTNAME= libtasn1-2.11 +DISTNAME= libtasn1-2.12 CATEGORIES= security devel MASTER_SITES= ${MASTER_SITE_GNU:=libtasn1/} |