From 09e449bca862560f2cdff405aa6ae5a8a1d2beba Mon Sep 17 00:00:00 2001 From: CBL-Mariner Servicing Account Date: Fri, 8 May 2026 19:20:04 +0000 Subject: [PATCH] Upgrade pgbouncer to 1.25.2 for CVE-2026-6664, CVE-2026-6665, CVE-2026-6666, CVE-2026-6667 --- SPECS/pgbouncer/pgbouncer.signatures.json | 2 +- SPECS/pgbouncer/pgbouncer.spec | 5 ++++- cgmanifest.json | 4 ++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/SPECS/pgbouncer/pgbouncer.signatures.json b/SPECS/pgbouncer/pgbouncer.signatures.json index e3853c1a3ab..02b1bfca964 100644 --- a/SPECS/pgbouncer/pgbouncer.signatures.json +++ b/SPECS/pgbouncer/pgbouncer.signatures.json @@ -1,6 +1,6 @@ { "Signatures": { "pgbouncer.service": "9c158af014827b4b96577caacce1d5fbf1e186ebb481c96f4f071a0f05425fe1", - "pgbouncer-1.25.1.tar.gz": "6e566ae92fe3ef7f6a1b9e26d6049f7d7ca39c40e29e7b38f6d5500ae15d8465" + "pgbouncer-1.25.2.tar.gz": "924ad35113fd0a71c8e2dbe85b5d03445532e2b7b37a9f8a48983beea238b332" } } diff --git a/SPECS/pgbouncer/pgbouncer.spec b/SPECS/pgbouncer/pgbouncer.spec index 36e5e482c58..b41d8f486bf 100644 --- a/SPECS/pgbouncer/pgbouncer.spec +++ b/SPECS/pgbouncer/pgbouncer.spec @@ -1,6 +1,6 @@ Summary: Connection pooler for PostgreSQL. Name: pgbouncer -Version: 1.25.1 +Version: 1.25.2 Release: 1%{?dist} License: ISC License URL: https://www.pgbouncer.org/ @@ -81,6 +81,9 @@ fi /usr/share/doc/pgbouncer/* %changelog +* Fri May 08 2026 CBL-Mariner Servicing Account - 1.25.2-1 +- Auto-upgrade to 1.25.2 - for CVE-2026-6664, CVE-2026-6665, CVE-2026-6666, CVE-2026-6667 + * Thu Dec 04 2025 CBL-Mariner Servicing Account - 1.25.1-1 - Auto-upgrade to 1.25.1 - for CVE-2025-12819 diff --git a/cgmanifest.json b/cgmanifest.json index 2ab45fc853c..17a66b6724c 100644 --- a/cgmanifest.json +++ b/cgmanifest.json @@ -21283,8 +21283,8 @@ "type": "other", "other": { "name": "pgbouncer", - "version": "1.25.1", - "downloadUrl": "https://pgbouncer.github.io/downloads/files/1.25.1/pgbouncer-1.25.1.tar.gz" + "version": "1.25.2", + "downloadUrl": "https://pgbouncer.github.io/downloads/files/1.25.2/pgbouncer-1.25.2.tar.gz" } } },