diff options
author | adam <adam@pkgsrc.org> | 2011-04-22 08:10:23 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2011-04-22 08:10:23 +0000 |
commit | f4eed223000874bf96872c67bec94b1da07b2f7f (patch) | |
tree | b79b8b0a3bdc3e105f10ccd9139106f9b6845aaa /databases/postgresql90 | |
parent | 70f39d8957590ed739194944b6ea11f693283b80 (diff) | |
download | pkgsrc-f4eed223000874bf96872c67bec94b1da07b2f7f.tar.gz |
Changes 9.0.4:
* fix build issues on HP-UX and Itanium
* update time zone files for recent time zone changes
* change SQLSTATE for Hot Standby warnings
* prevent bgwriter hang during recovery
* prevent recursive composite type creation
* disallow dropping tables whose triggers are still pending
* allow use of "replication" as a user name
* prevent a crash during GEQO planning
* improve join plans for tables with missing statistics
* fix error with SELECT FOR UPDATE in a subselect
* close PL/python array slice memory leak
* allow SSL connections for users with no home directory
* allow building PostgreSQL 9.0 with 64-bit MinGW
Diffstat (limited to 'databases/postgresql90')
-rw-r--r-- | databases/postgresql90/Makefile.common | 5 | ||||
-rw-r--r-- | databases/postgresql90/distinfo | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/databases/postgresql90/Makefile.common b/databases/postgresql90/Makefile.common index 1568a696297..15d1e5c0a53 100644 --- a/databases/postgresql90/Makefile.common +++ b/databases/postgresql90/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.10 2011/02/16 06:35:30 manu Exp $ +# $NetBSD: Makefile.common,v 1.11 2011/04/22 08:10:23 adam Exp $ # # used by databases/postgresql90-adminpack/Makefile # used by databases/postgresql90-client/Makefile @@ -23,13 +23,14 @@ .include "../../databases/postgresql90/Makefile.mirrors" -DISTNAME= postgresql-9.0.3 +DISTNAME= postgresql-9.0.4 CATEGORIES= databases MASTER_SITES= ${PGSQL_MIRRORS:=source/v${PKGVERSION_NOREV}/} EXTRACT_SUFX= .tar.bz2 MAINTAINER?= adam@NetBSD.org HOMEPAGE= http://www.postgresql.org/ +LICENSE= postgresql-license CONFLICTS+= postgresql-[0-9]* CONFLICTS+= postgresql[0-8][0-9]-* diff --git a/databases/postgresql90/distinfo b/databases/postgresql90/distinfo index 153fea618a5..69f8dd6dc60 100644 --- a/databases/postgresql90/distinfo +++ b/databases/postgresql90/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.5 2011/02/28 07:40:56 adam Exp $ +$NetBSD: distinfo,v 1.6 2011/04/22 08:10:23 adam Exp $ -SHA1 (postgresql-9.0.3.tar.bz2) = ea7b4729427f668cbf36184efbc58fd828a2d3ab -RMD160 (postgresql-9.0.3.tar.bz2) = 9f5e0584018265282a75be8597fb7ac51ccaa23a -Size (postgresql-9.0.3.tar.bz2) = 14040705 bytes +SHA1 (postgresql-9.0.4.tar.bz2) = 5c4ebc2abbbc63ce2973974a7d020e7d14a01e73 +RMD160 (postgresql-9.0.4.tar.bz2) = 0f11efb7634b9acb2080d07771c0355a3bf96fa4 +Size (postgresql-9.0.4.tar.bz2) = 14040871 bytes SHA1 (patch-aa) = c7e5aaff1c47d2e33df7692a412ef984c77ffcc0 SHA1 (patch-ab) = 6adfc53e325abe69582f1c7971f56144c697e9c1 SHA1 (patch-ac) = 76ddd3015d93b19cdd6000eaffc4f53cbd4965b5 |