From a5a1171ca3b5688eed233488744c5eb77ed69ec5 Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Mon, 16 Feb 2026 06:13:14 +0100 Subject: [PATCH] package/postgresql: security bump version to 18.2 https://www.postgresql.org/about/news/postgresql-182-178-1612-1516-and-1421-released-3235/ Fixes CVE-2026-2003, CVE-2026-2004, CVE-2026-2005, CVE-2026-2006 & CVE-2026-2007. Updated license hash due to copyright year bump: https://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=aa4b5ebc7640f60905cd4c71db45674e5941b611 Signed-off-by: Bernd Kuhls Reviewed-by: Maxim Kochetkov Signed-off-by: Peter Korsgaard --- package/postgresql/postgresql.hash | 6 +++--- package/postgresql/postgresql.mk | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package/postgresql/postgresql.hash b/package/postgresql/postgresql.hash index 524066c61e..8d47db5b7f 100644 --- a/package/postgresql/postgresql.hash +++ b/package/postgresql/postgresql.hash @@ -1,4 +1,4 @@ -# From https://ftp.postgresql.org/pub/source/v18.1/postgresql-18.1.tar.bz2.sha256 -sha256 ff86675c336c46e98ac991ebb306d1b67621ece1d06787beaade312c2c915d54 postgresql-18.1.tar.bz2 +# From https://ftp.postgresql.org/pub/source/v18.2/postgresql-18.2.tar.bz2.sha256 +sha256 5245bd1b79700d55b8e0575be0325ef61e7bbef627e6a616e4cf36ad4687be36 postgresql-18.2.tar.bz2 # License file, Locally calculated -sha256 5ed3ce5c9373dff7f98b1fae7a6c7ccd98df7d734d46d24c1bcebf1240be8307 COPYRIGHT +sha256 3d6af92ff8a4c2cdf69afb1cf44edea727922f5cd0cf8b5f72b11cdecac8fdfd COPYRIGHT diff --git a/package/postgresql/postgresql.mk b/package/postgresql/postgresql.mk index 38403b0f45..542fe05264 100644 --- a/package/postgresql/postgresql.mk +++ b/package/postgresql/postgresql.mk @@ -4,7 +4,7 @@ # ################################################################################ -POSTGRESQL_VERSION = 18.1 +POSTGRESQL_VERSION = 18.2 POSTGRESQL_SOURCE = postgresql-$(POSTGRESQL_VERSION).tar.bz2 POSTGRESQL_SITE = https://ftp.postgresql.org/pub/source/v$(POSTGRESQL_VERSION) POSTGRESQL_LICENSE = PostgreSQL