pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/p5-DBI Update to 1.632:
details: https://anonhg.NetBSD.org/pkgsrc/rev/8c108ee1e6ee
branches: trunk
changeset: 641484:8c108ee1e6ee
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Nov 09 12:10:47 2014 +0000
description:
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@localhost RT#90475
Added note to AutoInactiveDestroy docs strongly recommending that it
is enabled in all new code.
diffstat:
databases/p5-DBI/Makefile | 5 ++---
databases/p5-DBI/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 7 deletions(-)
diffs (27 lines):
diff -r 2dd26fe6fdb0 -r 8c108ee1e6ee databases/p5-DBI/Makefile
--- a/databases/p5-DBI/Makefile Sun Nov 09 12:01:37 2014 +0000
+++ b/databases/p5-DBI/Makefile Sun Nov 09 12:10:47 2014 +0000
@@ -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 -r 2dd26fe6fdb0 -r 8c108ee1e6ee databases/p5-DBI/distinfo
--- a/databases/p5-DBI/distinfo Sun Nov 09 12:01:37 2014 +0000
+++ b/databases/p5-DBI/distinfo Sun Nov 09 12:10:47 2014 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index