diff options
author | adam <adam@pkgsrc.org> | 2009-12-16 13:30:53 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2009-12-16 13:30:53 +0000 |
commit | 413cf2ec6427c9ead2ea8583e3c5813c60d24459 (patch) | |
tree | 446ab255406fd05cecc80ee83893725c606b2583 /databases/postgresql84 | |
parent | a944ab07b3a152bee0e64bf34f3ac3a30e5adccd (diff) | |
download | pkgsrc-413cf2ec6427c9ead2ea8583e3c5813c60d24459.tar.gz |
Changes 8.4.2:
* 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 hash index corruption
* 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 crash if a DROP is attempted on an internally-dependent object
* 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 memory leak in postmaster when re-parsing "pg_hba.conf"
* Fix Windows permission-downgrade logic
* Make FOR UPDATE/SHARE in the primary query not propagate into WITH
queries
* Fix bug with a WITH RECURSIVE query immediately inside another one
* Fix concurrency bug in hash indexes
* Fix incorrect logic for GiST index page splits, when the split
depends on a non-first column of the index
* Fix wrong search results for a multi-column GIN index with
fastupdate enabled
* More...
Diffstat (limited to 'databases/postgresql84')
-rw-r--r-- | databases/postgresql84/Makefile.common | 4 | ||||
-rw-r--r-- | databases/postgresql84/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/databases/postgresql84/Makefile.common b/databases/postgresql84/Makefile.common index 4efeebf2c1b..dbb1950e147 100644 --- a/databases/postgresql84/Makefile.common +++ b/databases/postgresql84/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.2 2009/09/10 10:06:19 adam Exp $ +# $NetBSD: Makefile.common,v 1.3 2009/12/16 13:30:53 adam Exp $ # # This Makefile fragment is included by all PostgreSQL packages built from # the main sources of the PostgreSQL distribution except jdbc-postgresql. @@ -38,7 +38,7 @@ PATCHDIR?= ${.CURDIR}/../postgresql84/patches # # Note: Do not forget jdbc-postgresql84 when updating version # -DIST_VERS?= 8.4.1 +DIST_VERS?= 8.4.2 BASE_VERS?= ${DIST_VERS} BUILDLINK_API_DEPENDS.postgresql84-client+= postgresql84-client>=${BASE_VERS} diff --git a/databases/postgresql84/distinfo b/databases/postgresql84/distinfo index d0dc564ce9b..5aa7000162d 100644 --- a/databases/postgresql84/distinfo +++ b/databases/postgresql84/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.2 2009/09/10 10:06:19 adam Exp $ +$NetBSD: distinfo,v 1.3 2009/12/16 13:30:53 adam Exp $ -SHA1 (postgresql-8.4.1.tar.bz2) = e6903f0029402ef8fb12645a177204499ea5b2b7 -RMD160 (postgresql-8.4.1.tar.bz2) = ad03c250afd71091294a2a3e67d96b661883db87 -Size (postgresql-8.4.1.tar.bz2) = 13579302 bytes +SHA1 (postgresql-8.4.2.tar.bz2) = a617698ef3b41a74fe2c4af346172eb03e7f8a7f +RMD160 (postgresql-8.4.2.tar.bz2) = 8d0030f185e9581bec6e2a0df903596579621bce +Size (postgresql-8.4.2.tar.bz2) = 13600699 bytes SHA1 (patch-aa) = aeeeaafb38e75d8e8f6639280e997ba4c905b45f SHA1 (patch-ab) = 3cf9c7f0f812d2e41681281538c3f707cec232c3 SHA1 (patch-ac) = 0b82797d0b80bdd1e9b5f3de4989fe3848adf6cb |