diff options
author | adam <adam> | 2011-04-22 13:50:38 +0000 |
---|---|---|
committer | adam <adam> | 2011-04-22 13:50:38 +0000 |
commit | 82f5b46c8237a06da886f7f98e39fd74af1ebe54 (patch) | |
tree | 40c565ccc852cd2ce649bd5659746fad138bf403 /databases/postgresql83 | |
parent | c72753b709d1dbe4bf0e5a2bfc68db00290e3e8e (diff) | |
download | pkgsrc-82f5b46c8237a06da886f7f98e39fd74af1ebe54.tar.gz |
Changes 8.3.15:
* 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
Diffstat (limited to 'databases/postgresql83')
-rw-r--r-- | databases/postgresql83/Makefile.common | 5 | ||||
-rw-r--r-- | databases/postgresql83/distinfo | 9 |
2 files changed, 7 insertions, 7 deletions
diff --git a/databases/postgresql83/Makefile.common b/databases/postgresql83/Makefile.common index d5a0d7c6400..4ce49b81f85 100644 --- a/databases/postgresql83/Makefile.common +++ b/databases/postgresql83/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.17 2011/02/15 09:06:31 adam Exp $ +# $NetBSD: Makefile.common,v 1.18 2011/04/22 13:50:38 adam Exp $ # # used by databases/postgresql83-adminpack/Makefile # used by databases/postgresql83-client/Makefile @@ -17,13 +17,14 @@ .include "../../databases/postgresql83/Makefile.mirrors" -DISTNAME= postgresql-8.3.14 +DISTNAME= postgresql-8.3.15 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+= postgresql7[0-9]-* diff --git a/databases/postgresql83/distinfo b/databases/postgresql83/distinfo index 95efe3fd480..bbb2611d976 100644 --- a/databases/postgresql83/distinfo +++ b/databases/postgresql83/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.15 2011/02/15 09:06:32 adam Exp $ +$NetBSD: distinfo,v 1.16 2011/04/22 13:50:38 adam Exp $ -SHA1 (postgresql-8.3.14.tar.bz2) = aec29d9be73e90b88b2d1d5eadff8fffc5681e59 -RMD160 (postgresql-8.3.14.tar.bz2) = 353996ca82141186f67d59a8ae37b91586413807 -Size (postgresql-8.3.14.tar.bz2) = 14345092 bytes +SHA1 (postgresql-8.3.15.tar.bz2) = b20895aa66c15d5f394579aed50ce88c4018ecc0 +RMD160 (postgresql-8.3.15.tar.bz2) = 66c5f79083231f5afb7cb3b41637fc8eb7ae5225 +Size (postgresql-8.3.15.tar.bz2) = 14344586 bytes SHA1 (patch-aa) = aeeeaafb38e75d8e8f6639280e997ba4c905b45f SHA1 (patch-ab) = 7bf5635b0b93c3c0d33acd4e122e102c92ce7b76 SHA1 (patch-ac) = 8e3a7021fdd01810d4ebcbd20002b28164b22279 @@ -11,4 +11,3 @@ SHA1 (patch-af) = fcb43276c1f3349f62acfc37ac0bd6ccaae96f29 SHA1 (patch-ag) = 402d5d211af99efdfa35677299c97e91e14ed85d SHA1 (patch-ah) = 3640573195f66a46c37d9fca2648d6be39f5593b SHA1 (patch-ai) = a2364b8e1e8a3094e1c5bfb0cad2d0babe0a8841 -SHA1 (patch-aj) = c389f9b8f39ddb61e58b5fe87ffabb789c71d4e0 |