Changes:
* CVE-2012-3488: PostgreSQL insecure use of libxslt * CVE-2012-3489: PostgreSQL insecure use of libxml2 * Updates and corrections to time zone data * Multiple documentation updates and corrections * Add limit on max_wal_senders * Fix dependencies generated during ALTER TABLE ADD CONSTRAINT USING INDEX. * Correct behavior of unicode conversions for PL/Python * Fix WITH attached to a nested set operation (UNION/INTERSECT/EXCEPT). * Fix syslogger so that log_truncate_on_rotation works in the first rotation. * Only allow autovacuum to be auto-canceled by a directly blocked process. * Improve fsync request queue operation * Prevent corner-case core dump in rfree(). * Fix Walsender so that it responds correctly to timeouts and deadlocks * Several PL/Perl fixes for encoding-related issues * Make selectivity operators use the correct collation * Prevent unsuitable slaves from being selected for synchronous replication * Make REASSIGN OWNED work on extensions as well * Fix race condition with ENUM comparisons * Make NOTIFY cope with out-of-disk-space * Fix memory leak in ARRAY subselect queries * Reduce data loss at replication failover * Fix behavior of subtransactions with Hot Standby
This commit is contained in:
parent
061968f7dc
commit
b274c5556b
9 changed files with 28 additions and 19 deletions
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.21 2012/07/01 19:19:42 morr Exp $
|
||||
@comment $NetBSD: PLIST,v 1.22 2012/08/23 16:56:38 adam Exp $
|
||||
bin/clusterdb
|
||||
bin/createdb
|
||||
bin/createlang
|
||||
|
@ -1304,6 +1304,7 @@ share/doc/postgresql/html/release-8-3-17.html
|
|||
share/doc/postgresql/html/release-8-3-18.html
|
||||
share/doc/postgresql/html/release-8-3-19.html
|
||||
share/doc/postgresql/html/release-8-3-2.html
|
||||
share/doc/postgresql/html/release-8-3-20.html
|
||||
share/doc/postgresql/html/release-8-3-3.html
|
||||
share/doc/postgresql/html/release-8-3-4.html
|
||||
share/doc/postgresql/html/release-8-3-5.html
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.20 2012/07/12 19:46:51 marino Exp $
|
||||
# $NetBSD: Makefile,v 1.21 2012/08/23 16:56:38 adam Exp $
|
||||
|
||||
PKGNAME= ${DISTNAME:C/-/83-server-/}
|
||||
PKGREVISION= 1
|
||||
COMMENT= PostgreSQL database server programs
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.common,v 1.24 2012/07/01 19:19:42 morr Exp $
|
||||
# $NetBSD: Makefile.common,v 1.25 2012/08/23 16:56:38 adam Exp $
|
||||
#
|
||||
# used by databases/postgresql83-adminpack/Makefile
|
||||
# used by databases/postgresql83-client/Makefile
|
||||
|
@ -15,7 +15,7 @@
|
|||
# <lang>-postgresql client-side interface to PostgreSQL
|
||||
# postgresql-<lang> server-side module for PostgreSQL backend
|
||||
|
||||
DISTNAME= postgresql-8.3.19
|
||||
DISTNAME= postgresql-8.3.20
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
$NetBSD: distinfo,v 1.24 2012/07/16 21:17:10 asau Exp $
|
||||
$NetBSD: distinfo,v 1.25 2012/08/23 16:56:38 adam Exp $
|
||||
|
||||
SHA1 (postgresql-8.3.19.tar.bz2) = bd7fcb188f668d30029f02048b5b5b86b9d3d14e
|
||||
RMD160 (postgresql-8.3.19.tar.bz2) = 1611a009386ba6984689fbbf8663c49d405f864c
|
||||
Size (postgresql-8.3.19.tar.bz2) = 14570746 bytes
|
||||
SHA1 (postgresql-8.3.20.tar.bz2) = 5bfe481645418d99c6b5e95c4e7336360995d7f4
|
||||
RMD160 (postgresql-8.3.20.tar.bz2) = bb94bcf21752577f5dd1f5fbf6ec6e88ea1fc420
|
||||
Size (postgresql-8.3.20.tar.bz2) = 14624435 bytes
|
||||
SHA1 (patch-aa) = 6d5e9aa58975181d189060f8523c022aa6c82277
|
||||
SHA1 (patch-ab) = 1ba1bb53ca5a74d09fc2b7d07d98b0a0ffd57202
|
||||
SHA1 (patch-ac) = 8e3a7021fdd01810d4ebcbd20002b28164b22279
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.14 2012/07/01 19:30:23 morr Exp $
|
||||
@comment $NetBSD: PLIST,v 1.15 2012/08/23 16:56:38 adam Exp $
|
||||
bin/clusterdb
|
||||
bin/createdb
|
||||
bin/createlang
|
||||
|
@ -1335,6 +1335,7 @@ share/doc/postgresql/html/release-8-3-17.html
|
|||
share/doc/postgresql/html/release-8-3-18.html
|
||||
share/doc/postgresql/html/release-8-3-19.html
|
||||
share/doc/postgresql/html/release-8-3-2.html
|
||||
share/doc/postgresql/html/release-8-3-20.html
|
||||
share/doc/postgresql/html/release-8-3-3.html
|
||||
share/doc/postgresql/html/release-8-3-4.html
|
||||
share/doc/postgresql/html/release-8-3-5.html
|
||||
|
@ -1347,6 +1348,7 @@ share/doc/postgresql/html/release-8-4-1.html
|
|||
share/doc/postgresql/html/release-8-4-10.html
|
||||
share/doc/postgresql/html/release-8-4-11.html
|
||||
share/doc/postgresql/html/release-8-4-12.html
|
||||
share/doc/postgresql/html/release-8-4-13.html
|
||||
share/doc/postgresql/html/release-8-4-2.html
|
||||
share/doc/postgresql/html/release-8-4-3.html
|
||||
share/doc/postgresql/html/release-8-4-4.html
|
||||
|
@ -1788,11 +1790,17 @@ share/locale/pt_BR/LC_MESSAGES/psql-8.4.mo
|
|||
share/locale/ro/LC_MESSAGES/pg_config-8.4.mo
|
||||
share/locale/ro/LC_MESSAGES/pg_resetxlog-8.4.mo
|
||||
share/locale/ro/LC_MESSAGES/pgscripts-8.4.mo
|
||||
share/locale/ru/LC_MESSAGES/ecpg-8.4.mo
|
||||
share/locale/ru/LC_MESSAGES/ecpglib6-8.4.mo
|
||||
share/locale/ru/LC_MESSAGES/initdb-8.4.mo
|
||||
share/locale/ru/LC_MESSAGES/libpq5-8.4.mo
|
||||
share/locale/ru/LC_MESSAGES/pg_config-8.4.mo
|
||||
share/locale/ru/LC_MESSAGES/pg_controldata-8.4.mo
|
||||
share/locale/ru/LC_MESSAGES/pg_ctl-8.4.mo
|
||||
share/locale/ru/LC_MESSAGES/pg_dump-8.4.mo
|
||||
share/locale/ru/LC_MESSAGES/pg_resetxlog-8.4.mo
|
||||
share/locale/ru/LC_MESSAGES/pgscripts-8.4.mo
|
||||
share/locale/ru/LC_MESSAGES/psql-8.4.mo
|
||||
share/locale/sv/LC_MESSAGES/initdb-8.4.mo
|
||||
share/locale/sv/LC_MESSAGES/libpq5-8.4.mo
|
||||
share/locale/sv/LC_MESSAGES/pg_config-8.4.mo
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.15 2012/07/12 18:57:28 marino Exp $
|
||||
# $NetBSD: Makefile,v 1.16 2012/08/23 16:56:38 adam Exp $
|
||||
|
||||
PKGNAME= ${DISTNAME:C/-/84-server-/}
|
||||
PKGREVISION= 1
|
||||
COMMENT= PostgreSQL database server programs
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.12 2012/07/01 19:30:24 morr Exp $
|
||||
@comment $NetBSD: PLIST,v 1.13 2012/08/23 16:56:38 adam Exp $
|
||||
bin/postgres
|
||||
bin/postmaster
|
||||
lib/postgresql/ascii_and_mic.so
|
||||
|
@ -46,6 +46,8 @@ share/locale/pl/LC_MESSAGES/postgres-8.4.mo
|
|||
share/locale/pt_BR/LC_MESSAGES/plpgsql-8.4.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/postgres-8.4.mo
|
||||
share/locale/ro/LC_MESSAGES/plpgsql-8.4.mo
|
||||
share/locale/ru/LC_MESSAGES/plpgsql-8.4.mo
|
||||
share/locale/ru/LC_MESSAGES/postgres-8.4.mo
|
||||
share/locale/tr/LC_MESSAGES/postgres-8.4.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/plpgsql-8.4.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/postgres-8.4.mo
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.common,v 1.20 2012/07/01 19:30:23 morr Exp $
|
||||
# $NetBSD: Makefile.common,v 1.21 2012/08/23 16:56:38 adam Exp $
|
||||
#
|
||||
# used by databases/postgresql84-adminpack/Makefile
|
||||
# used by databases/postgresql84-client/Makefile
|
||||
|
@ -17,7 +17,7 @@
|
|||
# <lang>-postgresql client-side interface to PostgreSQL
|
||||
# postgresql-<lang> server-side module for PostgreSQL backend
|
||||
|
||||
DISTNAME= postgresql-8.4.12
|
||||
DISTNAME= postgresql-8.4.13
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
$NetBSD: distinfo,v 1.20 2012/07/16 21:17:11 asau Exp $
|
||||
$NetBSD: distinfo,v 1.21 2012/08/23 16:56:38 adam Exp $
|
||||
|
||||
SHA1 (postgresql-8.4.12.tar.bz2) = 04ad9650573df7723511f57ef8cdeadce8d3855d
|
||||
RMD160 (postgresql-8.4.12.tar.bz2) = 2aa0da64dc3220497d510bd60a1abf0b68fd51ef
|
||||
Size (postgresql-8.4.12.tar.bz2) = 14509007 bytes
|
||||
SHA1 (postgresql-8.4.13.tar.bz2) = 3134d622a23a2b157d56d6c4c4547e133569d524
|
||||
RMD160 (postgresql-8.4.13.tar.bz2) = cd2bd8a0e24a0bda487afcecf4071b6a9f232b99
|
||||
Size (postgresql-8.4.13.tar.bz2) = 14666613 bytes
|
||||
SHA1 (patch-aa) = 72437773d67939c8d8c8e9a99caf430590fd726f
|
||||
SHA1 (patch-ab) = aa46d88c8a72edaf95880de48474ea484d6d2bf5
|
||||
SHA1 (patch-ac) = 0b82797d0b80bdd1e9b5f3de4989fe3848adf6cb
|
||||
|
|
Loading…
Reference in a new issue