From 9c1339c63c4c39b2b24cf38cddc947619363cd48 Mon Sep 17 00:00:00 2001 From: CBL-Mariner-Bot <75509084+CBL-Mariner-Bot@users.noreply.github.com> Date: Wed, 20 Nov 2024 14:48:27 -0500 Subject: [PATCH] [AUTOPATCHER-CORE] Upgrade postgresql to 14.14 CVE-2024-10976, CVE-2024-10977, CVE-2024-10978, CVE-2024-10979 (#11117) Co-authored-by: jslobodzian (cherry picked from commit 609b2e3f7ecea72bb8fc7a4a5f7c491ccef173b6) --- SPECS/postgresql/postgresql.signatures.json | 2 +- SPECS/postgresql/postgresql.spec | 5 ++++- cgmanifest.json | 4 ++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/SPECS/postgresql/postgresql.signatures.json b/SPECS/postgresql/postgresql.signatures.json index 7a3a0a6a8c..1205a4ecbf 100644 --- a/SPECS/postgresql/postgresql.signatures.json +++ b/SPECS/postgresql/postgresql.signatures.json @@ -1,5 +1,5 @@ { "Signatures": { - "postgresql-14.13.tar.bz2": "59aa3c4b495ab26a9ec69f3ad0a0228c51f0fe6facf3634dfad4d1197d613a56" + "postgresql-14.14.tar.bz2": "84727fbccdbd1efe01d8de64bc1b33095db773ad2457cefcedc2d8258ebc09d6" } } diff --git a/SPECS/postgresql/postgresql.spec b/SPECS/postgresql/postgresql.spec index d18d1de371..3f172dde5d 100644 --- a/SPECS/postgresql/postgresql.spec +++ b/SPECS/postgresql/postgresql.spec @@ -1,6 +1,6 @@ Summary: PostgreSQL database engine Name: postgresql -Version: 14.13 +Version: 14.14 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 +* Mon Nov 18 2024 CBL-Mariner Servicing Account - 14.14-1 +- Auto-upgrade to 14.14 - CVE-2024-10976, CVE-2024-10977, CVE-2024-10978, CVE-2024-10979 + * Mon Aug 12 2024 CBL-Mariner Servicing Account - 14.13-1 - Auto-upgrade to 14.13 - CVE-2024-7348 diff --git a/cgmanifest.json b/cgmanifest.json index 326432f896..8f61eb2cd5 100644 --- a/cgmanifest.json +++ b/cgmanifest.json @@ -21474,8 +21474,8 @@ "type": "other", "other": { "name": "postgresql", - "version": "14.13", - "downloadUrl": "https://ftp.postgresql.org/pub/source/v14.13/postgresql-14.13.tar.bz2" + "version": "14.14", + "downloadUrl": "https://ftp.postgresql.org/pub/source/v14.14/postgresql-14.14.tar.bz2" } } },