diff options
author | Palle Girgensohn <girgen@FreeBSD.org> | 2024-11-21 15:20:16 +0100 |
---|---|---|
committer | Palle Girgensohn <girgen@FreeBSD.org> | 2024-11-21 15:35:13 +0100 |
commit | 6fbeba7f98faf8fe4d1f2bf7644247a0d8fb2fe0 (patch) | |
tree | b4faea6edab6ad58cae875ae59c3466f4e8ad961 /databases/postgresql17-server | |
parent | mail/py-pyspf: Add lifetime argument back (diff) |
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
Diffstat (limited to 'databases/postgresql17-server')
-rw-r--r-- | databases/postgresql17-server/Makefile | 2 | ||||
-rw-r--r-- | databases/postgresql17-server/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/databases/postgresql17-server/Makefile b/databases/postgresql17-server/Makefile index 4715b4195fdf..20c681c36b09 100644 --- a/databases/postgresql17-server/Makefile +++ b/databases/postgresql17-server/Makefile @@ -1,5 +1,5 @@ PORTNAME?= postgresql -DISTVERSION?= 17.1 +DISTVERSION?= 17.2 # 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/postgresql17-server/distinfo b/databases/postgresql17-server/distinfo index 2fcd5cc066d3..0c89d35fe33b 100644 --- a/databases/postgresql17-server/distinfo +++ b/databases/postgresql17-server/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1731416623 -SHA256 (postgresql/postgresql-17.1.tar.bz2) = 7849db74ef6a8555d0723f87e81539301422fa9c8e9f21cce61fdc14e9199dcd -SIZE (postgresql/postgresql-17.1.tar.bz2) = 21410991 +TIMESTAMP = 1732004007 +SHA256 (postgresql/postgresql-17.2.tar.bz2) = 82ef27c0af3751695d7f64e2d963583005fbb6a0c3df63d0e4b42211d7021164 +SIZE (postgresql/postgresql-17.2.tar.bz2) = 21408880 |