diff options
author | wen <wen@pkgsrc.org> | 2014-07-27 23:37:21 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2014-07-27 23:37:21 +0000 |
commit | c33fbf176101668500101c02f012fc38a829d669 (patch) | |
tree | f13d9c14bb5027c0d05c9d5167e8d3f4a139a276 /databases/p5-DBD-postgresql | |
parent | c0df6310368633ec019d01bb1b2f417852a6b2c9 (diff) | |
download | pkgsrc-c33fbf176101668500101c02f012fc38a829d669.tar.gz |
Update to 3.3.0
Upstream changes:
Version 3.3.0 Released May 31, 2014 (git commit 055f788cf96b380b9fe0e80b6cedb88f8d1799b8)
- Major cleanup of UTF-8 support:
Fix quoting of UTF-8 values
Add support for UTF-8 statement strings
Fix UTF-8 support in placeholders and return values
[Dagfinn Ilmari Manns氓ker] (CPAN bug #95214 and #91655)
Test that the Pg server agrees with us about the lengths of input strings.
Refactor Unicode test to use anon hashes to describe the tests to run.
Test pg_enable_utf8 of -1, in addition to 0 and 1.
Extend the Unicode round-trip tests to verify ASCII, BMP and non-BMP code points.
Test that characters created in the server reach the client correctly.
[Nicholas Clark]
- Rewrite foreign_key_info to be just one query
[Dagfinn Ilmari Manns氓ker]
- Remove ODBC support from foreign_key_info
[Dagfinn Ilmari Manns氓ker]
- Remove use of dTHX in functions in quote.c and types.c
[Nicholas Clark]
Version 3.2.1 Released May 20, 2014 (git commit a56ef5c4715440d4fc2054df5477996b0e287467)
- Stricter testing for array slices: disallow number-colon-number from being
parsed as a placeholder.
[Greg Sabino Mullane] (CPAN bug #95713)
- Fix for small leak with AutoInactiveDestroy
[David Dick] (CPAN bug #95505)
- Adjust test regex to fix failing t/01_connect.t on some platforms
[Greg Sabino Mullane]
- Further tweaks to get PGINITDB working for test suite.
[Nicholas Clark]
Version 3.2.0 Released May 15, 2014 (git commit 897974c2865259bb9786d8b0989f8e42db0a0d79)
- Add new attribute pg_placeholder_nocolons to turn off all parsing of
colons into placeholders.
[Graham Ollis] (CPAN bug #95173)
- Fix incorrect skip count for HandleSetErr
[Greg Sabino Mullane] (CPAN bug #94841)
- Don't attempt to use the POSIX signalling stuff if the OS is Win
[Greg Sabino Mullane] (CPAN bug ##94841)
- Fix missing check for PGINITDB in the test suite.
[Nicholas Clark]
Version 3.1.1 Released April 6, 2014 (git commit d337f93133e67267d54b65dc22a23f06e6883ad0)
- Minor adjustments so tests pass in varying locales.
Version 3.1.0 Released April 4, 2014 (git commit 26517a3531f93de79375a02da45a79789cd3caae)
- Make sure UTF-8 enabled notifications are handled correctly
[Greg Sabino Mullane]
- Allow "WITH" and "VALUES" as valid words starting a DML statement
[Greg Sabino Mullane] (CPAN bug #92724)
Diffstat (limited to 'databases/p5-DBD-postgresql')
-rw-r--r-- | databases/p5-DBD-postgresql/Makefile | 5 | ||||
-rw-r--r-- | databases/p5-DBD-postgresql/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/databases/p5-DBD-postgresql/Makefile b/databases/p5-DBD-postgresql/Makefile index ef71359d5a0..7fad815052d 100644 --- a/databases/p5-DBD-postgresql/Makefile +++ b/databases/p5-DBD-postgresql/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.68 2014/05/29 23:35:27 wiz Exp $ +# $NetBSD: Makefile,v 1.69 2014/07/27 23:37:21 wen Exp $ -DISTNAME= DBD-Pg-3.0.0 +DISTNAME= DBD-Pg-3.3.0 PKGNAME= p5-${DISTNAME:C/-Pg-/-postgresql-/} -PKGREVISION= 1 SVR4_PKGNAME= p5dpo CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/} diff --git a/databases/p5-DBD-postgresql/distinfo b/databases/p5-DBD-postgresql/distinfo index edc463f3f56..3d67a78e598 100644 --- a/databases/p5-DBD-postgresql/distinfo +++ b/databases/p5-DBD-postgresql/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.33 2014/02/06 13:11:32 abs Exp $ +$NetBSD: distinfo,v 1.34 2014/07/27 23:37:21 wen Exp $ -SHA1 (DBD-Pg-3.0.0.tar.gz) = 03ded628d453718cbceaea906da3412df5a7137a -RMD160 (DBD-Pg-3.0.0.tar.gz) = aed2b3341b75d0d1b9d1754662d321de3cbda2ce -Size (DBD-Pg-3.0.0.tar.gz) = 247817 bytes +SHA1 (DBD-Pg-3.3.0.tar.gz) = 9ec52d0d75463e6a448760e2d2fcbc41ca6201e1 +RMD160 (DBD-Pg-3.3.0.tar.gz) = 660ae04e42a750401efa7ab43612a2c043e4287a +Size (DBD-Pg-3.3.0.tar.gz) = 251408 bytes |