Skip to content

Commit 2fc034e

Browse files
[AUTOPATCHER-CORE] Upgrade postgresql to 16.4 CVE-2024-7348 (#10113)
1 parent 714f02e commit 2fc034e

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.3.tar.bz2": "331963d5d3dc4caf4216a049fa40b66d6bcb8c730615859411b9518764e60585",
4-
"postgresql.service": "2d209e10523c43e7011b4a85e9e32f5f5911a74a25012cdeaf5fdeb0a5664461"
5-
}
6-
}
2+
"Signatures": {
3+
"postgresql.service": "2d209e10523c43e7011b4a85e9e32f5f5911a74a25012cdeaf5fdeb0a5664461",
4+
"postgresql-16.4.tar.bz2": "971766d645aa73e93b9ef4e3be44201b4f45b5477095b049125403f9f3386d6f"
5+
}
6+
}

SPECS/postgresql/postgresql.spec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Summary: PostgreSQL database engine
22
Name: postgresql
3-
Version: 16.3
4-
Release: 3%{?dist}
3+
Version: 16.4
4+
Release: 1%{?dist}
55
License: PostgreSQL
66
Vendor: Microsoft Corporation
77
Distribution: Azure Linux
@@ -230,6 +230,9 @@ fi
230230
%{_libdir}/libpgtypes.a
231231

232232
%changelog
233+
* Mon Aug 12 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 16.4-1
234+
- Auto-upgrade to 16.4 - CVE-2024-7348
235+
233236
* Wed Aug 07 Andrew Phelps <anphel@microsoft.com> - 16.3-3
234237
- Add requires for shadow-utils
235238

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21113,8 +21113,8 @@
2111321113
"type": "other",
2111421114
"other": {
2111521115
"name": "postgresql",
21116-
"version": "16.3",
21117-
"downloadUrl": "https://ftp.postgresql.org/pub/source/v16.3/postgresql-16.3.tar.bz2"
21116+
"version": "16.4",
21117+
"downloadUrl": "https://ftp.postgresql.org/pub/source/v16.4/postgresql-16.4.tar.bz2"
2111821118
}
2111921119
}
2112021120
},

0 commit comments

Comments
 (0)