Skip to content

Commit be2953f

Browse files
Kanishk-BansalKanishk Bansal
andauthored
Upgrade postgresql to 14.21 for CVE-2026-2003, CVE-2026-2004, CVE-2026-2005, CVE-2026-2006, CVE-2026-2007 [HIGH] (#15835)
Signed-off-by: Kanishk Bansal <kanbansal@microsoft.com> Co-authored-by: Kanishk Bansal <kanbansal@microsoft.com>
1 parent 4f89bd8 commit be2953f

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.20.tar.bz2": "7527f10f1640761bc280ad97d105d286d0cf72e54d36d78cf68e5e5f752b646b"
3+
"postgresql-14.21.tar.bz2": "5b30f19347efff32b6e09ed2cdff0b04e9aee913ec9bb7414de2b7c17b17f1f9"
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.20
3+
Version: 14.21
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 Feb 13 2026 Kanishk Bansal <kanbansal@microsoft.com> - 14.21-1
195+
- Upgrade for CVE-2026-2003, CVE-2026-2004, CVE-2026-2005, CVE-2026-2006, CVE-2026-2007
196+
194197
* Fri Nov 14 2025 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 14.20-1
195198
- Auto-upgrade to 14.20 - for CVE-2025-12817, CVE-2025-12818
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.20",
21438-
"downloadUrl": "https://ftp.postgresql.org/pub/source/v14.20/postgresql-14.20.tar.bz2"
21437+
"version": "14.21",
21438+
"downloadUrl": "https://ftp.postgresql.org/pub/source/v14.21/postgresql-14.21.tar.bz2"
2143921439
}
2144021440
}
2144121441
},

0 commit comments

Comments
 (0)