Skip to content
Open
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,6 +1,6 @@
{
"Signatures": {
"postgresql.service": "2d209e10523c43e7011b4a85e9e32f5f5911a74a25012cdeaf5fdeb0a5664461",
"postgresql-16.12.tar.bz2": "b253ee949303ef5df00e24002600da4fb37e5ccfafa78718c6ea6a936b4d97f1"
"postgresql-16.14.tar.bz2": "f6d077142737920858ce958ccdb75c6ee137a63b5b0853c70693d401ac7e3471"
}
}
5 changes: 4 additions & 1 deletion SPECS/postgresql/postgresql.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
%define groupname postgres
Summary: PostgreSQL database engine
Name: postgresql
Version: 16.12
Version: 16.14
Release: 1%{?dist}
License: PostgreSQL
Vendor: Microsoft Corporation
Expand Down Expand Up @@ -243,6 +243,9 @@ fi
%{_unitdir}/%{name}.service

%changelog
* Fri May 15 2026 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 16.14-1
- Auto-upgrade to 16.14 - for CVE-2026-6473, CVE-2026-6479, CVE-2026-6638, CVE-2026-6474, CVE-2026-6475, CVE-2026-6477, CVE-2026-6478, CVE-2026-6472, CVE-2026-6637

* Fri Feb 13 2026 Kanishk Bansal <kanbansal@microsoft.com> - 16.12-1
- Upgrade to 16.12 - for CVE-2026-2003, CVE-2026-2004, CVE-2026-2005,
CVE-2026-2006, CVE-2026-2007
Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -21683,8 +21683,8 @@
"type": "other",
"other": {
"name": "postgresql",
"version": "16.12",
"downloadUrl": "https://ftp.postgresql.org/pub/source/v16.12/postgresql-16.12.tar.bz2"
"version": "16.14",
"downloadUrl": "https://ftp.postgresql.org/pub/source/v16.14/postgresql-16.14.tar.bz2"
}
}
},
Expand Down
Loading