SF.net SVN: gar:[22318] csw/mgar/pkg/cpan/DBD-Pg/trunk
guengel at users.sourceforge.net
guengel at users.sourceforge.net
Sun Oct 27 15:01:58 CET 2013
Revision: 22318
http://gar.svn.sourceforge.net/gar/?rev=22318&view=rev
Author: guengel
Date: 2013-10-27 14:01:57 +0000 (Sun, 27 Oct 2013)
Log Message:
-----------
cpan/DBD-Pg/trunk: Updated to 2.19.3.
Modified Paths:
--------------
csw/mgar/pkg/cpan/DBD-Pg/trunk/Makefile
csw/mgar/pkg/cpan/DBD-Pg/trunk/checksums
csw/mgar/pkg/cpan/DBD-Pg/trunk/files/changelog.CSW
Removed Paths:
-------------
csw/mgar/pkg/cpan/DBD-Pg/trunk/files/0001-Dont-return-value-in-dequote_bytea.patch
Modified: csw/mgar/pkg/cpan/DBD-Pg/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cpan/DBD-Pg/trunk/Makefile 2013-10-27 11:23:42 UTC (rev 22317)
+++ csw/mgar/pkg/cpan/DBD-Pg/trunk/Makefile 2013-10-27 14:01:57 UTC (rev 22318)
@@ -1,5 +1,5 @@
NAME = DBD-Pg
-VERSION = 2.17.2
+VERSION = 2.19.3
CATEGORIES = cpan
GARTYPE = v2
AUTHOR = TURNSTEP
@@ -14,8 +14,6 @@
DISTFILES += changelog.CSW
-PATCHFILES = 0001-Dont-return-value-in-dequote_bytea.patch
-
PACKAGES = CSWpm-dbd-pg
SPKG_DESC_$(PACKAGES) = $(DESCRIPTION)
Modified: csw/mgar/pkg/cpan/DBD-Pg/trunk/checksums
===================================================================
--- csw/mgar/pkg/cpan/DBD-Pg/trunk/checksums 2013-10-27 11:23:42 UTC (rev 22317)
+++ csw/mgar/pkg/cpan/DBD-Pg/trunk/checksums 2013-10-27 14:01:57 UTC (rev 22318)
@@ -1 +1 @@
-2cd63605a9420a63c780f627420a359a DBD-Pg-2.17.2.tar.gz
+026ea19f89aee12051bce23d797e824b DBD-Pg-2.19.3.tar.gz
Deleted: 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 2013-10-27 11:23:42 UTC (rev 22317)
+++ csw/mgar/pkg/cpan/DBD-Pg/trunk/files/0001-Dont-return-value-in-dequote_bytea.patch 2013-10-27 14:01:57 UTC (rev 22318)
@@ -1,29 +0,0 @@
-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
-
Modified: csw/mgar/pkg/cpan/DBD-Pg/trunk/files/changelog.CSW
===================================================================
--- csw/mgar/pkg/cpan/DBD-Pg/trunk/files/changelog.CSW 2013-10-27 11:23:42 UTC (rev 22317)
+++ csw/mgar/pkg/cpan/DBD-Pg/trunk/files/changelog.CSW 2013-10-27 14:01:57 UTC (rev 22318)
@@ -1,3 +1,10 @@
+DBD-Pg (2.19.3,REV=2013.10.27)
+
+ * New upstream release 2.19.3.
+
+ -- Rafael Ostertag <raos at opencsw.org> Sun, 27 Oct 2013 14:53:16 +0100
+
+
DBD-Pg (2.17.2,REV=2012.08.22)
* Linked against CSWlibpg5.
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