From 9fb64dfc2411bace5a0e1e55ac17963ba4bca6d1 Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Sun, 17 May 2026 18:41:02 +0200 Subject: [PATCH] package/postgresql: security bump version to 18.4 https://www.postgresql.org/about/news/postgresql-184-1710-1614-1518-and-1423-released-3297/ Fixes CVE-2026-6472, CVE-2026-6473, CVE-2026-6474, CVE-2026-6475, CVE-2026-6476, CVE-2026-6477, CVE-2026-6478, CVE-2026-6479, CVE-2026-6575, CVE-2026-6637, CVE-2026-6638. Signed-off-by: Bernd Kuhls Signed-off-by: Julien Olivain --- package/postgresql/postgresql.hash | 4 ++-- package/postgresql/postgresql.mk | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package/postgresql/postgresql.hash b/package/postgresql/postgresql.hash index 58eab8e548..be57f216f1 100644 --- a/package/postgresql/postgresql.hash +++ b/package/postgresql/postgresql.hash @@ -1,4 +1,4 @@ -# From https://ftp.postgresql.org/pub/source/v18.3/postgresql-18.3.tar.bz2.sha256 -sha256 d95663fbbf3a80f81a9d98d895266bdcb74ba274bcc04ef6d76630a72dee016f postgresql-18.3.tar.bz2 +# From https://ftp.postgresql.org/pub/source/v18.4/postgresql-18.4.tar.bz2.sha256 +sha256 81a81ec695fb0c7901407defaa1d2f7973617154cf27ba74e3a7ab8e64436094 postgresql-18.4.tar.bz2 # License file, Locally calculated sha256 3d6af92ff8a4c2cdf69afb1cf44edea727922f5cd0cf8b5f72b11cdecac8fdfd COPYRIGHT diff --git a/package/postgresql/postgresql.mk b/package/postgresql/postgresql.mk index fed3887ef5..16ed591df4 100644 --- a/package/postgresql/postgresql.mk +++ b/package/postgresql/postgresql.mk @@ -4,7 +4,7 @@ # ################################################################################ -POSTGRESQL_VERSION = 18.3 +POSTGRESQL_VERSION = 18.4 POSTGRESQL_SOURCE = postgresql-$(POSTGRESQL_VERSION).tar.bz2 POSTGRESQL_SITE = https://ftp.postgresql.org/pub/source/v$(POSTGRESQL_VERSION) POSTGRESQL_LICENSE = PostgreSQL