Skip to content

Commit 58d14d0

Browse files
[AUTOPATCHER-CORE] Upgrade postgresql to 14.20 for CVE-2025-12817, CVE-2025-12818 (microsoft#15092)
1 parent ad24d46 commit 58d14d0

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.19.tar.bz2": "727e9e334bc1a31940df808259f69fe47a59f6d42174b22ae62d67fe7a01ad80"
3+
"postgresql-14.20.tar.bz2": "7527f10f1640761bc280ad97d105d286d0cf72e54d36d78cf68e5e5f752b646b"
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.19
3+
Version: 14.20
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+
* Fri Nov 14 2025 CBL-Mariner Servicing Account <[email protected]> - 14.20-1
195+
- Auto-upgrade to 14.20 - for CVE-2025-12817, CVE-2025-12818
196+
194197
* Mon Aug 18 2025 CBL-Mariner Servicing Account <[email protected]> - 14.19-1
195198
- Auto-upgrade to 14.19 - for CVE-2025-8714, CVE-2025-8715, CVE-2025-8713
196199

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21434,8 +21434,8 @@
2143421434
"type": "other",
2143521435
"other": {
2143621436
"name": "postgresql",
21437-
"version": "14.19",
21438-
"downloadUrl": "https://ftp.postgresql.org/pub/source/v14.19/postgresql-14.19.tar.bz2"
21437+
"version": "14.20",
21438+
"downloadUrl": "https://ftp.postgresql.org/pub/source/v14.20/postgresql-14.20.tar.bz2"
2143921439
}
2144021440
}
2144121441
},

0 commit comments

Comments
 (0)