diff --git a/SPECS/postgresql/postgresql.signatures.json b/SPECS/postgresql/postgresql.signatures.json index d59dc30f7f8..df581a19e1e 100644 --- a/SPECS/postgresql/postgresql.signatures.json +++ b/SPECS/postgresql/postgresql.signatures.json @@ -1,5 +1,5 @@ { "Signatures": { - "postgresql-14.20.tar.bz2": "7527f10f1640761bc280ad97d105d286d0cf72e54d36d78cf68e5e5f752b646b" + "postgresql-14.21.tar.bz2": "5b30f19347efff32b6e09ed2cdff0b04e9aee913ec9bb7414de2b7c17b17f1f9" } } diff --git a/SPECS/postgresql/postgresql.spec b/SPECS/postgresql/postgresql.spec index 94620927aef..b9888c8deac 100644 --- a/SPECS/postgresql/postgresql.spec +++ b/SPECS/postgresql/postgresql.spec @@ -1,6 +1,6 @@ Summary: PostgreSQL database engine Name: postgresql -Version: 14.20 +Version: 14.21 Release: 1%{?dist} License: PostgreSQL Vendor: Microsoft Corporation @@ -191,6 +191,9 @@ sudo -u nobody -s /bin/bash -c "PATH=$PATH make -k check" %{_libdir}/libpgtypes.a %changelog +* Fri Feb 13 2026 Kanishk Bansal - 14.21-1 +- Upgrade for CVE-2026-2003, CVE-2026-2004, CVE-2026-2005, CVE-2026-2006, CVE-2026-2007 + * Fri Nov 14 2025 CBL-Mariner Servicing Account - 14.20-1 - Auto-upgrade to 14.20 - for CVE-2025-12817, CVE-2025-12818 diff --git a/cgmanifest.json b/cgmanifest.json index e7755f2e4e4..859299b8081 100644 --- a/cgmanifest.json +++ b/cgmanifest.json @@ -21434,8 +21434,8 @@ "type": "other", "other": { "name": "postgresql", - "version": "14.20", - "downloadUrl": "https://ftp.postgresql.org/pub/source/v14.20/postgresql-14.20.tar.bz2" + "version": "14.21", + "downloadUrl": "https://ftp.postgresql.org/pub/source/v14.21/postgresql-14.21.tar.bz2" } } },