summaryrefslogtreecommitdiff
path: root/databases/postgresql92-server/files/postgresql.in
diff options
context:
space:
mode:
authorPalle Girgensohn <girgen@FreeBSD.org>2017-05-11 14:28:22 +0000
committerPalle Girgensohn <girgen@FreeBSD.org>2017-05-11 14:28:22 +0000
commit3f936224277758037ea52929020364097a5da58f (patch)
treeaa6e2e411e567d945487beeb24159fbd3d4128f4 /databases/postgresql92-server/files/postgresql.in
parentAdd information about vulnerabilities in PostgreSQL (diff)
PostgreSQL security updates
The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.6.3, 9.5.7, 9.4.12, 9.3.17, and 9.2.21. This release fixes three security issues. It also patches a number of other bugs reported over the last three months. Users who use the PGREQUIRESSL environment variable to control connections, and users who rely on security isolation between database users when using foreign servers, should update as soon as possible. Other users should plan to update at the next convenient downtime. URL: https://www.postgresql.org/about/news/1746/ Security: CVE-2017-7484, CVE-2017-7485, CVE-2017-7486 Also modify rcorder and let sshd start before PostgreSQL, so any problems during startup can be reviewed promplty from an ssh login.
Notes
Notes: svn path=/head/; revision=440628
Diffstat (limited to 'databases/postgresql92-server/files/postgresql.in')
-rw-r--r--databases/postgresql92-server/files/postgresql.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgresql92-server/files/postgresql.in b/databases/postgresql92-server/files/postgresql.in
index 016b5567ca33..b6724571bd29 100644
--- a/databases/postgresql92-server/files/postgresql.in
+++ b/databases/postgresql92-server/files/postgresql.in
@@ -3,7 +3,7 @@
# $FreeBSD$
#
# PROVIDE: postgresql
-# REQUIRE: LOGIN
+# REQUIRE: sshd
# KEYWORD: shutdown
#
# Add the following line to /etc/rc.conf to enable PostgreSQL: