pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases/p5-DBD-postgresql
Module Name: pkgsrc
Committed By: wiz
Date: Wed Apr 19 13:43:44 UTC 2017
Modified Files:
pkgsrc/databases/p5-DBD-postgresql: Makefile distinfo
Log Message:
Updated p5-DBD-postgresql to 3.6.0.
Version 3.6.0 Released April 17, 2017 (git tag 3.6.0)
- Make sure we do not inadvertently modify the string passed to prepare() when
doing the new backslash escape manipulation.
[Greg Sabino Mullane]
(CPAN ticket #114000)
- Fix bug where $DBD::Pg::DBDPG_DEFAULT not picked up as a magic
string first time it is used in a script.
[Greg Sabino Mullane]
(CPAN ticket #112309)
- Fix UTF8 flag handling in pg_(get|put)copydata
[Dagfinn Ilmari Mannsåker]
- Fix UTF8 double-encoding with pg_enable_utf8 = 0
[Serge Pushkin]
(CPAN ticket #103137)
- Fix bug in quote_name which would fail to quote in some circumstances
(Github Issue #22)
- Allow clean parsing of new Postgres X.Y version format
[Erik Rijkers er at xs4all.nl]
- Add pg_canonical_ids() and pg_canonical_names(), which returns information
about each column in the result set.
[Warstone warstone at list.ru]
(CPAN ticket #106858)
- Map SQL_NUMERIC to PG_NUMERIC (instead of PG_FLOAT8)
[Alice Maz alice at alizemaz.com]
(CPAN ticket #120358)
- Force real, float, and double precision into SvNVs
[Greg Sabino Mullane]
(CPAN ticket #113683 and other places)
- Support for number of rows greater than an "int". Requires support for same
from a future version of libpq before it will work completely.
[Greg Sabino Mullane]
(CPAN ticket #102444)
- Fix skipped test counts in Win32 builds
[Andy Grundman]
- Allow tests to work against Postgres 8.4 by tweaking client_encoding calls.
[Pavel Raiskup praiskup at redhat.com]
(CPAN ticket #116179)
- Silence warnings in t/02attribs.t and t/04misc.t
[Dagfinn Ilmari Mannsåker]
- Support binary COPY format
[Dagfinn Ilmari Mannsåker]
- Ensure tests do not use $ENV{PGSERVICE} or $ENV{PGDATABASE}
[Erik Rijkers]
- Switched canonical repo to git://github.com/bucardo/dbdpg.git
To generate a diff of this commit:
cvs rdiff -u -r1.81 -r1.82 pkgsrc/databases/p5-DBD-postgresql/Makefile
cvs rdiff -u -r1.41 -r1.42 pkgsrc/databases/p5-DBD-postgresql/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-DBD-postgresql/Makefile
diff -u pkgsrc/databases/p5-DBD-postgresql/Makefile:1.81 pkgsrc/databases/p5-DBD-postgresql/Makefile:1.82
--- pkgsrc/databases/p5-DBD-postgresql/Makefile:1.81 Sun Oct 9 21:41:56 2016
+++ pkgsrc/databases/p5-DBD-postgresql/Makefile Wed Apr 19 13:43:44 2017
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.81 2016/10/09 21:41:56 wiz Exp $
+# $NetBSD: Makefile,v 1.82 2017/04/19 13:43:44 wiz Exp $
-DISTNAME= DBD-Pg-3.5.3
+DISTNAME= DBD-Pg-3.6.0
PKGNAME= p5-${DISTNAME:C/-Pg-/-postgresql-/}
-PKGREVISION= 2
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/}
Index: pkgsrc/databases/p5-DBD-postgresql/distinfo
diff -u pkgsrc/databases/p5-DBD-postgresql/distinfo:1.41 pkgsrc/databases/p5-DBD-postgresql/distinfo:1.42
--- pkgsrc/databases/p5-DBD-postgresql/distinfo:1.41 Tue Nov 3 01:56:18 2015
+++ pkgsrc/databases/p5-DBD-postgresql/distinfo Wed Apr 19 13:43:44 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.41 2015/11/03 01:56:18 agc Exp $
+$NetBSD: distinfo,v 1.42 2017/04/19 13:43:44 wiz Exp $
-SHA1 (DBD-Pg-3.5.3.tar.gz) = 43b40815b9fec21f6dc60173810737641539af81
-RMD160 (DBD-Pg-3.5.3.tar.gz) = fa4b3336ecafc9802239ac98747d95784c179298
-SHA512 (DBD-Pg-3.5.3.tar.gz) = 7a564e5c86fa41719289f6e391f0cd39f01df7d088892fca11175c60fec8a3af884f9204ae834caac2024ff0d45dcc013e314ec0c09a07fe7ee76170ec3a634f
-Size (DBD-Pg-3.5.3.tar.gz) = 256570 bytes
+SHA1 (DBD-Pg-3.6.0.tar.gz) = 3e02e946253fd62d48868a9bdd12a9c7a4d7208e
+RMD160 (DBD-Pg-3.6.0.tar.gz) = 16c24906f9cca3300d747d00bd05f99d5bd5c0f9
+SHA512 (DBD-Pg-3.6.0.tar.gz) = 3bfdf8de36ee389be6b296d89ef01eaa25ce2149d43651359237c55588e36af1db3488031dfc7b61e1479f1e4e0e63e640fc6e44836c463fab7d698ad574cf94
+Size (DBD-Pg-3.6.0.tar.gz) = 258562 bytes
Home |
Main Index |
Thread Index |
Old Index