aboutsummaryrefslogtreecommitdiffstats
path: root/databases/postgresql84-server/Makefile
diff options
context:
space:
mode:
authorgirgen <girgen@FreeBSD.org>2006-05-24 05:18:58 +0800
committergirgen <girgen@FreeBSD.org>2006-05-24 05:18:58 +0800
commit324037c624de18277eb6445565f2f10aee1302eb (patch)
treee663d34fa4dd4ad62938a83d3d3d1b6f23c37504 /databases/postgresql84-server/Makefile
parent0f48e7649ee552bb6d4b821bc50b1fd92526e2b3 (diff)
downloadfreebsd-ports-gnome-324037c624de18277eb6445565f2f10aee1302eb.tar.gz
freebsd-ports-gnome-324037c624de18277eb6445565f2f10aee1302eb.tar.zst
freebsd-ports-gnome-324037c624de18277eb6445565f2f10aee1302eb.zip
Update all PostgreSQL to fix a security flaw
The PostgreSQL Global Development Group today released versions 8.1.4, 8.0.8, 7.4.13 and 7.3.15. This is an urgent update to close a security hole which can permit a SQL injection attack on some applications running PostgreSQL. Users are urged to apply the update as soon as reasonably possible. Since the update affects client functionality, most driver projects will be updating this week as well. Because the security issue involved is complex, we have added a section in Techdocs to explain it: http://www.postgresql.org/docs/techdocs.52. Please read this first before applying the updates. Also, fix rc_subr startup problems on FreeBSD-7.x. Security: http://www.postgresql.org/docs/techdocs.50 PR: ports/95154
Diffstat (limited to 'databases/postgresql84-server/Makefile')
-rw-r--r--databases/postgresql84-server/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql84-server/Makefile b/databases/postgresql84-server/Makefile
index b4e46cea0f2b..606887781e88 100644
--- a/databases/postgresql84-server/Makefile
+++ b/databases/postgresql84-server/Makefile
@@ -7,7 +7,7 @@
PORTNAME?= postgresql
PKGNAMESUFFIX?= -server
-PORTVERSION?= 8.1.3
+PORTVERSION?= 8.1.4
PORTREVISION?= 0
CATEGORIES?= databases
MASTER_SITES= ${MASTER_SITE_PGSQL}
@@ -268,7 +268,7 @@ post-build:
.endif
.if defined(SERVER_ONLY)
-pre-install:
+pre-su-install:
@ ${SETENV} PKG_PREFIX=${PREFIX} \
${SH} ${PKGINSTALL} ${PORTNAME} PRE-INSTALL
.endif