[csw-devel] SF.net SVN: gar:[11749] csw/mgar/pkg/cpan/DBD-Pg/trunk

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Wed Dec 1 12:59:51 CET 2010


Revision: 11749
          http://gar.svn.sourceforge.net/gar/?rev=11749&view=rev
Author:   dmichelsen
Date:     2010-12-01 11:59:51 +0000 (Wed, 01 Dec 2010)

Log Message:
-----------
cpan/DBD-Pg: Update to 2.17.2

Modified Paths:
--------------
    csw/mgar/pkg/cpan/DBD-Pg/trunk/Makefile
    csw/mgar/pkg/cpan/DBD-Pg/trunk/checksums

Added Paths:
-----------
    csw/mgar/pkg/cpan/DBD-Pg/trunk/files/0001-Dont-return-value-in-dequote_bytea.patch

Removed Paths:
-------------
    csw/mgar/pkg/cpan/DBD-Pg/trunk/files/CSWpmdbdpg.depend
    csw/mgar/pkg/cpan/DBD-Pg/trunk/files/CSWpmdbdpg.gspec

Modified: csw/mgar/pkg/cpan/DBD-Pg/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cpan/DBD-Pg/trunk/Makefile	2010-12-01 11:59:23 UTC (rev 11748)
+++ csw/mgar/pkg/cpan/DBD-Pg/trunk/Makefile	2010-12-01 11:59:51 UTC (rev 11749)
@@ -1,5 +1,5 @@
 GARNAME = DBD-Pg
-GARVERSION = 2.16.1
+GARVERSION = 2.17.2
 CATEGORIES = cpan
 AUTHOR = TURNSTEP
 
@@ -9,6 +9,8 @@
   to PostgreSQL databases.
 endef
 
+PATCHFILES = 0001-Dont-return-value-in-dequote_bytea.patch
+
 PACKAGES = CSWpmdbdpg
 CATALOGNAME = pm_dbdpg
 

Modified: csw/mgar/pkg/cpan/DBD-Pg/trunk/checksums
===================================================================
--- csw/mgar/pkg/cpan/DBD-Pg/trunk/checksums	2010-12-01 11:59:23 UTC (rev 11748)
+++ csw/mgar/pkg/cpan/DBD-Pg/trunk/checksums	2010-12-01 11:59:51 UTC (rev 11749)
@@ -1 +1 @@
-127f88ab24b971a8f5e3720a496235a5  DBD-Pg-2.16.1.tar.gz
+2cd63605a9420a63c780f627420a359a  DBD-Pg-2.17.2.tar.gz

Added: csw/mgar/pkg/cpan/DBD-Pg/trunk/files/0001-Dont-return-value-in-dequote_bytea.patch
===================================================================
--- csw/mgar/pkg/cpan/DBD-Pg/trunk/files/0001-Dont-return-value-in-dequote_bytea.patch	                        (rev 0)
+++ csw/mgar/pkg/cpan/DBD-Pg/trunk/files/0001-Dont-return-value-in-dequote_bytea.patch	2010-12-01 11:59:51 UTC (rev 11749)
@@ -0,0 +1,29 @@
+From 0242e1aa1d6f6a95a1b1addb750c35c526ee20fe Mon Sep 17 00:00:00 2001
+From: Dagobert Michelsen <dam at opencsw.org>
+Date: Wed, 1 Dec 2010 12:27:55 +0100
+Subject: [PATCH] Dont return value in dequote_bytea
+
+---
+ quote.c |    5 +++--
+ 1 files changed, 3 insertions(+), 2 deletions(-)
+
+diff --git a/quote.c b/quote.c
+index 96ca12f..f8a7249 100644
+--- a/quote.c
++++ b/quote.c
+@@ -529,9 +529,10 @@ void dequote_bytea(char *string, STRLEN *retlen, int estring)
+ 		return;
+ 
+ 	if ('\\' == *string && 'x' == *(string+1))
+-		return _dequote_bytea_hex(string, retlen, estring);
++		_dequote_bytea_hex(string, retlen, estring);
+ 	else
+-		return _dequote_bytea_escape(string, retlen, estring);
++		_dequote_bytea_escape(string, retlen, estring);
++	return;
+ }
+ 
+ /*
+-- 
+1.7.3
+

Deleted: csw/mgar/pkg/cpan/DBD-Pg/trunk/files/CSWpmdbdpg.depend
===================================================================
Deleted: csw/mgar/pkg/cpan/DBD-Pg/trunk/files/CSWpmdbdpg.gspec
===================================================================
--- csw/mgar/pkg/cpan/DBD-Pg/trunk/files/CSWpmdbdpg.gspec	2010-12-01 11:59:23 UTC (rev 11748)
+++ csw/mgar/pkg/cpan/DBD-Pg/trunk/files/CSWpmdbdpg.gspec	2010-12-01 11:59:51 UTC (rev 11749)
@@ -1,11 +0,0 @@
-%var            bitname pm_dbdpg
-%var            pkgname CSWpmdbdpg
-%include        url file://%{PKGLIB}/csw_cpan.gspec
-%copyright      
-Portions Copyright (c) 1994,1995,1996,1997 Tim Bunce
-Copyright (c) 1997,1998,1999,2000 Edmund Mergl
-Copyright (c) 2002 Jeffrey W. Baker
-Copyright (c) 2002,2003 PostgreSQL Global Development Group
-
-You may distribute under the terms of either the GNU General Public
-License or the Artistic License, as specified in the Perl README file.


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list