diff options
author | adam <adam@pkgsrc.org> | 2012-08-23 16:30:34 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2012-08-23 16:30:34 +0000 |
commit | 086c5ec1d7613d401b9f4b01d210d0220b21954b (patch) | |
tree | 057e6b7e5c3af49d4b0981afce1b4b84744c00ae /databases/postgresql91 | |
parent | 3d0dddce60cb15c043a90fc46d9e5d353c0b6cf3 (diff) | |
download | pkgsrc-086c5ec1d7613d401b9f4b01d210d0220b21954b.tar.gz |
Changes 9.1.5:
* Prevent access to external files/URLs via XML entity references
* Prevent access to external files/URLs via contrib/xml2's xslt_process()
* Prevent too-early recycling of btree index pages
* Fix crash-safety bug with newly-created-or-reset sequences
* Fix race condition in enum-type value comparisons
* Fix txid_current() to report the correct epoch when not in hot standby
* Prevent selection of unsuitable replication connections as the synchronous
standby
* Fix bug in startup of Hot Standby when a master transaction has many
subtransactions
* Ensure the backup_label file is fsync'd after pg_start_backup()
* Fix timeout handling in walsender processes
* Wake walsenders after each background flush by walwriter
* Fix LISTEN/NOTIFY to cope better with I/O problems, such as out of disk space
* Only allow autovacuum to be auto-canceled by a directly blocked process
* Improve logging of autovacuum cancels
* Fix WITH attached to a nested set operation (UNION/INTERSECT/EXCEPT)
Diffstat (limited to 'databases/postgresql91')
-rw-r--r-- | databases/postgresql91/Makefile.common | 4 | ||||
-rw-r--r-- | databases/postgresql91/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/databases/postgresql91/Makefile.common b/databases/postgresql91/Makefile.common index f7a17c8eb49..a46af1295b1 100644 --- a/databases/postgresql91/Makefile.common +++ b/databases/postgresql91/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.8 2012/07/18 10:19:32 jperkin Exp $ +# $NetBSD: Makefile.common,v 1.9 2012/08/23 16:30:34 adam Exp $ # # used by databases/postgresql91-adminpack/Makefile # used by databases/postgresql91-client/Makefile @@ -21,7 +21,7 @@ # <lang>-postgresql client-side interface to PostgreSQL # postgresql-<lang> server-side module for PostgreSQL backend -DISTNAME= postgresql-9.1.4 +DISTNAME= postgresql-9.1.5 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/} EXTRACT_SUFX= .tar.bz2 diff --git a/databases/postgresql91/distinfo b/databases/postgresql91/distinfo index adb630f7260..fc77c521779 100644 --- a/databases/postgresql91/distinfo +++ b/databases/postgresql91/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.7 2012/07/16 21:17:12 asau Exp $ +$NetBSD: distinfo,v 1.8 2012/08/23 16:30:34 adam Exp $ -SHA1 (postgresql-9.1.4.tar.bz2) = c75fd5696af02a275a104260eac8b3a4abe35682 -RMD160 (postgresql-9.1.4.tar.bz2) = ff08ad702c7ffc0172b3f66aa4819d4865f0e77b -Size (postgresql-9.1.4.tar.bz2) = 15631894 bytes +SHA1 (postgresql-9.1.5.tar.bz2) = 8411f39e7cff8d691d908de7823b72426433faa2 +RMD160 (postgresql-9.1.5.tar.bz2) = c6f1e4da05d7c325acc1321f94da654a52fc2c1a +Size (postgresql-9.1.5.tar.bz2) = 15602594 bytes SHA1 (patch-config_perl.m4) = c7e5aaff1c47d2e33df7692a412ef984c77ffcc0 SHA1 (patch-configure) = dab79533dac06a79a5aa8439d6b15830d8d2fba7 SHA1 (patch-contrib_dblink_Makefile) = 4960ad57d42465fae203870548e4c53f8a32ce04 |