Changes 2.17.1:
* Only use lo_import_with_oid if Postgres libraries are 8.4 or better Changes 2.17.0: * Do not automatically ROLLBACK on a failed pg_cancel * Added support for new lo_import_with_oid function. * Don't limit stored user name to \w in tests * Allow tests to support versions back to Postgres 7.4
This commit is contained in:
parent
4e3e650a9f
commit
0e0a82ae90
2 changed files with 6 additions and 8 deletions
|
@ -1,10 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.56 2010/02/10 19:34:05 joerg Exp $
|
||||
#
|
||||
# $NetBSD: Makefile,v 1.57 2010/05/20 13:30:49 adam Exp $
|
||||
|
||||
VER= 2.16.1
|
||||
VER= 2.17.1
|
||||
DISTNAME= DBD-Pg-${VER}
|
||||
PKGNAME= p5-DBD-postgresql-${VER}
|
||||
PKGREVISION= 1
|
||||
SVR4_PKGNAME= p5dpo
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.27 2010/02/02 21:54:16 sno Exp $
|
||||
$NetBSD: distinfo,v 1.28 2010/05/20 13:30:49 adam Exp $
|
||||
|
||||
SHA1 (DBD-Pg-2.16.1.tar.gz) = 897625ad40ab731221df074423ff7aae46efa154
|
||||
RMD160 (DBD-Pg-2.16.1.tar.gz) = 0a27a56e486b1291792a3d1559647e7bab2665da
|
||||
Size (DBD-Pg-2.16.1.tar.gz) = 230375 bytes
|
||||
SHA1 (DBD-Pg-2.17.1.tar.gz) = 9346e6937a1dcc27d7da6f8aeb3f897bd8b39332
|
||||
RMD160 (DBD-Pg-2.17.1.tar.gz) = 33150577792c59e214971dbb7e751798de60498e
|
||||
Size (DBD-Pg-2.17.1.tar.gz) = 231523 bytes
|
||||
|
|
Loading…
Reference in a new issue