diff options
author | Palle Girgensohn <girgen@FreeBSD.org> | 2019-11-14 16:24:45 +0000 |
---|---|---|
committer | Palle Girgensohn <girgen@FreeBSD.org> | 2019-11-14 16:24:45 +0000 |
commit | 92cce77a25023cea5b05232752786b83036303ca (patch) | |
tree | 53b672e91fbe4d7ed9cdd84d9a9aab96cdc6910c /databases/postgresql95-server | |
parent | f2d0ab93dd68af8f31c7d1c4d2dce0b7b9149a8a (diff) |
Upgrade PostgreSQL
The PostgreSQL Global Development Group has released an update to all
supported versions of our database system, including 12.1, 11.6, 10.11,
9.6.16, 9.5.20, and 9.4.25. This release fixes over 50 bugs reported
over the last three months.
PostgreSQL 9.4 will stop receiving fixes on February 13, 2020, which is
the next planned cumulative update release. We suggest that you make
plans to upgrade to a newer, supported version of PostgreSQL. Please see
our versioning policy for more information:
This update also fixes over 50 bugs that were reported in the last
several months. Some of these issues affect only version 12, but may
also affect all supported versions.
Specific change to the FreeBSD port:
Starting now, the default for TZDATA has changed to using the underlying OS'
time zone database instead of the one built in to PostgreSQL. This change is
made since PostgreSQL will not release a patch in the event where the time zone
database changes, whereas FreeBSD will.
Release notes: https://www.postgresql.org/about/news/1994/
URL: https://www.postgresql.org/support/versioning/
Notes
Notes:
svn path=/head/; revision=517600
Diffstat (limited to 'databases/postgresql95-server')
-rw-r--r-- | databases/postgresql95-server/Makefile | 2 | ||||
-rw-r--r-- | databases/postgresql95-server/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/databases/postgresql95-server/Makefile b/databases/postgresql95-server/Makefile index 08507d170396..72979f7ef26a 100644 --- a/databases/postgresql95-server/Makefile +++ b/databases/postgresql95-server/Makefile @@ -1,7 +1,7 @@ # Created by: Marc G. Fournier <scrappy@FreeBSD.org> # $FreeBSD$ -DISTVERSION?= 9.5.19 +DISTVERSION?= 9.5.20 # 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/postgresql95-server/distinfo b/databases/postgresql95-server/distinfo index 1cb6ea915ca9..d85bca9b8c49 100644 --- a/databases/postgresql95-server/distinfo +++ b/databases/postgresql95-server/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1565174279 -SHA256 (postgresql/postgresql-9.5.19.tar.bz2) = 960caa26612bca8a3791d1c0bdc5c6d24b3d15841becb617470424edbc5e1bb3 -SIZE (postgresql/postgresql-9.5.19.tar.bz2) = 17571998 +TIMESTAMP = 1573552509 +SHA256 (postgresql/postgresql-9.5.20.tar.bz2) = 925751b375cf975bebbe79753fbcb5fe85d7a62abe516d4c56861a6b877dde0d +SIZE (postgresql/postgresql-9.5.20.tar.bz2) = 17610134 SHA256 (postgresql/pg-954-icu-2016-08-10.diff.gz) = 5fa083ec38087d6a0961642208f012e902221270708b919b92e9eedaa755e365 SIZE (postgresql/pg-954-icu-2016-08-10.diff.gz) = 5952 |