diff options
author | Palle Girgensohn <girgen@FreeBSD.org> | 2021-11-10 21:10:27 +0000 |
---|---|---|
committer | Palle Girgensohn <girgen@FreeBSD.org> | 2021-11-11 14:37:02 +0000 |
commit | d3db7630c79762949ca7d0f3cbf1db128ebecca4 (patch) | |
tree | 5385c76fd791e89667b3d454290a494e13a6196a | |
parent | e48db637c06e4a5580b64ee65a50db63c2fa19f0 (diff) |
databases/postgresql??-*: updated to latest version
This release contains a variety of fixes from the previous version.
A dump/restore is not required for those running the same major version.
However, note that installations using physical replication should
update standby servers before the primary server, as explained in the
release notes.
Also, several bugs have been found that may have resulted in corrupted
indexes, as explained in the next several changelog entries. If any of
those cases apply to you, it's recommended to reindex possibly-affected
indexes after updating.
This release also mitigates two possible man-in-the-middle attacks.
Security: 2ccd71bd-426b-11ec-87db-6cc21735f730
Release notes: https://www.postgresql.org/docs/release/14.1/
19 files changed, 38 insertions, 30 deletions
diff --git a/databases/postgresql10-server/Makefile b/databases/postgresql10-server/Makefile index d7a916e5008c..c56a02474544 100644 --- a/databases/postgresql10-server/Makefile +++ b/databases/postgresql10-server/Makefile @@ -1,9 +1,9 @@ # Created by: Marc G. Fournier <scrappy@FreeBSD.org> -DISTVERSION?= 10.18 +DISTVERSION?= 10.19 # 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?= 1 +PORTREVISION?= 0 MAINTAINER?= pgsql@FreeBSD.org diff --git a/databases/postgresql10-server/distinfo b/databases/postgresql10-server/distinfo index 4262635f68ad..b877851b402e 100644 --- a/databases/postgresql10-server/distinfo +++ b/databases/postgresql10-server/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1628577808 -SHA256 (postgresql/postgresql-10.18.tar.bz2) = 57477c2edc82c3f86a74747707b3babc1f301f389315ae14e819e025c0ba3801 -SIZE (postgresql/postgresql-10.18.tar.bz2) = 19197042 +TIMESTAMP = 1636466829 +SHA256 (postgresql/postgresql-10.19.tar.bz2) = 6eb830b428b60e84ae87e20436bce679c4d9d0202be7aec0e41b0c67d9134239 +SIZE (postgresql/postgresql-10.19.tar.bz2) = 19261478 diff --git a/databases/postgresql10-server/pkg-plist-server b/databases/postgresql10-server/pkg-plist-server index 8d3af831ba5f..3c1847a139ce 100644 --- a/databases/postgresql10-server/pkg-plist-server +++ b/databases/postgresql10-server/pkg-plist-server @@ -758,6 +758,7 @@ lib/libpgcommon.a %%TZDATA%%%%DATADIR%%/timezone/Pacific/Guam %%TZDATA%%%%DATADIR%%/timezone/Pacific/Honolulu %%TZDATA%%%%DATADIR%%/timezone/Pacific/Johnston +%%TZDATA%%%%DATADIR%%/timezone/Pacific/Kanton %%TZDATA%%%%DATADIR%%/timezone/Pacific/Kiritimati %%TZDATA%%%%DATADIR%%/timezone/Pacific/Kosrae %%TZDATA%%%%DATADIR%%/timezone/Pacific/Kwajalein diff --git a/databases/postgresql11-server/Makefile b/databases/postgresql11-server/Makefile index 8b1fa6f5a2f9..d0e19587c82a 100644 --- a/databases/postgresql11-server/Makefile +++ b/databases/postgresql11-server/Makefile @@ -1,9 +1,9 @@ # Created by: Marc G. Fournier <scrappy@FreeBSD.org> -DISTVERSION?= 11.13 +DISTVERSION?= 11.14 # 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?= 1 +PORTREVISION?= 0 MAINTAINER?= pgsql@FreeBSD.org diff --git a/databases/postgresql11-server/distinfo b/databases/postgresql11-server/distinfo index a921df317132..c4be3fdf69fe 100644 --- a/databases/postgresql11-server/distinfo +++ b/databases/postgresql11-server/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1628577840 -SHA256 (postgresql/postgresql-11.13.tar.bz2) = a0c3689ff7f565288002cbc138779d5121d74831a5e8341aea7aa86e99b6bc48 -SIZE (postgresql/postgresql-11.13.tar.bz2) = 20123787 +TIMESTAMP = 1636466850 +SHA256 (postgresql/postgresql-11.14.tar.bz2) = 965c7f4be96fb64f9581852c58c4f05c3812d4ad823c0f3e2bdfe777c162f999 +SIZE (postgresql/postgresql-11.14.tar.bz2) = 20172910 diff --git a/databases/postgresql11-server/pkg-plist-server b/databases/postgresql11-server/pkg-plist-server index 77ff3e4ed109..393a82d55b25 100644 --- a/databases/postgresql11-server/pkg-plist-server +++ b/databases/postgresql11-server/pkg-plist-server @@ -1425,6 +1425,7 @@ lib/libpgcommon.a %%TZDATA%%%%DATADIR%%/timezone/Pacific/Guam %%TZDATA%%%%DATADIR%%/timezone/Pacific/Honolulu %%TZDATA%%%%DATADIR%%/timezone/Pacific/Johnston +%%TZDATA%%%%DATADIR%%/timezone/Pacific/Kanton %%TZDATA%%%%DATADIR%%/timezone/Pacific/Kiritimati %%TZDATA%%%%DATADIR%%/timezone/Pacific/Kosrae %%TZDATA%%%%DATADIR%%/timezone/Pacific/Kwajalein diff --git a/databases/postgresql12-server/Makefile b/databases/postgresql12-server/Makefile index 06145b0054fa..21080f467e29 100644 --- a/databases/postgresql12-server/Makefile +++ b/databases/postgresql12-server/Makefile @@ -1,9 +1,9 @@ # Created by: Marc G. Fournier <scrappy@FreeBSD.org> -DISTVERSION?= 12.8 +DISTVERSION?= 12.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?= 1 +PORTREVISION?= 0 MAINTAINER?= pgsql@FreeBSD.org diff --git a/databases/postgresql12-server/distinfo b/databases/postgresql12-server/distinfo index ebad7d7b460b..775707e2770a 100644 --- a/databases/postgresql12-server/distinfo +++ b/databases/postgresql12-server/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1628577879 -SHA256 (postgresql/postgresql-12.8.tar.bz2) = e26401e090c34ccb15ffb33a111f340833833535a7b7c5cd11cd88ab57d9c62a -SIZE (postgresql/postgresql-12.8.tar.bz2) = 20849478 +TIMESTAMP = 1636466871 +SHA256 (postgresql/postgresql-12.9.tar.bz2) = 89fda2de33ed04a98548e43f3ee5f15b882be17505d631fe0dd1a540a2b56dce +SIZE (postgresql/postgresql-12.9.tar.bz2) = 20904260 diff --git a/databases/postgresql12-server/pkg-plist-server b/databases/postgresql12-server/pkg-plist-server index 057666de9066..566dd9e68d2a 100644 --- a/databases/postgresql12-server/pkg-plist-server +++ b/databases/postgresql12-server/pkg-plist-server @@ -1448,6 +1448,7 @@ lib/libpgcommon.a %%TZDATA%%%%DATADIR%%/timezone/Pacific/Guam %%TZDATA%%%%DATADIR%%/timezone/Pacific/Honolulu %%TZDATA%%%%DATADIR%%/timezone/Pacific/Johnston +%%TZDATA%%%%DATADIR%%/timezone/Pacific/Kanton %%TZDATA%%%%DATADIR%%/timezone/Pacific/Kiritimati %%TZDATA%%%%DATADIR%%/timezone/Pacific/Kosrae %%TZDATA%%%%DATADIR%%/timezone/Pacific/Kwajalein diff --git a/databases/postgresql13-server/Makefile b/databases/postgresql13-server/Makefile index f03fd2f4a193..a4229b9c67f1 100644 --- a/databases/postgresql13-server/Makefile +++ b/databases/postgresql13-server/Makefile @@ -1,9 +1,9 @@ # Created by: Marc G. Fournier <scrappy@FreeBSD.org> -DISTVERSION?= 13.4 +DISTVERSION?= 13.5 # 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?= 1 +PORTREVISION?= 0 MAINTAINER?= pgsql@FreeBSD.org diff --git a/databases/postgresql13-server/distinfo b/databases/postgresql13-server/distinfo index cc382c65db80..5a4221b53c58 100644 --- a/databases/postgresql13-server/distinfo +++ b/databases/postgresql13-server/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1628577935 -SHA256 (postgresql/postgresql-13.4.tar.bz2) = ea93e10390245f1ce461a54eb5f99a48d8cabd3a08ce4d652ec2169a357bc0cd -SIZE (postgresql/postgresql-13.4.tar.bz2) = 21157443 +TIMESTAMP = 1636466892 +SHA256 (postgresql/postgresql-13.5.tar.bz2) = 9b81067a55edbaabc418aacef457dd8477642827499560b00615a6ea6c13f6b3 +SIZE (postgresql/postgresql-13.5.tar.bz2) = 21186674 diff --git a/databases/postgresql13-server/pkg-plist-client b/databases/postgresql13-server/pkg-plist-client index 08e9bf92fc5b..65cece2fdd16 100644 --- a/databases/postgresql13-server/pkg-plist-client +++ b/databases/postgresql13-server/pkg-plist-client @@ -112,6 +112,7 @@ include/postgresql/server/access/twophase.h include/postgresql/server/access/twophase_rmgr.h include/postgresql/server/access/valid.h include/postgresql/server/access/visibilitymap.h +include/postgresql/server/access/visibilitymapdefs.h include/postgresql/server/access/xact.h include/postgresql/server/access/xlog.h include/postgresql/server/access/xlog_internal.h diff --git a/databases/postgresql13-server/pkg-plist-server b/databases/postgresql13-server/pkg-plist-server index 49f228f3eb28..dda50a02aaf5 100644 --- a/databases/postgresql13-server/pkg-plist-server +++ b/databases/postgresql13-server/pkg-plist-server @@ -1453,6 +1453,7 @@ lib/postgresql/utf8_and_win.so %%TZDATA%%%%DATADIR%%/timezone/Pacific/Guam %%TZDATA%%%%DATADIR%%/timezone/Pacific/Honolulu %%TZDATA%%%%DATADIR%%/timezone/Pacific/Johnston +%%TZDATA%%%%DATADIR%%/timezone/Pacific/Kanton %%TZDATA%%%%DATADIR%%/timezone/Pacific/Kiritimati %%TZDATA%%%%DATADIR%%/timezone/Pacific/Kosrae %%TZDATA%%%%DATADIR%%/timezone/Pacific/Kwajalein diff --git a/databases/postgresql14-server/Makefile b/databases/postgresql14-server/Makefile index d1fac8391351..08bbc9cb5dcc 100644 --- a/databases/postgresql14-server/Makefile +++ b/databases/postgresql14-server/Makefile @@ -1,10 +1,10 @@ # Created by: Marc G. Fournier <scrappy@FreeBSD.org> PORTNAME?= postgresql -DISTVERSION?= 14.0 +DISTVERSION?= 14.1 # 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?= 1 +PORTREVISION?= 0 CATEGORIES?= databases MASTER_SITES= PGSQL/source/v${DISTVERSION} PKGNAMESUFFIX?= ${PORTVERSION:R}${COMPONENT} diff --git a/databases/postgresql14-server/distinfo b/databases/postgresql14-server/distinfo index 7ee9a05f4109..033484c4add9 100644 --- a/databases/postgresql14-server/distinfo +++ b/databases/postgresql14-server/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632812326 -SHA256 (postgresql/postgresql-14.0.tar.bz2) = ee2ad79126a7375e9102c4db77c4acae6ae6ffe3e082403b88826d96d927a122 -SIZE (postgresql/postgresql-14.0.tar.bz2) = 21836842 +TIMESTAMP = 1636466913 +SHA256 (postgresql/postgresql-14.1.tar.bz2) = 4d3c101ea7ae38982f06bdc73758b53727fb6402ecd9382006fa5ecc7c2ca41f +SIZE (postgresql/postgresql-14.1.tar.bz2) = 21887101 diff --git a/databases/postgresql14-server/pkg-plist-server b/databases/postgresql14-server/pkg-plist-server index 7472faf1db82..7ce58dba899a 100644 --- a/databases/postgresql14-server/pkg-plist-server +++ b/databases/postgresql14-server/pkg-plist-server @@ -880,6 +880,7 @@ lib/postgresql/utf8_and_win.so %%NLS%%share/locale/sv/LC_MESSAGES/pg_resetwal-14.mo %%NLS%%share/locale/sv/LC_MESSAGES/pg_rewind-14.mo %%NLS%%share/locale/sv/LC_MESSAGES/pg_test_fsync-14.mo +%%NLS%%share/locale/sv/LC_MESSAGES/pg_test_timing-14.mo %%NLS%%share/locale/sv/LC_MESSAGES/pg_upgrade-14.mo %%NLS%%share/locale/sv/LC_MESSAGES/pg_waldump-14.mo %%NLS%%share/locale/sv/LC_MESSAGES/plpgsql-14.mo @@ -1469,6 +1470,7 @@ lib/postgresql/utf8_and_win.so %%TZDATA%%%%DATADIR%%/timezone/Pacific/Guam %%TZDATA%%%%DATADIR%%/timezone/Pacific/Honolulu %%TZDATA%%%%DATADIR%%/timezone/Pacific/Johnston +%%TZDATA%%%%DATADIR%%/timezone/Pacific/Kanton %%TZDATA%%%%DATADIR%%/timezone/Pacific/Kiritimati %%TZDATA%%%%DATADIR%%/timezone/Pacific/Kosrae %%TZDATA%%%%DATADIR%%/timezone/Pacific/Kwajalein diff --git a/databases/postgresql96-server/Makefile b/databases/postgresql96-server/Makefile index e977b435e941..782732924826 100644 --- a/databases/postgresql96-server/Makefile +++ b/databases/postgresql96-server/Makefile @@ -1,9 +1,9 @@ # Created by: Marc G. Fournier <scrappy@FreeBSD.org> -DISTVERSION?= 9.6.23 +DISTVERSION?= 9.6.24 # 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?= 1 +PORTREVISION?= 0 PKGNAMESUFFIX?= ${PORTVERSION:R:S/.//}${COMPONENT} MAINTAINER?= pgsql@FreeBSD.org diff --git a/databases/postgresql96-server/distinfo b/databases/postgresql96-server/distinfo index b199b580028d..5bd281f7b6e1 100644 --- a/databases/postgresql96-server/distinfo +++ b/databases/postgresql96-server/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1628577739 -SHA256 (postgresql/postgresql-9.6.23.tar.bz2) = a849f798401ab8c6dfa653ebbcd853b43f2200b4e3bc1ea3cb5bec9a691947b9 -SIZE (postgresql/postgresql-9.6.23.tar.bz2) = 19013235 +TIMESTAMP = 1636466915 +SHA256 (postgresql/postgresql-9.6.24.tar.bz2) = aeb7a196be3ebed1a7476ef565f39722187c108dd47da7489be9c4fcae982ace +SIZE (postgresql/postgresql-9.6.24.tar.bz2) = 19047518 SHA256 (postgresql/pg-96b4-icu-2016-10-02.diff.gz) = 85f81baa0fc8f692bcf802c8645196d9e3afdef4f760cef712d940b87655486e SIZE (postgresql/pg-96b4-icu-2016-10-02.diff.gz) = 5998 diff --git a/databases/postgresql96-server/pkg-plist-server b/databases/postgresql96-server/pkg-plist-server index 8ce8a9b27b00..8543035cf544 100644 --- a/databases/postgresql96-server/pkg-plist-server +++ b/databases/postgresql96-server/pkg-plist-server @@ -711,6 +711,7 @@ lib/libpgcommon.a %%TZDATA%%%%DATADIR%%/timezone/Pacific/Guam %%TZDATA%%%%DATADIR%%/timezone/Pacific/Honolulu %%TZDATA%%%%DATADIR%%/timezone/Pacific/Johnston +%%TZDATA%%%%DATADIR%%/timezone/Pacific/Kanton %%TZDATA%%%%DATADIR%%/timezone/Pacific/Kiritimati %%TZDATA%%%%DATADIR%%/timezone/Pacific/Kosrae %%TZDATA%%%%DATADIR%%/timezone/Pacific/Kwajalein |