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/postgresql92-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/postgresql92-server')
-rw-r--r-- | databases/postgresql92-server/Makefile | 2 | ||||
-rw-r--r-- | databases/postgresql92-server/distinfo | 6 | ||||
-rw-r--r-- | databases/postgresql92-server/files/postgresql.in | 2 | ||||
-rw-r--r-- | databases/postgresql92-server/pkg-plist-server | 1 |
4 files changed, 6 insertions, 5 deletions
diff --git a/databases/postgresql92-server/Makefile b/databases/postgresql92-server/Makefile index 4ebe8333bf56..30f0c11290a3 100644 --- a/databases/postgresql92-server/Makefile +++ b/databases/postgresql92-server/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME?= postgresql -DISTVERSION?= 9.2.20 +DISTVERSION?= 9.2.21 PORTREVISION?= 0 CATEGORIES?= databases MASTER_SITES= PGSQL/source/v${DISTVERSION} diff --git a/databases/postgresql92-server/distinfo b/databases/postgresql92-server/distinfo index c7a5c08faf43..0cef4cac67f4 100644 --- a/databases/postgresql92-server/distinfo +++ b/databases/postgresql92-server/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1486640625 -SHA256 (postgresql/postgresql-9.2.20.tar.bz2) = 0b8abdae8400cabea5587a726003c9dd71c73c049bdae523abc35f9312dd8f26 -SIZE (postgresql/postgresql-9.2.20.tar.bz2) = 16480653 +TIMESTAMP = 1494282359 +SHA256 (postgresql/postgresql-9.2.21.tar.bz2) = 0697e843523ee60c563f987f9c65bc4201294b18525d6e5e4b2c50c6d4058ef9 +SIZE (postgresql/postgresql-9.2.21.tar.bz2) = 16508040 SHA256 (postgresql/pg-9218-icu-2016-08-10.diff.gz) = 2f9c831b3dff866f0b2f6f2a9ef771a4045486bc252a851aadc73c50d376319d SIZE (postgresql/pg-9218-icu-2016-08-10.diff.gz) = 5587 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: diff --git a/databases/postgresql92-server/pkg-plist-server b/databases/postgresql92-server/pkg-plist-server index dd879aa2dc23..fb1965d9a177 100644 --- a/databases/postgresql92-server/pkg-plist-server +++ b/databases/postgresql92-server/pkg-plist-server @@ -324,6 +324,7 @@ lib/postgresql/utf8_and_win.so %%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 |