Skip to content

Commit b2ef8d0

Browse files
[AUTOPATCHER-CORE] Upgrade postgresql to 14.18 for CVE-2025-4207 (#13826)
1 parent 1729ae8 commit b2ef8d0

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"Signatures": {
3-
"postgresql-14.16.tar.bz2": "673c26f15ebb14306ad0ea051d8acfb3915dd342de942f5b502e5354a0ab760c"
3+
"postgresql-14.18.tar.bz2": "83ab29d6bfc3dc58b2ed3c664114fdfbeb6a0450c4b8d7fa69aee91e3ca14f8e"
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.16
3+
Version: 14.18
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 May 19 2025 CBL-Mariner Servicing Account <[email protected]> - 14.18-1
195+
- Auto-upgrade to 14.18 - for CVE-2025-4207
196+
194197
* Mon Feb 17 2025 CBL-Mariner Servicing Account <[email protected]> - 14.16-1
195198
- Auto-upgrade to 14.16 - to fix CVE-2025-1094
196199

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21444,8 +21444,8 @@
2144421444
"type": "other",
2144521445
"other": {
2144621446
"name": "postgresql",
21447-
"version": "14.16",
21448-
"downloadUrl": "https://ftp.postgresql.org/pub/source/v14.16/postgresql-14.16.tar.bz2"
21447+
"version": "14.18",
21448+
"downloadUrl": "https://ftp.postgresql.org/pub/source/v14.18/postgresql-14.18.tar.bz2"
2144921449
}
2145021450
}
2145121451
},

0 commit comments

Comments
 (0)