pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/databases/p5-DBI



Module Name:    pkgsrc
Committed By:   wen
Date:           Sat Aug 26 07:47:50 UTC 2017

Modified Files:
        pkgsrc/databases/p5-DBI: Makefile distinfo

Log Message:
Update to 1.637

Upstream changes:
Changes in DBI 1.637 - ...

    Fix use of externally controlled format string (CWE-134) thanks to pali #44
        This could cause a crash if, for example, a db error contained a %.
        https://cwe.mitre.org/data/definitions/134.html
    Fix extension detection for DBD::File related drivers
    Fix tests for perl without dot in @INC RT#120443
    Fix loss of error message on parent handle, thanks to charsbar #34
    Fix disappearing $_ inside callbacks, thanks to robschaber #47

    Allow objects to be used as passwords without throwing an error, thanks to demerphq #40
    Allow $sth NAME_* attributes to be set from Perl code, re #45
    Added support for DBD::XMLSimple thanks to nigelhorne #38

    Documentation updates:
    Improve examples using eval to be more correct, thanks to pali #39
    Add cautionary note to prepare_cached docs re refs in %attr #46
    Small POD changes (Getting Help -> Online) thanks to openstrike #33
    Adds links to more module names and fix typo, thanks to oalders #43
    Typo fix thanks to bor #37


To generate a diff of this commit:
cvs rdiff -u -r1.75 -r1.76 pkgsrc/databases/p5-DBI/Makefile
cvs rdiff -u -r1.46 -r1.47 pkgsrc/databases/p5-DBI/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/p5-DBI/Makefile
diff -u pkgsrc/databases/p5-DBI/Makefile:1.75 pkgsrc/databases/p5-DBI/Makefile:1.76
--- pkgsrc/databases/p5-DBI/Makefile:1.75       Mon Jun  5 14:22:26 2017
+++ pkgsrc/databases/p5-DBI/Makefile    Sat Aug 26 07:47:50 2017
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.75 2017/06/05 14:22:26 ryoon Exp $
+# $NetBSD: Makefile,v 1.76 2017/08/26 07:47:50 wen Exp $
 
-DISTNAME=      DBI-1.636
+DISTNAME=      DBI-1.637
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   3
 CATEGORIES=    databases perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=DBI/}
 

Index: pkgsrc/databases/p5-DBI/distinfo
diff -u pkgsrc/databases/p5-DBI/distinfo:1.46 pkgsrc/databases/p5-DBI/distinfo:1.47
--- pkgsrc/databases/p5-DBI/distinfo:1.46       Wed Apr 27 16:52:19 2016
+++ pkgsrc/databases/p5-DBI/distinfo    Sat Aug 26 07:47:50 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.46 2016/04/27 16:52:19 wiz Exp $
+$NetBSD: distinfo,v 1.47 2017/08/26 07:47:50 wen Exp $
 
-SHA1 (DBI-1.636.tar.gz) = fd305ba74fdf5a59605aaffd7e53bcd1018c99bb
-RMD160 (DBI-1.636.tar.gz) = a1569283169158dd694bfa184b16db13b7f0005f
-SHA512 (DBI-1.636.tar.gz) = 8d541ada1fabb7e82dd4f47c43edf79cc70c783ef3582a9911b13239734876aee9f27095f2526e6923d07b7ac86df48ee081af1ca6000df0559a13c75b6f6ed3
-Size (DBI-1.636.tar.gz) = 595433 bytes
+SHA1 (DBI-1.637.tar.gz) = 183ba1542a7499b508568c1765a4a1bcc4b4bbc9
+RMD160 (DBI-1.637.tar.gz) = 376a0dcfa40e75d10b578bd81981430eddbe2fe5
+SHA512 (DBI-1.637.tar.gz) = 48002d77d40c40f0514d464a83f78255dc1a4c5ebb721fc18bcffa06d5f19ad7aec51084d5d8a032e37c6867b5f63176a9b11b5bdf08426f903b841139698240
+Size (DBI-1.637.tar.gz) = 596423 bytes



Home | Main Index | Thread Index | Old Index