Sat May 19 10:51:32 2012 UTC ()
Pullup ticket #3791 - requested by he
databases/p5-DBD-postgresql: security update

Revisions pulled up:
- databases/p5-DBD-postgresql/Makefile                          1.61
- databases/p5-DBD-postgresql/distinfo                          1.31

---
   Module Name:	pkgsrc
   Committed By:	he
   Date:		Fri May 18 09:06:58 UTC 2012

   Modified Files:
   	pkgsrc/databases/p5-DBD-postgresql: Makefile distinfo

   Log Message:
   Update to version 2.19.2.  Changes:

   Version 2.19.2  Released March 12, 2012
     - Fix errors when multiple same-named placeholders are used. [GSM]
       (CPAN bug #75713)

   Version 2.19.1  Released March 10, 2012 (git commit db6f6da00467c7ea28d32c4df97e93ccc4d38f2b)
     - Fix crash when passing in an array with undefined elements. [GSM]

   Version 2.19.0  Released March 9, 2012 (git commit 05ab092905ce6891ed83e173412ee70d6cdb8cb5)
     - Use proper formatting for warn() and croak() (CPAN bug #75642)
       [Niko Tyni]
     - Fix localized regex in test (CPAN bug #70759)
     - Fix for named placeholders (CPAN bug #70953) [Jan Pazdziora]
     - Various fixes to the array-marshalling code [Noah Misch, Mark
       Stosberg, and David Christensen] (CPAN bug #58552)
     - Allow hi-bit chars in dollar-quoted identifiers
       [David Christensen] (CPAN bug #73832)
     - Have do() return count for things such as CREATE TABLE .. AS SELECT
       Will only work on 9.0 or better. (CPAN bug #71073) [Pavel Stehule]
     - Better error message when trying to do things post-disconnect [GSM]
     - Always respect pg_server_prepare=0 by using PQexec not PQexecParams. [GSM]
     - Fix error in async docs (CPAN bug #72812)
     - Switch from subversion to git.
       git clone git://bucardo.org/dbdpg.git [GSM]


(tron)
diff -r1.60 -r1.60.6.1 pkgsrc/databases/p5-DBD-postgresql/Makefile
diff -r1.30 -r1.30.6.1 pkgsrc/databases/p5-DBD-postgresql/distinfo

cvs diff -r1.60 -r1.60.6.1 pkgsrc/databases/p5-DBD-postgresql/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/p5-DBD-postgresql/Makefile 2011/08/06 20:31:02 1.60
+++ pkgsrc/databases/p5-DBD-postgresql/Makefile 2012/05/19 10:51:32 1.60.6.1
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.60 2011/08/06 20:31:02 adam Exp $ 1# $NetBSD: Makefile,v 1.60.6.1 2012/05/19 10:51:32 tron Exp $
2 2
3DISTNAME= DBD-Pg-2.18.1 3DISTNAME= DBD-Pg-2.19.2
4PKGNAME= p5-${DISTNAME:C/-Pg-/-postgresql-/} 4PKGNAME= p5-${DISTNAME:C/-Pg-/-postgresql-/}
5SVR4_PKGNAME= p5dpo 5SVR4_PKGNAME= p5dpo
6CATEGORIES= databases perl5 6CATEGORIES= databases perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/}
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/DBD-Pg/ 10HOMEPAGE= http://search.cpan.org/dist/DBD-Pg/
11COMMENT= Perl DBI/DBD driver for PostgreSQL databases 11COMMENT= Perl DBI/DBD driver for PostgreSQL databases
12LICENSE= ${PERL5_LICENSE} 12LICENSE= ${PERL5_LICENSE}
13 13
14PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
15 15
16DEPENDS+= {p5-version-[0-9]*,perl>=5.10.0}:../../devel/p5-version 16DEPENDS+= {p5-version-[0-9]*,perl>=5.10.0}:../../devel/p5-version

cvs diff -r1.30 -r1.30.6.1 pkgsrc/databases/p5-DBD-postgresql/distinfo (expand / switch to unified diff)

--- pkgsrc/databases/p5-DBD-postgresql/distinfo 2011/08/06 20:31:02 1.30
+++ pkgsrc/databases/p5-DBD-postgresql/distinfo 2012/05/19 10:51:32 1.30.6.1
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.30 2011/08/06 20:31:02 adam Exp $ 1$NetBSD: distinfo,v 1.30.6.1 2012/05/19 10:51:32 tron Exp $
2 2
3SHA1 (DBD-Pg-2.18.1.tar.gz) = 7ea0735fae4dab0b5c95b11ff391f9adedebfaca 3SHA1 (DBD-Pg-2.19.2.tar.gz) = edcaa1a44c0ff8e7f78bc80f584b9e83c11d10df
4RMD160 (DBD-Pg-2.18.1.tar.gz) = 4b2638162e777657ac7cf2b54ea142733727bc2e 4RMD160 (DBD-Pg-2.19.2.tar.gz) = eeecc7597722baed07510741cf16e38d1e0c4f7f
5Size (DBD-Pg-2.18.1.tar.gz) = 235387 bytes 5Size (DBD-Pg-2.19.2.tar.gz) = 235868 bytes