diff options
author | adam <adam@pkgsrc.org> | 2009-12-16 14:23:13 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2009-12-16 14:23:13 +0000 |
commit | 16e1acc03e9ee9fff76b76c455368fef6c8bee0d (patch) | |
tree | 320810266a1c384279b8fd1aaf036d69d5a3557a /databases/postgresql83-server | |
parent | a7b29a6d9c363ab5f32c4369e85d497a4e45142d (diff) | |
download | pkgsrc-16e1acc03e9ee9fff76b76c455368fef6c8bee0d.tar.gz |
Changes 8.3.9:
* Protect against indirect security threats caused by index functions
changing session-local state
* Reject SSL certificates containing an embedded null byte in the
common name (CN) field
* Fix possible crash during backend-startup-time cache initialization
* Avoid crash on empty thesaurus dictionary
* Prevent signals from interrupting VACUUM at unsafe times
* Fix possible crash due to integer overflow in hash table size
calculation
* Fix very rare crash in inet/cidr comparisons
* Ensure that shared tuple-level locks held by prepared transactions
are not ignored
* Fix premature drop of temporary files used for a cursor that is
accessed within a subtransaction
* Fix memory leak in syslogger process when rotating to a new CSV
logfile
* Fix Windows permission-downgrade logic
* Fix incorrect logic for GiST index page splits, when the split
depends on a non-first column of the index
* Don't error out if recycling or removing an old WAL file fails at
the end of checkpoint
* Ensure WAL files aren't repeatedly archived on Windows
* Fix PAM password processing to be more robust
* Raise the maximum authentication token (Kerberos ticket) size in
GSSAPI and SSPI authentication methods
* More...
Diffstat (limited to 'databases/postgresql83-server')
-rw-r--r-- | databases/postgresql83-server/Makefile | 3 | ||||
-rw-r--r-- | databases/postgresql83-server/PLIST | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/databases/postgresql83-server/Makefile b/databases/postgresql83-server/Makefile index 7bd073e5e8d..9db98373396 100644 --- a/databases/postgresql83-server/Makefile +++ b/databases/postgresql83-server/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2009/12/15 21:33:48 joerg Exp $ +# $NetBSD: Makefile,v 1.6 2009/12/16 14:23:13 adam Exp $ PKGNAME= postgresql83-server-${BASE_VERS} -PKGREVISION= 1 COMMENT= PostgreSQL database server programs PKG_DESTDIR_SUPPORT= user-destdir diff --git a/databases/postgresql83-server/PLIST b/databases/postgresql83-server/PLIST index 4eb8af8eb64..46dd0250dab 100644 --- a/databases/postgresql83-server/PLIST +++ b/databases/postgresql83-server/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2009/06/14 17:43:22 joerg Exp $ +@comment $NetBSD: PLIST,v 1.8 2009/12/16 14:23:13 adam Exp $ ${PG_SUBPREFIX}bin/postgres ${PG_SUBPREFIX}bin/postmaster ${PG_SUBPREFIX}lib/postgresql/ascii_and_mic.la @@ -335,6 +335,7 @@ ${PG_SUBPREFIX}share/postgresql/timezone/Asia/Makassar ${PG_SUBPREFIX}share/postgresql/timezone/Asia/Manila ${PG_SUBPREFIX}share/postgresql/timezone/Asia/Muscat ${PG_SUBPREFIX}share/postgresql/timezone/Asia/Nicosia +${PG_SUBPREFIX}share/postgresql/timezone/Asia/Novokuznetsk ${PG_SUBPREFIX}share/postgresql/timezone/Asia/Novosibirsk ${PG_SUBPREFIX}share/postgresql/timezone/Asia/Omsk ${PG_SUBPREFIX}share/postgresql/timezone/Asia/Oral |