summaryrefslogtreecommitdiff
path: root/databases/postgresql80-server/Makefile
diff options
context:
space:
mode:
authorPalle Girgensohn <girgen@FreeBSD.org>2006-01-09 17:30:38 +0000
committerPalle Girgensohn <girgen@FreeBSD.org>2006-01-09 17:30:38 +0000
commit1d992c44d756ba5dc5945dae476f59cf8c1d458f (patch)
tree3141122566df8a348ec009894406be0f78738709 /databases/postgresql80-server/Makefile
parent- Add support for version 2 audio atoms in QuickTime containers (diff)
Update postgresql with latest patch release.
A critical fix repairs an error in ReadBuffer that can cause data loss due to overwriting recently-added pages. This applies to the 8.1 and 8.0 branches on all platforms. Note that this update might require a reindex of textual columns under certain conditions; please see UPDATING. Other fixes included are: -- Character string locale comparison bug. This may require a REINDEX on text column indexes in some locales, such as Hungarian. -- Prevent accidental changes of locale by plperl -- Two fixes for Japanese encodings -- Two fixes for COPY CSV -- Fixes for functions returning RECORD -- Fixes to autovacuum, dblink and pgcrypto
Notes
Notes: svn path=/head/; revision=153149
Diffstat (limited to 'databases/postgresql80-server/Makefile')
-rw-r--r--databases/postgresql80-server/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/postgresql80-server/Makefile b/databases/postgresql80-server/Makefile
index bb8c0681dd69..737455191e62 100644
--- a/databases/postgresql80-server/Makefile
+++ b/databases/postgresql80-server/Makefile
@@ -7,8 +7,8 @@
PORTNAME?= postgresql
PKGNAMESUFFIX?= -server
-PORTVERSION?= 8.0.5
-PORTREVISION?= 1
+PORTVERSION?= 8.0.6
+PORTREVISION?= 0
CATEGORIES?= databases
MASTER_SITES= ${MASTER_SITE_PGSQL}
MASTER_SITE_SUBDIR= source/v${PORTVERSION}
@@ -112,7 +112,7 @@ USE_AUTOTOOLS= autoconf:253
CONFIGURE_ARGS+=--with-icu
LIB_DEPENDS= icudata.34:${PORTSDIR}/devel/icu
PATCH_SITES+= http://people.freebsd.org/~girgen/postgresql-icu/:icu
-PATCHFILES+= pg-803-icu-34-2005-10-27.diff.gz:icu
+PATCHFILES+= pg-806-icu-34-2006-01-09.diff.gz:icu
. endif
PATCH_DIST_STRIP=-p1