diff options
| author | Palle Girgensohn <girgen@FreeBSD.org> | 2019-06-27 21:28:00 +0000 |
|---|---|---|
| committer | Palle Girgensohn <girgen@FreeBSD.org> | 2019-06-27 21:28:00 +0000 |
| commit | 50768910f97a5fe4772f60372a744598e997ff82 (patch) | |
| tree | b45e6b29c40c8ae5c95d65c66cd6310b621ee6a3 /databases/postgresql10-server | |
| parent | Add vuxml entry for postgresql lt 10.9 and lt 11.4 (diff) | |
Upgrade PostgreSQL to latest version
The PostgreSQL Global Development Group has released an update to all supported
versions of our database system, including 11.4, 10.9, 9.6.14, 9.5.18, and
9.4.23, as well as the second beta of PostgreSQL 12. This release fixes one
security issue and over 25 bugs since the previous cumulative update in May.
This release is made outside of the normal update release schedule as the
security vulnerability was determined to be critical enough to distribute the
fix as quickly as possible. Users who are running PostgreSQL 10, PostgreSQL 11,
or the PostgreSQL 12 beta should upgrade as soon as possible.
All other users should plan to apply this update at the next scheduled
downtime.
Release notes: https://www.postgresql.org/about/news/1949/
Security: 245629d4-991e-11e9-82aa-6cc21735f730
Diffstat (limited to 'databases/postgresql10-server')
| -rw-r--r-- | databases/postgresql10-server/Makefile | 2 | ||||
| -rw-r--r-- | databases/postgresql10-server/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/databases/postgresql10-server/Makefile b/databases/postgresql10-server/Makefile index b2ff3687aea7..6adeb5a351fe 100644 --- a/databases/postgresql10-server/Makefile +++ b/databases/postgresql10-server/Makefile @@ -1,7 +1,7 @@ # Created by: Marc G. Fournier <scrappy@FreeBSD.org> # $FreeBSD$ -DISTVERSION?= 10.8 +DISTVERSION?= 10.9 # PORTREVISION must be ?= otherwise, all slave ports get this PORTREVISION and # not their own. Probably best to keep it at ?=0 when reset here too. PORTREVISION?= 0 diff --git a/databases/postgresql10-server/distinfo b/databases/postgresql10-server/distinfo index 15db182a4fb7..27f5a399608e 100644 --- a/databases/postgresql10-server/distinfo +++ b/databases/postgresql10-server/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1557217826 -SHA256 (postgresql/postgresql-10.8.tar.bz2) = b198c2aadf1d68308127a0f5b51dbe798958ffe60dd999134f6495c489afcd5d -SIZE (postgresql/postgresql-10.8.tar.bz2) = 18958913 +TIMESTAMP = 1561409430 +SHA256 (postgresql/postgresql-10.9.tar.bz2) = 958b317fb007e94f3bef7e2a6641875db8f7f9d73db9f283324f3d6e8f5b0f54 +SIZE (postgresql/postgresql-10.9.tar.bz2) = 18981395 |
