aboutsummaryrefslogtreecommitdiffstats
path: root/databases/postgresql91-client
diff options
context:
space:
mode:
authorgirgen <girgen@FreeBSD.org>2015-02-06 06:54:34 +0800
committergirgen <girgen@FreeBSD.org>2015-02-06 06:54:34 +0800
commit805f41b7e3a614c5ff84f6df322f99883366f23a (patch)
treee49fcab890056e0159fdc2fafe174ec3980a7412 /databases/postgresql91-client
parentf6607fae60d51f1f7a6b8bb774a2683c61d4f611 (diff)
downloadfreebsd-ports-gnome-805f41b7e3a614c5ff84f6df322f99883366f23a.tar.gz
freebsd-ports-gnome-805f41b7e3a614c5ff84f6df322f99883366f23a.tar.zst
freebsd-ports-gnome-805f41b7e3a614c5ff84f6df322f99883366f23a.zip
Update PostgreSQL-9.x to latests versions.
This update fixes multiple security issues reported in PostgreSQL over the past few months. All of these issues require prior authentication, and some require additional conditions, and as such are not considered generally urgent. However, users should examine the list of security holes patched below in case they are particularly vulnerable. Security: CVE-2015-0241,CVE-2015-0242,CVE-2015-0243, CVE-2015-0244,CVE-2014-8161
Diffstat (limited to 'databases/postgresql91-client')
-rw-r--r--databases/postgresql91-client/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/postgresql91-client/Makefile b/databases/postgresql91-client/Makefile
index 93e41dd00496..db6237611105 100644
--- a/databases/postgresql91-client/Makefile
+++ b/databases/postgresql91-client/Makefile
@@ -8,6 +8,7 @@ COMMENT= PostgreSQL database (client)
MASTERDIR= ${.CURDIR}/../postgresql91-server
+LIB_DEPENDS= libedit.so.0:${PORTSDIR}/devel/libedit
BUILD_DIRS= config src/include src/interfaces src/port \
src/bin/pg_dump src/bin/psql src/bin/scripts src/bin/pg_config \
doc src/makefiles
@@ -16,6 +17,6 @@ INSTALL_DIRS= ${BUILD_DIRS}
CLIENT_ONLY= yes
COMPONENT= -client
USE_LDCONFIG= yes
-USES+= readline
+CONFIGURE_ARGS+=--with-libedit-preferred
.include "${MASTERDIR}/Makefile"