Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion SPECS/postgresql/postgresql.signatures.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Signatures": {
"postgresql-14.20.tar.bz2": "7527f10f1640761bc280ad97d105d286d0cf72e54d36d78cf68e5e5f752b646b"
"postgresql-14.21.tar.bz2": "5b30f19347efff32b6e09ed2cdff0b04e9aee913ec9bb7414de2b7c17b17f1f9"
}
}
5 changes: 4 additions & 1 deletion SPECS/postgresql/postgresql.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: PostgreSQL database engine
Name: postgresql
Version: 14.20
Version: 14.21
Release: 1%{?dist}
License: PostgreSQL
Vendor: Microsoft Corporation
Expand Down Expand Up @@ -191,6 +191,9 @@ sudo -u nobody -s /bin/bash -c "PATH=$PATH make -k check"
%{_libdir}/libpgtypes.a

%changelog
* Fri Feb 13 2026 Kanishk Bansal <kanbansal@microsoft.com> - 14.21-1
- Upgrade for CVE-2026-2003, CVE-2026-2004, CVE-2026-2005, CVE-2026-2006, CVE-2026-2007

* Fri Nov 14 2025 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 14.20-1
- Auto-upgrade to 14.20 - for CVE-2025-12817, CVE-2025-12818

Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -21434,8 +21434,8 @@
"type": "other",
"other": {
"name": "postgresql",
"version": "14.20",
"downloadUrl": "https://ftp.postgresql.org/pub/source/v14.20/postgresql-14.20.tar.bz2"
"version": "14.21",
"downloadUrl": "https://ftp.postgresql.org/pub/source/v14.21/postgresql-14.21.tar.bz2"
}
}
},
Expand Down
Loading