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/postgresql13-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/postgresql13-server')
-rw-r--r-- | databases/postgresql13-server/Makefile | 2 | ||||
-rw-r--r-- | databases/postgresql13-server/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/databases/postgresql13-server/Makefile b/databases/postgresql13-server/Makefile index 5f5cada36ce4..064a9ec1ba88 100644 --- a/databases/postgresql13-server/Makefile +++ b/databases/postgresql13-server/Makefile @@ -1,4 +1,4 @@ -DISTVERSION?= 13.17 +DISTVERSION?= 13.18 # 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/postgresql13-server/distinfo b/databases/postgresql13-server/distinfo index 481f3dda1fde..4909a3ea7cb5 100644 --- a/databases/postgresql13-server/distinfo +++ b/databases/postgresql13-server/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1731416619 -SHA256 (postgresql/postgresql-13.17.tar.bz2) = 022b0a6e7bc374a777eece33708895d7b60cae07d492b286b296a49d7395d78b -SIZE (postgresql/postgresql-13.17.tar.bz2) = 21681613 +TIMESTAMP = 1732004003 +SHA256 (postgresql/postgresql-13.18.tar.bz2) = ceea92abee2a8c19408d278b68de6a78b6bd3dbb4fa2d653fa7ca745d666aab1 +SIZE (postgresql/postgresql-13.18.tar.bz2) = 21687645 |