From 6fbeba7f98faf8fe4d1f2bf7644247a0d8fb2fe0 Mon Sep 17 00:00:00 2001 From: Palle Girgensohn Date: Thu, 21 Nov 2024 15:20:16 +0100 Subject: databases/postgresql??-*: Update to latest version The issues listed below affect PostgreSQL 17. Some of these issues may also affect other supported versions of PostgreSQL. - Restore functionality of ALTER ROLE .. SET ROLE and ALTER DATABASE .. SET ROLE. The fix for CVE-2024-10978 accidentally caused settings for role to not be applied if they came from non-interactive sources, including previous ALTER {ROLE|DATABASE} commands and the PGOPTIONS environment variable. - Restore compatibility for the timescaledb and other PostgreSQL extensions built using PostgreSQL prior to the 2024-11-14 release (17.0, 16.4, 15.8, 14.13, 13.16, 12.20, and earlier). This fix restores struct ResultRelInfo to its previous size, so that affected extensions don't need to be rebuilt. - Fix cases where a logical replication slot's restart_lsn could go backwards. - Avoid deleting still-needed WAL files during pg_rewind. - Fix race conditions associated with dropping shared statistics entries, which could lead to loss of statistics data. - Fix crash with ALTER TABLE when checking to see if an index's opclass options have changed if the table has an index with a non-default operator class. Security: 12e3feab-a29f-11ef-af48-6cc21735f730 --- databases/postgresql16-server/Makefile | 2 +- databases/postgresql16-server/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'databases/postgresql16-server') diff --git a/databases/postgresql16-server/Makefile b/databases/postgresql16-server/Makefile index 9e5f4590cf33..61b7ddeaa5ea 100644 --- a/databases/postgresql16-server/Makefile +++ b/databases/postgresql16-server/Makefile @@ -1,5 +1,5 @@ PORTNAME?= postgresql -DISTVERSION?= 16.5 +DISTVERSION?= 16.6 # 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/postgresql16-server/distinfo b/databases/postgresql16-server/distinfo index 5e5c9bc124aa..c5bccd434b11 100644 --- a/databases/postgresql16-server/distinfo +++ b/databases/postgresql16-server/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1731416622 -SHA256 (postgresql/postgresql-16.5.tar.bz2) = a6cbbb7037f98cb8afa7d3970b7c48040cf02b115e39253a0c037a8bb8e778f0 -SIZE (postgresql/postgresql-16.5.tar.bz2) = 24854528 +TIMESTAMP = 1732004006 +SHA256 (postgresql/postgresql-16.6.tar.bz2) = 23369cdaccd45270ac5dcc30fa9da205d5be33fa505e1f17a0418d2caeca477b +SIZE (postgresql/postgresql-16.6.tar.bz2) = 24856956 -- cgit v1.2.3