Skip to content

Commit

Permalink
databases/postgresql??-*: updated to latest version
Browse files Browse the repository at this point in the history
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/
  • Loading branch information
Palle Girgensohn authored and Palle Girgensohn committed Nov 11, 2021
1 parent e48db63 commit d3db763
Show file tree
Hide file tree
Showing 19 changed files with 38 additions and 30 deletions.
4 changes: 2 additions & 2 deletions 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

Expand Down
6 changes: 3 additions & 3 deletions 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
1 change: 1 addition & 0 deletions databases/postgresql10-server/pkg-plist-server
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions 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

Expand Down
6 changes: 3 additions & 3 deletions 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
1 change: 1 addition & 0 deletions databases/postgresql11-server/pkg-plist-server
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions 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

Expand Down
6 changes: 3 additions & 3 deletions 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
1 change: 1 addition & 0 deletions databases/postgresql12-server/pkg-plist-server
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions 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

Expand Down
6 changes: 3 additions & 3 deletions 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
1 change: 1 addition & 0 deletions databases/postgresql13-server/pkg-plist-client
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions databases/postgresql13-server/pkg-plist-server
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions 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}
Expand Down
6 changes: 3 additions & 3 deletions 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
2 changes: 2 additions & 0 deletions databases/postgresql14-server/pkg-plist-server
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions 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
Expand Down
6 changes: 3 additions & 3 deletions 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
1 change: 1 addition & 0 deletions databases/postgresql96-server/pkg-plist-server
Expand Up @@ -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
Expand Down

0 comments on commit d3db763

Please sign in to comment.