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 | bf2caf15085c4a1b916bf7f70262f727c8cd2296 (patch) | |
tree | fd45b3a5c14cb409fd11a3aad84e22a88a555822 /security/libtasn1/Makefile | |
parent | 22ac810a83a1ad0564b75f8f7261cf74a593122c (diff) | |
download | pkgsrc-bf2caf15085c4a1b916bf7f70262f727c8cd2296.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/} |