Skip to content

Commit 4c9a672

Browse files
[AUTOPATCHER-CORE] Upgrade postgresql to 14.13 CVE-2024-7348 (#10112)
1 parent 93ca32c commit 4c9a672

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,5 +1,5 @@
11
{
22
"Signatures": {
3-
"postgresql-14.12.tar.bz2": "6118d08f9ddcc1bd83cf2b7cc74d3b583bdcec2f37e6245a8ac003b8faa80923"
3+
"postgresql-14.13.tar.bz2": "59aa3c4b495ab26a9ec69f3ad0a0228c51f0fe6facf3634dfad4d1197d613a56"
44
}
55
}

SPECS/postgresql/postgresql.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Summary: PostgreSQL database engine
22
Name: postgresql
3-
Version: 14.12
3+
Version: 14.13
44
Release: 1%{?dist}
55
License: PostgreSQL
66
Vendor: Microsoft Corporation
@@ -191,6 +191,9 @@ sudo -u nobody -s /bin/bash -c "PATH=$PATH make -k check"
191191
%{_libdir}/libpgtypes.a
192192

193193
%changelog
194+
* Mon Aug 12 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 14.13-1
195+
- Auto-upgrade to 14.13 - CVE-2024-7348
196+
194197
* Thu May 16 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 14.12-1
195198
- Auto-upgrade to 14.12 - CVE-2024-4317
196199

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21454,8 +21454,8 @@
2145421454
"type": "other",
2145521455
"other": {
2145621456
"name": "postgresql",
21457-
"version": "14.12",
21458-
"downloadUrl": "https://ftp.postgresql.org/pub/source/v14.12/postgresql-14.12.tar.bz2"
21457+
"version": "14.13",
21458+
"downloadUrl": "https://ftp.postgresql.org/pub/source/v14.13/postgresql-14.13.tar.bz2"
2145921459
}
2146021460
}
2146121461
},

0 commit comments

Comments
 (0)