Skip to content

Commit 9020cfb

Browse files
CBL-Mariner-BotKanishk Bansaljslobodzian
authored
Merge PR "[AUTO-CHERRYPICK] [AUTOPATCHER-CORE] Upgrade pgbouncer to 1.25.1 for CVE-2025-12819 - branch main" #15362
Signed-off-by: Kanishk Bansal <kanbansal@microsoft.com> Co-authored-by: Kanishk Bansal <kanbansal@microsoft.com> Co-authored-by: jslobodzian <joslobo@microsoft.com>
1 parent 636d769 commit 9020cfb

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Signatures": {
33
"pgbouncer.service": "9c158af014827b4b96577caacce1d5fbf1e186ebb481c96f4f071a0f05425fe1",
4-
"pgbouncer-1.24.1.tar.gz": "da72a3aba13072876d055a3e58dd4aba4a5de4ed6148e73033185245598fd3e0"
4+
"pgbouncer-1.25.1.tar.gz": "6e566ae92fe3ef7f6a1b9e26d6049f7d7ca39c40e29e7b38f6d5500ae15d8465"
55
}
66
}

SPECS/pgbouncer/pgbouncer.spec

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Summary: Connection pooler for PostgreSQL.
22
Name: pgbouncer
3-
Version: 1.24.1
3+
Version: 1.25.1
44
Release: 1%{?dist}
55
License: ISC License
66
URL: https://www.pgbouncer.org/
@@ -22,6 +22,8 @@ Pgbouncer is a light-weight, robust connection pooler for PostgreSQL.
2222

2323
%prep
2424
%setup
25+
#Prevent the installation of manpages since it depends on the pandoc package
26+
sed -i 's|dist_man_MANS = doc/pgbouncer.1 doc/pgbouncer.5|dist_man_MANS =|' Makefile
2527

2628
%build
2729
%configure --datadir=%{_datadir}
@@ -75,11 +77,13 @@ fi
7577
%{_bindir}/*
7678
/etc/systemd/system/%{name}.service
7779
%config(noreplace) %{_sysconfdir}/%{name}.ini
78-
%{_mandir}/man1/%{name}.*
79-
%{_mandir}/man5/%{name}.*
8080
/usr/share/doc/pgbouncer/*
8181

8282
%changelog
83+
* Thu Dec 04 2025 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.25.1-1
84+
- Auto-upgrade to 1.25.1 - for CVE-2025-12819
85+
- Prevent the installation of manpages since it depends on the pandoc package
86+
8387
* Tue Apr 22 2025 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.24.1-1
8488
- Auto-upgrade to 1.24.1 - bump version to fix CVE-2025-2291
8589

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21054,8 +21054,8 @@
2105421054
"type": "other",
2105521055
"other": {
2105621056
"name": "pgbouncer",
21057-
"version": "1.24.1",
21058-
"downloadUrl": "https://pgbouncer.github.io/downloads/files/1.24.1/pgbouncer-1.24.1.tar.gz"
21057+
"version": "1.25.1",
21058+
"downloadUrl": "https://pgbouncer.github.io/downloads/files/1.25.1/pgbouncer-1.25.1.tar.gz"
2105921059
}
2106021060
}
2106121061
},

0 commit comments

Comments
 (0)