diff options
author | adam <adam@pkgsrc.org> | 2013-04-03 09:28:55 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2013-04-03 09:28:55 +0000 |
commit | 268fa297e274f9bfc228254df9a1e772c225eb8c (patch) | |
tree | f15993833f0c3cef58e557383e5fce10c09e5428 /lang/perl5/Makefile | |
parent | 4501fe539549d97b9456e042228d4718a48207d1 (diff) | |
download | pkgsrc-268fa297e274f9bfc228254df9a1e772c225eb8c.tar.gz |
Changes 5.16.3:
This release contains one major and a number of minor security fixes. It fixes a possible vulnerability to a denial-of-service attack by use of a carefully-crafted set of hash keys, a segmentation fault when reading or writing strings greater than 2^31 bytes in size, and a memory leak in Encode.xs's UTF-8 encoding implementation.
Diffstat (limited to 'lang/perl5/Makefile')
-rw-r--r-- | lang/perl5/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/perl5/Makefile b/lang/perl5/Makefile index e92adf9eb94..da4d72dfbd4 100644 --- a/lang/perl5/Makefile +++ b/lang/perl5/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.198 2013/03/08 21:28:18 tez Exp $ +# $NetBSD: Makefile,v 1.199 2013/04/03 09:28:55 adam Exp $ .include "license.mk" .include "Makefile.common" COMMENT= Practical Extraction and Report Language -PKGREVISION= 4 CONFLICTS= perl-base-[0-9]* perl-thread-[0-9]* \ p5-CGI-2.66{,nb*} p5-CGI-2.75{,nb*} p5-CGI-2.75.[0-2] \ |