]> git.99rst.org Git - openwrt-packages.git/commit
postgresql: update to 18.6
authorDaniel Golle <redacted>
Thu, 20 Aug 2026 14:07:44 +0000 (15:07 +0100)
committerGeorge Sapkin <redacted>
Sun, 23 Aug 2026 17:05:09 +0000 (20:05 +0300)
commit15b06ce6e3706983f5c62adf845194436b66e3fd
tree67a6085c7ca9af16b7b540590db82a7eecd4eb24
parent2111f8643898898bab579839837030acd631b7e8
postgresql: update to 18.6

Security release from 18.4 (18.5 was never released, pulled post-wrap
due to a regression). A dump/restore is not required for those running
18.x, but see the migration notes below for the first three security
fixes, GIN index reltuples corruption, and btree_gist/ltree reindexing.

- restrict logical decoding output plugins to a new
  output_plugin_libraries allowlist; previously a replication user
  could load any library for logical decoding (CVE-2026-6471)
- fix contrib/pgcrypto PGP encryption to detect unsupported ciphers;
  previously an OpenSSL cipher rejection (e.g. FIPS mode) was ignored
  and pgcrypto silently XORed plaintext instead of encrypting it
  (CVE-2026-14663)
- fix psql to skip in-line data following a scripted
  "COPY ... FROM STDIN" even when the COPY fails before
  PGRES_COPY_IN, closing a SQL-injection hazard in scripts that
  exercise failing COPY commands (CVE-2026-6464)
- cross-check the output row type of a portal running EXECUTE/FETCH;
  divergent declared row types between the outer and inner portal
  could lead to server memory disclosure and arbitrary code execution
  (CVE-2026-16239)
- fix a buffer overrun with a long time zone abbreviation in
  to_char(), which could crash the server or be exploited for
  arbitrary code execution (CVE-2026-14669)

Plus a variety of other fixes from 18.4; see the upstream release notes
for the complete list.

Signed-off-by: Daniel Golle <redacted>
libs/postgresql/Makefile
git clone https://git.99rst.org/PROJECT