aboutsummaryrefslogtreecommitdiffstats
path: root/databases/postgresql74-client
diff options
context:
space:
mode:
authorgirgen <girgen@FreeBSD.org>2005-02-19 20:07:46 +0800
committergirgen <girgen@FreeBSD.org>2005-02-19 20:07:46 +0800
commite5be677d7b9b6c5a146137055967bdc08dd96c29 (patch)
treeb4a2a085733d64ca8848e4915ed1daa102c9c1e8 /databases/postgresql74-client
parentd170805bd4936fea920f860c077afb7b6de64ca9 (diff)
downloadfreebsd-ports-gnome-e5be677d7b9b6c5a146137055967bdc08dd96c29.tar.gz
freebsd-ports-gnome-e5be677d7b9b6c5a146137055967bdc08dd96c29.tar.zst
freebsd-ports-gnome-e5be677d7b9b6c5a146137055967bdc08dd96c29.zip
Fix security alert using a patch from PostgreSQL's CVS repository:
Prevent overrunning a heap-allocated buffer if more than 1024 parameters to a refcursor declaration are specified. This is a minimally-invasive fix for the buffer overrun. Define LATEST_LINK to avoid package name clashes between the different branches of PostgreSQL. [1] (Since postgresql-tcltk is hardwired to branch 7.4, keep its LATEST_LINK to a generic value.) Set UNIQUENAME and let it be the same for server & client, so each branch's ports will share the same options file. This adds some no-op knobs to the -client port, but IMO it is better this way. Add space inside paranthesis in OSVERSION conditional to work around (ancient) make bug. [2] Remove the Rendez-Vouz knob for 8.0 since I can't find the software needed to even compile it on FreeBSD. Bump portrevision (for -server only). Noted by: kris [1] PR: ports/77530 [2] Security: http://www.vuxml.org/freebsd/6b4b0b3f-8127-11d9-a9e7-0001020eed82.html Approved by: seanc (mentor)
Diffstat (limited to 'databases/postgresql74-client')
-rw-r--r--databases/postgresql74-client/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/postgresql74-client/Makefile b/databases/postgresql74-client/Makefile
index 0be6a85375cc..55ed1558475f 100644
--- a/databases/postgresql74-client/Makefile
+++ b/databases/postgresql74-client/Makefile
@@ -9,6 +9,7 @@
PORTNAME= postgresql
PKGNAMESUFFIX= -client
+PORTREVISION= 0
COMMENT= PostgreSQL database (client)