diff options
| author | Palle Girgensohn <girgen@FreeBSD.org> | 2021-11-10 22:10:27 +0100 |
|---|---|---|
| committer | Palle Girgensohn <girgen@FreeBSD.org> | 2021-11-11 15:37:02 +0100 |
| commit | d3db7630c79762949ca7d0f3cbf1db128ebecca4 (patch) | |
| tree | 5385c76fd791e89667b3d454290a494e13a6196a /databases/postgresql14-server | |
| parent | security/vuxml: Document latest PostgreSQL vulnerability (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/
Diffstat (limited to 'databases/postgresql14-server')
| -rw-r--r-- | databases/postgresql14-server/Makefile | 4 | ||||
| -rw-r--r-- | databases/postgresql14-server/distinfo | 6 | ||||
| -rw-r--r-- | databases/postgresql14-server/pkg-plist-server | 2 |
3 files changed, 7 insertions, 5 deletions
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 |
