Sun Nov 9 12:10:47 2014 UTC ()
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.


(wiz)
diff -r1.65 -r1.66 pkgsrc/databases/p5-DBI/Makefile
diff -r1.40 -r1.41 pkgsrc/databases/p5-DBI/distinfo

cvs diff -r1.65 -r1.66 pkgsrc/databases/p5-DBI/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/p5-DBI/Makefile 2014/10/09 14:06:06 1.65
+++ pkgsrc/databases/p5-DBI/Makefile 2014/11/09 12:10:47 1.66
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.65 2014/10/09 14:06:06 wiz Exp $ 1# $NetBSD: Makefile,v 1.66 2014/11/09 12:10:47 wiz Exp $
2 2
3DISTNAME= DBI-1.631 3DISTNAME= DBI-1.632
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 1 
6CATEGORIES= databases perl5 5CATEGORIES= databases perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBI/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBI/}
8 7
9MAINTAINER= rhaen@NetBSD.org 8MAINTAINER= rhaen@NetBSD.org
10HOMEPAGE= http://dbi.perl.org/ 9HOMEPAGE= http://dbi.perl.org/
11COMMENT= The database-independent Perl database access API 10COMMENT= The database-independent Perl database access API
12LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
13 12
14USE_LANGUAGES= c 13USE_LANGUAGES= c
15PERL5_PACKLIST= auto/DBI/.packlist 14PERL5_PACKLIST= auto/DBI/.packlist
16REPLACE_PERL= dbixs_rev.pl 15REPLACE_PERL= dbixs_rev.pl
17 16
18.include "../../lang/perl5/module.mk" 17.include "../../lang/perl5/module.mk"

cvs diff -r1.40 -r1.41 pkgsrc/databases/p5-DBI/distinfo (expand / switch to unified diff)

--- pkgsrc/databases/p5-DBI/distinfo 2014/02/06 13:14:06 1.40
+++ pkgsrc/databases/p5-DBI/distinfo 2014/11/09 12:10:47 1.41
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.40 2014/02/06 13:14:06 abs Exp $ 1$NetBSD: distinfo,v 1.41 2014/11/09 12:10:47 wiz Exp $
2 2
3SHA1 (DBI-1.631.tar.gz) = b3235f969551189008740485458f2be1922b8713 3SHA1 (DBI-1.632.tar.gz) = 4a1e8bb6796b893f2c08f708818c0f4ca00b1820
4RMD160 (DBI-1.631.tar.gz) = fa619d5dd685b4c017cd6f57b787413d5f79dced 4RMD160 (DBI-1.632.tar.gz) = d84e6bff8c2f0573833227ffaaba15e7a0d45cd4
5Size (DBI-1.631.tar.gz) = 589096 bytes 5Size (DBI-1.632.tar.gz) = 591235 bytes