Skip to content

Commit b088245

Browse files
[AUTOPATCHER-CORE] Upgrade postgresql to 16.9 for CVE-2025-4207 (#13825)
1 parent 7189967 commit b088245

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Signatures": {
33
"postgresql.service": "2d209e10523c43e7011b4a85e9e32f5f5911a74a25012cdeaf5fdeb0a5664461",
4-
"postgresql-16.7.tar.bz2": "62e02f77ebfc4a37f1700c20cc3ccd85ff797b5613766ebf949a7899bb2113fe"
4+
"postgresql-16.9.tar.bz2": "07c00fb824df0a0c295f249f44691b86e3266753b380c96f633c3311e10bd005"
55
}
66
}

SPECS/postgresql/postgresql.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
%define groupname postgres
33
Summary: PostgreSQL database engine
44
Name: postgresql
5-
Version: 16.7
5+
Version: 16.9
66
Release: 1%{?dist}
77
License: PostgreSQL
88
Vendor: Microsoft Corporation
@@ -243,6 +243,9 @@ fi
243243
%{_unitdir}/%{name}.service
244244

245245
%changelog
246+
* Mon May 19 2025 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 16.9-1
247+
- Auto-upgrade to 16.9 - for CVE-2025-4207
248+
246249
* Mon Feb 17 2025 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 16.7-1
247250
- Auto-upgrade to 16.7 - to fix CVE-2025-1094
248251

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21443,8 +21443,8 @@
2144321443
"type": "other",
2144421444
"other": {
2144521445
"name": "postgresql",
21446-
"version": "16.7",
21447-
"downloadUrl": "https://ftp.postgresql.org/pub/source/v16.7/postgresql-16.7.tar.bz2"
21446+
"version": "16.9",
21447+
"downloadUrl": "https://ftp.postgresql.org/pub/source/v16.9/postgresql-16.9.tar.bz2"
2144821448
}
2144921449
}
2145021450
},

0 commit comments

Comments
 (0)