1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
The PostgreSQL Global Development Group has released an update to all supported
versions of our database system, including 10.4, 9.6.9, 9.5.13, 9.4.18, 9.3.23.
This release fixes one security issue as well as several bugs reported over the
last three months. Users should plan to update at the next convenient downtime.

Please see the "Updating" section for post-installation steps for the security
fix and the "incorrect volatility and parallel-safety markings" fix.

Releasenotes:	https://www.postgresql.org/about/news/1851/
Security:	CVE-2018-1115 Too-permissive access control list on function pg_logfile_rotate()

FreeBSD's port of PostgreSQL uses syslog by default, so the above security
problem is only a problem if you changed the logging configuration. Please
visit the releasenotes linked above and take the actions needed.
This commit is contained in:
Palle Girgensohn 2018-05-11 13:10:52 +00:00
parent 766fef28b5
commit 05a6a492f1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=469638
14 changed files with 27 additions and 22 deletions

View File

@ -2,8 +2,8 @@
# $FreeBSD$
PORTNAME?= postgresql
DISTVERSION?= 10.3
PORTREVISION?= 1
DISTVERSION?= 10.4
PORTREVISION?= 0
CATEGORIES?= databases
MASTER_SITES= PGSQL/source/v${DISTVERSION}
PKGNAMESUFFIX?= ${PORTVERSION:R}${COMPONENT}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1519720433
SHA256 (postgresql/postgresql-10.3.tar.bz2) = 6ea268780ee35e88c65cdb0af7955ad90b7d0ef34573867f223f14e43467931a
SIZE (postgresql/postgresql-10.3.tar.bz2) = 19959653
TIMESTAMP = 1525980865
SHA256 (postgresql/postgresql-10.4.tar.bz2) = 1b60812310bd5756c62d93a9f93de8c28ea63b0df254f428cd1cf1a4d9020048
SIZE (postgresql/postgresql-10.4.tar.bz2) = 20201838

View File

@ -1094,6 +1094,7 @@ man/man7/WITH.7.gz
%%NLS%%share/locale/tr/LC_MESSAGES/pg_config-10.mo
%%NLS%%share/locale/tr/LC_MESSAGES/pg_dump-10.mo
%%NLS%%share/locale/tr/LC_MESSAGES/pgscripts-10.mo
%%NLS%%share/locale/tr/LC_MESSAGES/psql-10.mo
%%NLS%%share/locale/zh_CN/LC_MESSAGES/ecpg-10.mo
%%NLS%%share/locale/zh_CN/LC_MESSAGES/ecpglib6-10.mo
%%NLS%%share/locale/zh_CN/LC_MESSAGES/libpq5-10.mo

View File

@ -56,6 +56,7 @@ lib/postgresql/uuid-ossp.so
%%PORTDOCS%%%%DOCSDIR%%/extension/moddatetime.example
%%PORTDOCS%%%%DOCSDIR%%/extension/refint.example
%%PORTDOCS%%%%DOCSDIR%%/extension/timetravel.example
%%DATADIR%%/extension/adminpack--1.0--1.1.sql
%%DATADIR%%/extension/adminpack--1.0.sql
%%DATADIR%%/extension/adminpack.control
%%DATADIR%%/extension/amcheck--1.0.sql

View File

@ -125,6 +125,7 @@ lib/libpgcommon.a
%%NLS%%share/locale/ja/LC_MESSAGES/pg_upgrade-10.mo
%%NLS%%share/locale/ja/LC_MESSAGES/pg_waldump-10.mo
%%NLS%%share/locale/ja/LC_MESSAGES/plpgsql-10.mo
%%NLS%%share/locale/ja/LC_MESSAGES/postgres-10.mo
%%NLS%%share/locale/ko/LC_MESSAGES/initdb-10.mo
%%NLS%%share/locale/ko/LC_MESSAGES/pg_archivecleanup-10.mo
%%NLS%%share/locale/ko/LC_MESSAGES/pg_basebackup-10.mo

View File

@ -1,7 +1,7 @@
# Created by: Marc G. Fournier <scrappy@FreeBSD.org>
# $FreeBSD$
DISTVERSION?= 9.3.22
DISTVERSION?= 9.3.23
PORTREVISION= 0
PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT}

View File

@ -1,5 +1,5 @@
TIMESTAMP = 1519745501
SHA256 (postgresql/postgresql-9.3.22.tar.bz2) = 1b18ed4aa59bab6283a0d8f3a00b9d896f4588bb2ba88ceef2816cb5c4cce91a
SIZE (postgresql/postgresql-9.3.22.tar.bz2) = 17022938
TIMESTAMP = 1525980865
SHA256 (postgresql/postgresql-9.3.23.tar.bz2) = 1d981006dce3851e470b038e88bf496a80813c614c2e89ed7d2c7fb38e66f6cb
SIZE (postgresql/postgresql-9.3.23.tar.bz2) = 17033683
SHA256 (postgresql/pg-9314-icu-2016-08-10.diff.gz) = 4be31ad9899d5caf9f57ad7ebfc0d14f0fcf58ad539c82fb353b016fb76c0c30
SIZE (postgresql/pg-9314-icu-2016-08-10.diff.gz) = 5583

View File

@ -1,7 +1,7 @@
# Created by: Marc G. Fournier <scrappy@FreeBSD.org>
# $FreeBSD$
DISTVERSION?= 9.4.17
DISTVERSION?= 9.4.18
PORTREVISION= 0
PKGNAMESUFFIX?= ${PORTVERSION:R:S/.//}${COMPONENT}

View File

@ -1,5 +1,5 @@
TIMESTAMP = 1519745501
SHA256 (postgresql/postgresql-9.4.17.tar.bz2) = 7a320cd335052b840d209dc9688f09965763351c590e3cc7bf577591179fd7c6
SIZE (postgresql/postgresql-9.4.17.tar.bz2) = 17807762
TIMESTAMP = 1525980866
SHA256 (postgresql/postgresql-9.4.18.tar.bz2) = 428337f2b2f5e3ea21b8a44f88eb89c99a07a324559b99aebe777c9abdf4c4c0
SIZE (postgresql/postgresql-9.4.18.tar.bz2) = 17828085
SHA256 (postgresql/pg-949-icu-2016-10-02.diff.gz) = 34612e685a79874db04bc6b66c700bfc6412042840c532eef0da7832d1f70d43
SIZE (postgresql/pg-949-icu-2016-10-02.diff.gz) = 5289

View File

@ -1,7 +1,7 @@
# Created by: Marc G. Fournier <scrappy@FreeBSD.org>
# $FreeBSD$
DISTVERSION?= 9.5.12
DISTVERSION?= 9.5.13
PORTREVISION= 0
PKGNAMESUFFIX?= ${PORTVERSION:R:S/.//}${COMPONENT}

View File

@ -1,5 +1,5 @@
TIMESTAMP = 1519745501
SHA256 (postgresql/postgresql-9.5.12.tar.bz2) = 02e86f5c66467731bbec18fde96e0daf38c13c9141d8e7d41be663ab6fa6f698
SIZE (postgresql/postgresql-9.5.12.tar.bz2) = 18589538
TIMESTAMP = 1525980866
SHA256 (postgresql/postgresql-9.5.13.tar.bz2) = 5408b86a0b56fd0140c6a0016bf9179bc7817fa03d5571cca346c9ab122ea5ee
SIZE (postgresql/postgresql-9.5.13.tar.bz2) = 18600185
SHA256 (postgresql/pg-954-icu-2016-08-10.diff.gz) = 5fa083ec38087d6a0961642208f012e902221270708b919b92e9eedaa755e365
SIZE (postgresql/pg-954-icu-2016-08-10.diff.gz) = 5952

View File

@ -1,8 +1,8 @@
# Created by: Marc G. Fournier <scrappy@FreeBSD.org>
# $FreeBSD$
DISTVERSION?= 9.6.8
PORTREVISION?= 1
DISTVERSION?= 9.6.9
PORTREVISION?= 0
PKGNAMESUFFIX?= ${PORTVERSION:R:S/.//}${COMPONENT}
MAINTAINER?= pgsql@FreeBSD.org

View File

@ -1,5 +1,5 @@
TIMESTAMP = 1519720435
SHA256 (postgresql/postgresql-9.6.8.tar.bz2) = eafdb3b912e9ec34bdd28b651d00226a6253ba65036cb9a41cad2d9e82e3eb70
SIZE (postgresql/postgresql-9.6.8.tar.bz2) = 19528927
TIMESTAMP = 1525980867
SHA256 (postgresql/postgresql-9.6.9.tar.bz2) = b97952e3af02dc1e446f9c4188ff53021cc0eed7ed96f254ae6daf968c443e2e
SIZE (postgresql/postgresql-9.6.9.tar.bz2) = 19566222
SHA256 (postgresql/pg-96b4-icu-2016-10-02.diff.gz) = 85f81baa0fc8f692bcf802c8645196d9e3afdef4f760cef712d940b87655486e
SIZE (postgresql/pg-96b4-icu-2016-10-02.diff.gz) = 5998

View File

@ -56,7 +56,9 @@ lib/postgresql/uuid-ossp.so
%%PORTDOCS%%%%DOCSDIR%%/extension/moddatetime.example
%%PORTDOCS%%%%DOCSDIR%%/extension/refint.example
%%PORTDOCS%%%%DOCSDIR%%/extension/timetravel.example
%%DATADIR%%/extension/adminpack--1.0--1.1.sql
%%DATADIR%%/extension/adminpack--1.0.sql
%%DATADIR%%/extension/adminpack--1.1.sql
%%DATADIR%%/extension/adminpack.control
%%DATADIR%%/extension/autoinc--1.0.sql
%%DATADIR%%/extension/autoinc--unpackaged--1.0.sql