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.11.tar.bz2": "6deb08c23d03d77d8f8bd1c14049eeef64aef8968fd8891df2dfc0b42f178eac"
"postgresql-16.12.tar.bz2": "b253ee949303ef5df00e24002600da4fb37e5ccfafa78718c6ea6a936b4d97f1"
}
}
8 changes: 6 additions & 2 deletions SPECS/postgresql/postgresql.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
%define groupname postgres
Summary: PostgreSQL database engine
Name: postgresql
Version: 16.11
Version: 16.12
Release: 1%{?dist}
License: PostgreSQL
Vendor: Microsoft Corporation
Distribution: Azure Linux
Group: Applications/Databases
URL: https://www.postgresql.org
Source0: https://ftp.postgresql.org/pub/source/v%{version}/%{name}-%{version}.tar.bz2
Source1: %{name}.service
Source1: %{name}.service

# Common libraries needed
BuildRequires: krb5-devel
Expand Down Expand Up @@ -243,6 +243,10 @@ fi
%{_unitdir}/%{name}.service

%changelog
* 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

* Fri Nov 14 2025 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 16.11-1
- Auto-upgrade to 16.11 - 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 @@ -21593,8 +21593,8 @@
"type": "other",
"other": {
"name": "postgresql",
"version": "16.11",
"downloadUrl": "https://ftp.postgresql.org/pub/source/v16.11/postgresql-16.11.tar.bz2"
"version": "16.12",
"downloadUrl": "https://ftp.postgresql.org/pub/source/v16.12/postgresql-16.12.tar.bz2"
}
}
},
Expand Down
Loading