summaryrefslogtreecommitdiff
path: root/databases/p5-gdbm
diff options
context:
space:
mode:
authoradam <adam>2013-04-03 09:28:55 +0000
committeradam <adam>2013-04-03 09:28:55 +0000
commit6fcfd888dae8b73d858ccb1d66609f51fbcc9fba (patch)
treef15993833f0c3cef58e557383e5fce10c09e5428 /databases/p5-gdbm
parent9d6167f1a5848721b5b70b6e090842817f320139 (diff)
downloadpkgsrc-6fcfd888dae8b73d858ccb1d66609f51fbcc9fba.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 'databases/p5-gdbm')
-rw-r--r--databases/p5-gdbm/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/p5-gdbm/Makefile b/databases/p5-gdbm/Makefile
index 146f5831eec..acbb6e41dc9 100644
--- a/databases/p5-gdbm/Makefile
+++ b/databases/p5-gdbm/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.38 2012/10/03 21:54:24 wiz Exp $
+# $NetBSD: Makefile,v 1.39 2013/04/03 09:28:55 adam Exp $
.include "../../lang/perl5/Makefile.common"
PKGNAME= p5-${DISTNAME:S/perl/gdbm/}
-PKGREVISION= 3
SVR4_PKGNAME= p5gdm
CATEGORIES= databases perl5