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 | 5e013f2d3f465d649adebfe1ae0b242633c79846 (patch) | |
tree | 320810266a1c384279b8fd1aaf036d69d5a3557a /databases/postgresql83/distinfo | |
parent | b36ec2389f38b7d4181358681acf8c2af5be6371 (diff) | |
download | pkgsrc-5e013f2d3f465d649adebfe1ae0b242633c79846.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/distinfo')
-rw-r--r-- | databases/postgresql83/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/postgresql83/distinfo b/databases/postgresql83/distinfo index 28e2c8a3320..94ad5ccd70a 100644 --- a/databases/postgresql83/distinfo +++ b/databases/postgresql83/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.8 2009/09/10 10:07:17 adam Exp $ +$NetBSD: distinfo,v 1.9 2009/12/16 14:23:13 adam Exp $ -SHA1 (postgresql-8.3.8.tar.bz2) = 9af0351cfdac73381bb4b06fb429345fd14930cd -RMD160 (postgresql-8.3.8.tar.bz2) = 333cbc0b0d9f3f756b08b7e980691dc5671877e5 -Size (postgresql-8.3.8.tar.bz2) = 14147538 bytes +SHA1 (postgresql-8.3.9.tar.bz2) = 5403f13bb14fe568e2b46a3350d6e28808d93a2c +RMD160 (postgresql-8.3.9.tar.bz2) = 0069606033d9572d7848a5914a274cabaed24007 +Size (postgresql-8.3.9.tar.bz2) = 14170569 bytes SHA1 (patch-aa) = aeeeaafb38e75d8e8f6639280e997ba4c905b45f SHA1 (patch-ab) = 7bf5635b0b93c3c0d33acd4e122e102c92ce7b76 SHA1 (patch-ac) = 8e3a7021fdd01810d4ebcbd20002b28164b22279 |