From 3f936224277758037ea52929020364097a5da58f Mon Sep 17 00:00:00 2001 From: Palle Girgensohn Date: Thu, 11 May 2017 14:28:22 +0000 Subject: 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. --- databases/postgresql96-server/files/postgresql.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'databases/postgresql96-server/files/postgresql.in') diff --git a/databases/postgresql96-server/files/postgresql.in b/databases/postgresql96-server/files/postgresql.in index 0ef575c7b63a..6aec93149077 100644 --- a/databases/postgresql96-server/files/postgresql.in +++ b/databases/postgresql96-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: -- cgit v1.2.3