diff options
author | Palle Girgensohn <girgen@FreeBSD.org> | 2017-05-11 14:28:22 +0000 |
---|---|---|
committer | Palle Girgensohn <girgen@FreeBSD.org> | 2017-05-11 14:28:22 +0000 |
commit | 3f936224277758037ea52929020364097a5da58f (patch) | |
tree | aa6e2e411e567d945487beeb24159fbd3d4128f4 /databases/postgresql94-server | |
parent | Add 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/postgresql94-server')
-rw-r--r-- | databases/postgresql94-server/Makefile | 2 | ||||
-rw-r--r-- | databases/postgresql94-server/distinfo | 6 | ||||
-rw-r--r-- | databases/postgresql94-server/files/postgresql.in | 2 | ||||
-rw-r--r-- | databases/postgresql94-server/pkg-plist-client | 1 | ||||
-rw-r--r-- | databases/postgresql94-server/pkg-plist-server | 1 |
5 files changed, 7 insertions, 5 deletions
diff --git a/databases/postgresql94-server/Makefile b/databases/postgresql94-server/Makefile index 311780aa7030..bdfb2de62dea 100644 --- a/databases/postgresql94-server/Makefile +++ b/databases/postgresql94-server/Makefile @@ -1,7 +1,7 @@ # Created by: Marc G. Fournier <scrappy@FreeBSD.org> # $FreeBSD$ -DISTVERSION?= 9.4.11 +DISTVERSION?= 9.4.12 MAINTAINER?= pgsql@FreeBSD.org diff --git a/databases/postgresql94-server/distinfo b/databases/postgresql94-server/distinfo index 0966335e0536..e2c159278e88 100644 --- a/databases/postgresql94-server/distinfo +++ b/databases/postgresql94-server/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1486640625 -SHA256 (postgresql/postgresql-9.4.11.tar.bz2) = e3eb51d045c180b03d2de1f0c3af9356e10be49448e966ca01dfc2c6d1cc9d23 -SIZE (postgresql/postgresql-9.4.11.tar.bz2) = 17832915 +TIMESTAMP = 1494282360 +SHA256 (postgresql/postgresql-9.4.12.tar.bz2) = fca055481875d1c49e31c28443f56472a1474b3fbe25b7ae64440c6118f82e64 +SIZE (postgresql/postgresql-9.4.12.tar.bz2) = 17833119 SHA256 (postgresql/pg-949-icu-2016-10-02.diff.gz) = 34612e685a79874db04bc6b66c700bfc6412042840c532eef0da7832d1f70d43 SIZE (postgresql/pg-949-icu-2016-10-02.diff.gz) = 5289 diff --git a/databases/postgresql94-server/files/postgresql.in b/databases/postgresql94-server/files/postgresql.in index 016b5567ca33..b6724571bd29 100644 --- a/databases/postgresql94-server/files/postgresql.in +++ b/databases/postgresql94-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: diff --git a/databases/postgresql94-server/pkg-plist-client b/databases/postgresql94-server/pkg-plist-client index 473301efb4bf..e971bddb39ca 100644 --- a/databases/postgresql94-server/pkg-plist-client +++ b/databases/postgresql94-server/pkg-plist-client @@ -192,6 +192,7 @@ include/postgresql/server/commands/vacuum.h include/postgresql/server/commands/variable.h include/postgresql/server/commands/view.h include/postgresql/server/common/fe_memutils.h +include/postgresql/server/common/int128.h include/postgresql/server/common/relpath.h include/postgresql/server/common/string.h include/postgresql/server/common/username.h diff --git a/databases/postgresql94-server/pkg-plist-server b/databases/postgresql94-server/pkg-plist-server index 217898fa8474..4ff247844467 100644 --- a/databases/postgresql94-server/pkg-plist-server +++ b/databases/postgresql94-server/pkg-plist-server @@ -314,6 +314,7 @@ lib/libpgcommon.a %%TZDATA%%%%DATADIR%%/timezone/America/Porto_Acre %%TZDATA%%%%DATADIR%%/timezone/America/Porto_Velho %%TZDATA%%%%DATADIR%%/timezone/America/Puerto_Rico +%%TZDATA%%%%DATADIR%%/timezone/America/Punta_Arenas %%TZDATA%%%%DATADIR%%/timezone/America/Rainy_River %%TZDATA%%%%DATADIR%%/timezone/America/Rankin_Inlet %%TZDATA%%%%DATADIR%%/timezone/America/Recife |