Skip to content

Commit 39538f4

Browse files
[AUTOPATCHER-CORE] Upgrade postgresql to 14.12 CVE-2024-4317 (#9120)
1 parent a1841cc commit 39538f4

3 files changed

Lines changed: 8 additions & 5 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"Signatures": {
3-
"postgresql-14.11.tar.bz2": "a670bd7dce22dcad4297b261136b3b1d4a09a6f541719562aa14ca63bf2968a8"
3+
"postgresql-14.12.tar.bz2": "6118d08f9ddcc1bd83cf2b7cc74d3b583bdcec2f37e6245a8ac003b8faa80923"
44
}
5-
}
5+
}

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.11
3+
Version: 14.12
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+
* Thu May 16 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 14.12-1
195+
- Auto-upgrade to 14.12 - CVE-2024-4317
196+
194197
* Tue Feb 27 2024 Thien Trung Vuong <cblmargh@microsoft.com> - 14.11-1
195198
- Update to version 14.11 to fix CVE-2024-0985
196199
- Added the 'docs' subpackage.

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21464,8 +21464,8 @@
2146421464
"type": "other",
2146521465
"other": {
2146621466
"name": "postgresql",
21467-
"version": "14.11",
21468-
"downloadUrl": "https://ftp.postgresql.org/pub/source/v14.11/postgresql-14.11.tar.bz2"
21467+
"version": "14.12",
21468+
"downloadUrl": "https://ftp.postgresql.org/pub/source/v14.12/postgresql-14.12.tar.bz2"
2146921469
}
2147021470
}
2147121471
},

0 commit comments

Comments
 (0)