diff options
author | girgen <girgen@FreeBSD.org> | 2009-02-10 19:59:15 +0800 |
---|---|---|
committer | girgen <girgen@FreeBSD.org> | 2009-02-10 19:59:15 +0800 |
commit | 1fba2528c3f5386a1be6f8a959e018d7c50e89aa (patch) | |
tree | ff1851d41069ae00502aba20cd8ee381b094db15 /databases/postgresql83-server/Makefile | |
parent | 3261953d1c345cab00e8000e74905cf0930dfc9f (diff) | |
download | freebsd-ports-gnome-1fba2528c3f5386a1be6f8a959e018d7c50e89aa.tar.gz freebsd-ports-gnome-1fba2528c3f5386a1be6f8a959e018d7c50e89aa.tar.zst freebsd-ports-gnome-1fba2528c3f5386a1be6f8a959e018d7c50e89aa.zip |
Update PostgreSQL to latest versions.
URL: http://www.postgresql.org/about/news.1055
The PostgreSQL Project today released
updates to all active branches of the
PostgreSQL object-relational database
system, including versions 8.3.6,
8.2.12, 8.1.16, 8.0.20 and 7.4.24. These
updates include two serious fixes, for
autovacuum crashes in version 8.1 and
GiST indexing data loss in 8.3, and
those two versions should be updated as
soon as possible.
These update releases also include
patches for several low-risk security
holes, as well as up to 17 other minor
fixes, depending on your major version
of PostgreSQL. Included as well are
Daylight Savings Time changes for Nepal,
Switzerland and Cuba. See the release
notes for full details.
The first serious issue affects users
who are using version 8.1 with
Autovacuum, which will fail when XID
rollover is required. The second serious
issue can cause data loss when CLUSTER
is used with GiST indexes (such as full
text indexes) on version 8.3. Both
issues are fixed in these releases.
Diffstat (limited to 'databases/postgresql83-server/Makefile')
-rw-r--r-- | databases/postgresql83-server/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgresql83-server/Makefile b/databases/postgresql83-server/Makefile index ebfa6998f38f..097118f2c580 100644 --- a/databases/postgresql83-server/Makefile +++ b/databases/postgresql83-server/Makefile @@ -6,7 +6,7 @@ # PORTNAME?= postgresql -DISTVERSION?= 8.3.5 +DISTVERSION?= 8.3.6 CATEGORIES?= databases MASTER_SITES= ${MASTER_SITE_PGSQL} MASTER_SITE_SUBDIR= source/v${DISTVERSION} |