Skip to content

Commit 587591e

Browse files
[AUTO-CHERRYPICK] [AUTOPATCHER-CORE] Upgrade postgresql to 16.7 to fix CVE-2025-1094 [High] - branch 3.0-dev (#12489)
1 parent d05cd38 commit 587591e

3 files changed

Lines changed: 8 additions & 5 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.5.tar.bz2": "a6cbbb7037f98cb8afa7d3970b7c48040cf02b115e39253a0c037a8bb8e778f0"
4+
"postgresql-16.7.tar.bz2": "62e02f77ebfc4a37f1700c20cc3ccd85ff797b5613766ebf949a7899bb2113fe"
55
}
66
}

SPECS/postgresql/postgresql.spec

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

245245
%changelog
246+
* Mon Feb 17 2025 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 16.7-1
247+
- Auto-upgrade to 16.7 - to fix CVE-2025-1094
248+
246249
* Mon Jan 15 2025 Uri Smiley <udsmicrosoft@microsoft.com> - 16.5-2
247250
- Add LZ4 option to enable TOAST compression
248251

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21403,8 +21403,8 @@
2140321403
"type": "other",
2140421404
"other": {
2140521405
"name": "postgresql",
21406-
"version": "16.5",
21407-
"downloadUrl": "https://ftp.postgresql.org/pub/source/v16.5/postgresql-16.5.tar.bz2"
21406+
"version": "16.7",
21407+
"downloadUrl": "https://ftp.postgresql.org/pub/source/v16.7/postgresql-16.7.tar.bz2"
2140821408
}
2140921409
}
2141021410
},

0 commit comments

Comments
 (0)