summaryrefslogtreecommitdiff
path: root/databases/p5-DBI
diff options
context:
space:
mode:
authorwiz <wiz>2014-11-09 12:10:47 +0000
committerwiz <wiz>2014-11-09 12:10:47 +0000
commitea87d19ec82a0be6bc1afdd70840551bbe8b81a2 (patch)
treec61c1f013e19dda910438fbb480c21bb1f40e7bd /databases/p5-DBI
parent284a9ef1acfcb10be7325fa9b4187b46a83e1031 (diff)
downloadpkgsrc-ea87d19ec82a0be6bc1afdd70840551bbe8b81a2.tar.gz
Update to 1.632:
Changes in DBI 1.632 Fixed risk of memory corruption with many arguments to methods originally reported by OSCHWALD for Callbacks but may apply to other functionality in DBI method dispatch RT#86744. Fixed DBD::PurePerl to not set $sth->{Active} true by default drivers are expected to set it true as needed. Fixed DBI::DBD::SqlEngine to complain loudly when prerequite driver_prefix is not fulfilled (RT#93204) [Jens Rehsack] Fixed redundant sprintf argument warning RT#97062 [Reini Urban] Fixed security issue where DBD::File drivers would open files from folders other than specifically passed using the f_dir attribute RT#99508 [H.Merijn Brand] Changed delete $h->{$key} to work for keys with 'private_' prefix per request in RT#83156. local $h->{$key} works as before. Added security notice to DBD::Proxy and DBI::ProxyServer because they use Storable which is insecure. Thanks to ppisar@redhat.com RT#90475 Added note to AutoInactiveDestroy docs strongly recommending that it is enabled in all new code.
Diffstat (limited to 'databases/p5-DBI')
-rw-r--r--databases/p5-DBI/Makefile5
-rw-r--r--databases/p5-DBI/distinfo8
2 files changed, 6 insertions, 7 deletions
diff --git a/databases/p5-DBI/Makefile b/databases/p5-DBI/Makefile
index 2852cea118f..13ea0719da2 100644
--- a/databases/p5-DBI/Makefile
+++ b/databases/p5-DBI/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.65 2014/10/09 14:06:06 wiz Exp $
+# $NetBSD: Makefile,v 1.66 2014/11/09 12:10:47 wiz Exp $
-DISTNAME= DBI-1.631
+DISTNAME= DBI-1.632
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBI/}
diff --git a/databases/p5-DBI/distinfo b/databases/p5-DBI/distinfo
index d32cbfd5102..9136c03d7e0 100644
--- a/databases/p5-DBI/distinfo
+++ b/databases/p5-DBI/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.40 2014/02/06 13:14:06 abs Exp $
+$NetBSD: distinfo,v 1.41 2014/11/09 12:10:47 wiz Exp $
-SHA1 (DBI-1.631.tar.gz) = b3235f969551189008740485458f2be1922b8713
-RMD160 (DBI-1.631.tar.gz) = fa619d5dd685b4c017cd6f57b787413d5f79dced
-Size (DBI-1.631.tar.gz) = 589096 bytes
+SHA1 (DBI-1.632.tar.gz) = 4a1e8bb6796b893f2c08f708818c0f4ca00b1820
+RMD160 (DBI-1.632.tar.gz) = d84e6bff8c2f0573833227ffaaba15e7a0d45cd4
+Size (DBI-1.632.tar.gz) = 591235 bytes