Skip to content

Commit b05b26a

Browse files
[AUTO-CHERRYPICK] [AUTOPATCHER-CORE] Upgrade postgresql to 16.5 CVE-2024-10976, CVE-2024-10977, CVE-2024-10978, CVE-2024-10979 - branch 3.0-dev (#11193)
1 parent 8c804cf commit b05b26a

3 files changed

Lines changed: 12 additions & 9 deletions

File tree

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"Signatures": {
3-
"postgresql-16.4.tar.bz2": "971766d645aa73e93b9ef4e3be44201b4f45b5477095b049125403f9f3386d6f",
4-
"postgresql.service": "2d209e10523c43e7011b4a85e9e32f5f5911a74a25012cdeaf5fdeb0a5664461"
5-
}
6-
}
2+
"Signatures": {
3+
"postgresql.service": "2d209e10523c43e7011b4a85e9e32f5f5911a74a25012cdeaf5fdeb0a5664461",
4+
"postgresql-16.5.tar.bz2": "a6cbbb7037f98cb8afa7d3970b7c48040cf02b115e39253a0c037a8bb8e778f0"
5+
}
6+
}

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.4
6-
Release: 2%{?dist}
5+
Version: 16.5
6+
Release: 1%{?dist}
77
License: PostgreSQL
88
Vendor: Microsoft Corporation
99
Distribution: Azure Linux
@@ -240,6 +240,9 @@ fi
240240
%{_unitdir}/%{name}.service
241241

242242
%changelog
243+
* Mon Nov 18 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 16.5-1
244+
- Auto-upgrade to 16.5 - CVE-2024-10976, CVE-2024-10977, CVE-2024-10978, CVE-2024-10979
245+
243246
* Thu Aug 29 2024 Kavya Sree Kaitepalli <kkaitepalli@microsoft.com> - 16.4-2
244247
- Add postgresql-service as a subpackage
245248

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21203,8 +21203,8 @@
2120321203
"type": "other",
2120421204
"other": {
2120521205
"name": "postgresql",
21206-
"version": "16.4",
21207-
"downloadUrl": "https://ftp.postgresql.org/pub/source/v16.4/postgresql-16.4.tar.bz2"
21206+
"version": "16.5",
21207+
"downloadUrl": "https://ftp.postgresql.org/pub/source/v16.5/postgresql-16.5.tar.bz2"
2120821208
}
2120921209
}
2121021210
},

0 commit comments

Comments
 (0)