Skip to content

Commit 8d6b0ba

Browse files
[AUTOPATCHER-CORE] Upgrade postgresql to 16.11 for CVE-2025-12817, CVE-2025-12818 (#15091)
1 parent 181ec7f commit 8d6b0ba

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.10.tar.bz2": "de8485f4ce9c32e3ddfeef0b7c261eed1cecb54c9bcd170e437ff454cb292b42"
4+
"postgresql-16.11.tar.bz2": "6deb08c23d03d77d8f8bd1c14049eeef64aef8968fd8891df2dfc0b42f178eac"
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.10
5+
Version: 16.11
66
Release: 1%{?dist}
77
License: PostgreSQL
88
Vendor: Microsoft Corporation
@@ -243,6 +243,9 @@ fi
243243
%{_unitdir}/%{name}.service
244244

245245
%changelog
246+
* Fri Nov 14 2025 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 16.11-1
247+
- Auto-upgrade to 16.11 - for CVE-2025-12817, CVE-2025-12818
248+
246249
* Mon Aug 18 2025 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 16.10-1
247250
- Auto-upgrade to 16.10 - for CVE-2025-8714, CVE-2025-8715, CVE-2025-8713
248251

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21553,8 +21553,8 @@
2155321553
"type": "other",
2155421554
"other": {
2155521555
"name": "postgresql",
21556-
"version": "16.10",
21557-
"downloadUrl": "https://ftp.postgresql.org/pub/source/v16.10/postgresql-16.10.tar.bz2"
21556+
"version": "16.11",
21557+
"downloadUrl": "https://ftp.postgresql.org/pub/source/v16.11/postgresql-16.11.tar.bz2"
2155821558
}
2155921559
}
2156021560
},

0 commit comments

Comments
 (0)