git: 2e7e556d443e - main - databases/postgresql??-*: Update to latest version
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 12 Aug 2022 09:05:28 UTC
The branch main has been updated by girgen: URL: https://cgit.FreeBSD.org/ports/commit/?id=2e7e556d443e7ff948d0936ae65ead36825f5544 commit 2e7e556d443e7ff948d0936ae65ead36825f5544 Author: Palle Girgensohn <girgen@FreeBSD.org> AuthorDate: 2022-08-12 09:02:40 +0000 Commit: Palle Girgensohn <girgen@FreeBSD.org> CommitDate: 2022-08-12 09:05:24 +0000 databases/postgresql??-*: Update to latest version The PostgreSQL Global Development Group has released an update to all supported versions of PostgreSQL, including 14.5, 13.8, 12.12, 11.17, and 10.22, as well as the third beta release of PostgreSQL 15. This release closes one security vulnerability and fixes over 40 bugs reported over the last three months. PostgreSQL 10 will stop receiving fixes on November 10, 2022. If you are running PostgreSQL 10 in a production environment, we strongly advise that you make plans to upgrade to a newer, supported version of PostgreSQL so you can continue to receive bug and security fixes. Security: CVE-2022-2625 Release notes: https://www.postgresql.org/about/news/postgresql-145-138-1212-1117-1022-and-15-beta-3-released-2496/ --- databases/postgresql10-server/Makefile | 4 ++-- databases/postgresql10-server/distinfo | 6 +++--- databases/postgresql11-server/Makefile | 4 ++-- databases/postgresql11-server/distinfo | 6 +++--- databases/postgresql11-server/pkg-plist-server | 1 - databases/postgresql12-server/Makefile | 4 ++-- databases/postgresql12-server/distinfo | 6 +++--- databases/postgresql12-server/pkg-plist-server | 1 - databases/postgresql13-server/Makefile | 4 ++-- databases/postgresql13-server/distinfo | 6 +++--- databases/postgresql14-server/Makefile | 2 +- databases/postgresql14-server/distinfo | 6 +++--- databases/postgresql14-server/pkg-plist-server | 1 + databases/postgresql15-server/Makefile | 2 +- databases/postgresql15-server/distinfo | 6 +++--- databases/postgresql15-server/pkg-plist-client | 7 +++++++ databases/postgresql15-server/pkg-plist-server | 11 +++++++++++ 17 files changed, 47 insertions(+), 30 deletions(-) diff --git a/databases/postgresql10-server/Makefile b/databases/postgresql10-server/Makefile index 168f6e8c5ebb..3bd6f9e27871 100644 --- a/databases/postgresql10-server/Makefile +++ b/databases/postgresql10-server/Makefile @@ -1,7 +1,7 @@ -DISTVERSION?= 10.21 +DISTVERSION?= 10.22 # 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 fa7af55c069c..813333d2b033 100644 --- a/databases/postgresql10-server/distinfo +++ b/databases/postgresql10-server/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1652167487 -SHA256 (postgresql/postgresql-10.21.tar.bz2) = d32198856d52a9a6f5d50642ef86687ac058bd6efca5c9ed57be7808496f45d1 -SIZE (postgresql/postgresql-10.21.tar.bz2) = 19409454 +TIMESTAMP = 1659997986 +SHA256 (postgresql/postgresql-10.22.tar.bz2) = 955977555c69df1a64f44b81d4a1987eb74abbd1870579f5ad9d946133dd8e4d +SIZE (postgresql/postgresql-10.22.tar.bz2) = 19455874 diff --git a/databases/postgresql11-server/Makefile b/databases/postgresql11-server/Makefile index 4d9bc1a85712..a196bab11216 100644 --- a/databases/postgresql11-server/Makefile +++ b/databases/postgresql11-server/Makefile @@ -1,7 +1,7 @@ -DISTVERSION?= 11.16 +DISTVERSION?= 11.17 # 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 34cfed99bbdb..ddb5c6067984 100644 --- a/databases/postgresql11-server/distinfo +++ b/databases/postgresql11-server/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1652167803 -SHA256 (postgresql/postgresql-11.16.tar.bz2) = 2dd9e111f0a5949ee7cacc065cea0fb21092929bae310ce05bf01b4ffc5103a5 -SIZE (postgresql/postgresql-11.16.tar.bz2) = 20347100 +TIMESTAMP = 1659998007 +SHA256 (postgresql/postgresql-11.17.tar.bz2) = 6e984963ae0765e61577995103a7e6594db0f0bd01528ac123e0de4a6a4cb4c4 +SIZE (postgresql/postgresql-11.17.tar.bz2) = 20385599 diff --git a/databases/postgresql11-server/pkg-plist-server b/databases/postgresql11-server/pkg-plist-server index a08afa7e65a9..9cb10ab66df7 100644 --- a/databases/postgresql11-server/pkg-plist-server +++ b/databases/postgresql11-server/pkg-plist-server @@ -819,7 +819,6 @@ lib/libpgcommon.a %%NLS%%share/locale/pt_BR/LC_MESSAGES/pg_ctl-%%PG_VERSION%%.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/pg_rewind-%%PG_VERSION%%.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/plpgsql-%%PG_VERSION%%.mo -%%NLS%%share/locale/ro/LC_MESSAGES/plpgsql-%%PG_VERSION%%.mo %%NLS%%share/locale/ru/LC_MESSAGES/initdb-%%PG_VERSION%%.mo %%NLS%%share/locale/ru/LC_MESSAGES/pg_archivecleanup-%%PG_VERSION%%.mo %%NLS%%share/locale/ru/LC_MESSAGES/pg_basebackup-%%PG_VERSION%%.mo diff --git a/databases/postgresql12-server/Makefile b/databases/postgresql12-server/Makefile index 252401918509..dbd392faa4dd 100644 --- a/databases/postgresql12-server/Makefile +++ b/databases/postgresql12-server/Makefile @@ -1,7 +1,7 @@ -DISTVERSION?= 12.11 +DISTVERSION?= 12.12 # 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 af475f84aa88..50a995200611 100644 --- a/databases/postgresql12-server/distinfo +++ b/databases/postgresql12-server/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1652167824 -SHA256 (postgresql/postgresql-12.11.tar.bz2) = 1026248a5fd2beeaf43e4c7236ac817e56d58b681a335856465dfbc75b3e8302 -SIZE (postgresql/postgresql-12.11.tar.bz2) = 21086745 +TIMESTAMP = 1659998029 +SHA256 (postgresql/postgresql-12.12.tar.bz2) = 34b3f1c69408e22068c0c71b1827691f1c89153b0ad576c1a44f8920a858039c +SIZE (postgresql/postgresql-12.12.tar.bz2) = 21089064 diff --git a/databases/postgresql12-server/pkg-plist-server b/databases/postgresql12-server/pkg-plist-server index ed8a18405822..903a90cf9141 100644 --- a/databases/postgresql12-server/pkg-plist-server +++ b/databases/postgresql12-server/pkg-plist-server @@ -823,7 +823,6 @@ lib/libpgcommon.a %%NLS%%share/locale/ko/LC_MESSAGES/plpgsql-%%PG_VERSION%%.mo %%NLS%%share/locale/ko/LC_MESSAGES/postgres-%%PG_VERSION%%.mo %%NLS%%share/locale/pl/LC_MESSAGES/pg_controldata-%%PG_VERSION%%.mo -%%NLS%%share/locale/pl/LC_MESSAGES/pg_ctl-%%PG_VERSION%%.mo %%NLS%%share/locale/pl/LC_MESSAGES/pg_test_fsync-%%PG_VERSION%%.mo %%NLS%%share/locale/pl/LC_MESSAGES/pg_test_timing-%%PG_VERSION%%.mo %%NLS%%share/locale/pl/LC_MESSAGES/plpgsql-%%PG_VERSION%%.mo diff --git a/databases/postgresql13-server/Makefile b/databases/postgresql13-server/Makefile index a6549333c146..2abfa61121e3 100644 --- a/databases/postgresql13-server/Makefile +++ b/databases/postgresql13-server/Makefile @@ -1,7 +1,7 @@ -DISTVERSION?= 13.7 +DISTVERSION?= 13.8 # 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 62235eaa5d1f..38ae990220f8 100644 --- a/databases/postgresql13-server/distinfo +++ b/databases/postgresql13-server/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1652167845 -SHA256 (postgresql/postgresql-13.7.tar.bz2) = 1b905bf4f3d83614a393b3c51fd345910fd261e4f5124a68d9a1fdd3a2a46399 -SIZE (postgresql/postgresql-13.7.tar.bz2) = 21364433 +TIMESTAMP = 1659998050 +SHA256 (postgresql/postgresql-13.8.tar.bz2) = 73876fdd3a517087340458dca4ce15b8d2a4dbceb334c0441424551ae6c4cded +SIZE (postgresql/postgresql-13.8.tar.bz2) = 21397381 diff --git a/databases/postgresql14-server/Makefile b/databases/postgresql14-server/Makefile index 77c6db9b871a..7c2eea831037 100644 --- a/databases/postgresql14-server/Makefile +++ b/databases/postgresql14-server/Makefile @@ -1,4 +1,4 @@ -DISTVERSION?= 14.4 +DISTVERSION?= 14.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?= 0 diff --git a/databases/postgresql14-server/distinfo b/databases/postgresql14-server/distinfo index 07c9b4b0ab12..13d631f4aace 100644 --- a/databases/postgresql14-server/distinfo +++ b/databases/postgresql14-server/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1655233048 -SHA256 (postgresql/postgresql-14.4.tar.bz2) = c23b6237c5231c791511bdc79098617d6852e9e3bdf360efd8b5d15a1a3d8f6a -SIZE (postgresql/postgresql-14.4.tar.bz2) = 22094218 +TIMESTAMP = 1659998051 +SHA256 (postgresql/postgresql-14.5.tar.bz2) = d4f72cb5fb857c9a9f75ec8cf091a1771272802f2178f0b2e65b7b6ff64f4a30 +SIZE (postgresql/postgresql-14.5.tar.bz2) = 22132996 diff --git a/databases/postgresql14-server/pkg-plist-server b/databases/postgresql14-server/pkg-plist-server index daf76de91817..c7d3a4fad366 100644 --- a/databases/postgresql14-server/pkg-plist-server +++ b/databases/postgresql14-server/pkg-plist-server @@ -737,6 +737,7 @@ lib/postgresql/utf8_and_win.so %%LLVM%%lib/postgresql/bitcode/postgres/utils/mmgr/slab.bc %%LLVM%%lib/postgresql/bitcode/postgres/utils/resowner/resowner.bc %%LLVM%%lib/postgresql/bitcode/postgres/utils/sort/logtape.bc +%%LLVM%%lib/postgresql/bitcode/postgres/utils/sort/qsort_interruptible.bc %%LLVM%%lib/postgresql/bitcode/postgres/utils/sort/sharedtuplestore.bc %%LLVM%%lib/postgresql/bitcode/postgres/utils/sort/sortsupport.bc %%LLVM%%lib/postgresql/bitcode/postgres/utils/sort/tuplesort.bc diff --git a/databases/postgresql15-server/Makefile b/databases/postgresql15-server/Makefile index d5b4b3e7ea45..f836288ec8d1 100644 --- a/databases/postgresql15-server/Makefile +++ b/databases/postgresql15-server/Makefile @@ -1,5 +1,5 @@ PORTNAME?= postgresql -DISTVERSION?= 15beta2 +DISTVERSION?= 15beta3 # 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/postgresql15-server/distinfo b/databases/postgresql15-server/distinfo index 1cae8e6759fb..f32c067c5985 100644 --- a/databases/postgresql15-server/distinfo +++ b/databases/postgresql15-server/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1656750071 -SHA256 (postgresql/postgresql-15beta2.tar.bz2) = 2fedbc58b370f30e5f59fb0dcc8128a2ef9a922b50fa931b442e4fa27ca98830 -SIZE (postgresql/postgresql-15beta2.tar.bz2) = 23511057 +TIMESTAMP = 1659998072 +SHA256 (postgresql/postgresql-15beta3.tar.bz2) = 1a6e2a454b6bcdf76aa4e50573d2fa1ea8db2cdfaa3282a7538830bd285b27bf +SIZE (postgresql/postgresql-15beta3.tar.bz2) = 23585136 diff --git a/databases/postgresql15-server/pkg-plist-client b/databases/postgresql15-server/pkg-plist-client index 28f6e2fa9652..eb195d4a4c6c 100644 --- a/databases/postgresql15-server/pkg-plist-client +++ b/databases/postgresql15-server/pkg-plist-client @@ -1255,6 +1255,13 @@ man/man7/WITH.7.gz %%NLS%%share/locale/ja/LC_MESSAGES/pg_dump-%%PG_VERSION%%.mo %%NLS%%share/locale/ja/LC_MESSAGES/pgscripts-%%PG_VERSION%%.mo %%NLS%%share/locale/ja/LC_MESSAGES/psql-%%PG_VERSION%%.mo +%%NLS%%share/locale/ka/LC_MESSAGES/ecpg-%%PG_VERSION%%.mo +%%NLS%%share/locale/ka/LC_MESSAGES/ecpglib6-%%PG_VERSION%%.mo +%%NLS%%share/locale/ka/LC_MESSAGES/libpq5-%%PG_VERSION%%.mo +%%NLS%%share/locale/ka/LC_MESSAGES/pg_amcheck-%%PG_VERSION%%.mo +%%NLS%%share/locale/ka/LC_MESSAGES/pg_config-%%PG_VERSION%%.mo +%%NLS%%share/locale/ka/LC_MESSAGES/pgscripts-%%PG_VERSION%%.mo +%%NLS%%share/locale/ka/LC_MESSAGES/psql-%%PG_VERSION%%.mo %%NLS%%share/locale/ko/LC_MESSAGES/ecpg-%%PG_VERSION%%.mo %%NLS%%share/locale/ko/LC_MESSAGES/ecpglib6-%%PG_VERSION%%.mo %%NLS%%share/locale/ko/LC_MESSAGES/libpq5-%%PG_VERSION%%.mo diff --git a/databases/postgresql15-server/pkg-plist-server b/databases/postgresql15-server/pkg-plist-server index efe8711dce6e..dcf0ed638b4c 100644 --- a/databases/postgresql15-server/pkg-plist-server +++ b/databases/postgresql15-server/pkg-plist-server @@ -774,6 +774,7 @@ lib/postgresql/utf8_and_win.so %%LLVM%%lib/postgresql/bitcode/postgres/utils/mmgr/slab.bc %%LLVM%%lib/postgresql/bitcode/postgres/utils/resowner/resowner.bc %%LLVM%%lib/postgresql/bitcode/postgres/utils/sort/logtape.bc +%%LLVM%%lib/postgresql/bitcode/postgres/utils/sort/qsort_interruptible.bc %%LLVM%%lib/postgresql/bitcode/postgres/utils/sort/sharedtuplestore.bc %%LLVM%%lib/postgresql/bitcode/postgres/utils/sort/sortsupport.bc %%LLVM%%lib/postgresql/bitcode/postgres/utils/sort/tuplesort.bc @@ -796,6 +797,16 @@ lib/postgresql/utf8_and_win.so %%DATADIR%%/system_constraints.sql %%DATADIR%%/system_functions.sql %%DATADIR%%/system_views.sql +%%NLS%%share/locale/ka/LC_MESSAGES/initdb-%%PG_VERSION%%.mo +%%NLS%%share/locale/ka/LC_MESSAGES/pg_archivecleanup-%%PG_VERSION%%.mo +%%NLS%%share/locale/ka/LC_MESSAGES/pg_checksums-%%PG_VERSION%%.mo +%%NLS%%share/locale/ka/LC_MESSAGES/pg_controldata-%%PG_VERSION%%.mo +%%NLS%%share/locale/ka/LC_MESSAGES/pg_ctl-%%PG_VERSION%%.mo +%%NLS%%share/locale/ka/LC_MESSAGES/pg_resetwal-%%PG_VERSION%%.mo +%%NLS%%share/locale/ka/LC_MESSAGES/pg_rewind-%%PG_VERSION%%.mo +%%NLS%%share/locale/ka/LC_MESSAGES/pg_test_fsync-%%PG_VERSION%%.mo +%%NLS%%share/locale/ka/LC_MESSAGES/pg_test_timing-%%PG_VERSION%%.mo +%%NLS%%share/locale/ka/LC_MESSAGES/pg_waldump-%%PG_VERSION%%.mo %%NLS%%share/locale/cs/LC_MESSAGES/initdb-%%PG_VERSION%%.mo %%NLS%%share/locale/cs/LC_MESSAGES/pg_archivecleanup-%%PG_VERSION%%.mo %%NLS%%share/locale/cs/LC_MESSAGES/pg_basebackup-%%PG_VERSION%%.mo