Skip to content

Commit 24048bb

Browse files
CBL-Mariner-BotKanishk-BansalKanishk Bansaljslobodzian
authored
Merge PR "[AUTO-CHERRYPICK] Upgrade postgresql to 16.12 for CVE-2026-2003, CVE-2026-2004, CVE-2026-2005, CVE-2026-2006, CVE-2026-2007 [HIGH] - branch 3.0-dev" microsoft#15850
Signed-off-by: Kanishk Bansal <kanbansal@microsoft.com> Co-authored-by: Kanishk Bansal <103916909+Kanishk-Bansal@users.noreply.github.com> Co-authored-by: Kanishk Bansal <kanbansal@microsoft.com> Co-authored-by: jslobodzian <joslobo@microsoft.com>
1 parent 1f93eea commit 24048bb

3 files changed

Lines changed: 9 additions & 5 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Signatures": {
33
"postgresql.service": "2d209e10523c43e7011b4a85e9e32f5f5911a74a25012cdeaf5fdeb0a5664461",
4-
"postgresql-16.11.tar.bz2": "6deb08c23d03d77d8f8bd1c14049eeef64aef8968fd8891df2dfc0b42f178eac"
4+
"postgresql-16.12.tar.bz2": "b253ee949303ef5df00e24002600da4fb37e5ccfafa78718c6ea6a936b4d97f1"
55
}
66
}

SPECS/postgresql/postgresql.spec

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
%define groupname postgres
33
Summary: PostgreSQL database engine
44
Name: postgresql
5-
Version: 16.11
5+
Version: 16.12
66
Release: 1%{?dist}
77
License: PostgreSQL
88
Vendor: Microsoft Corporation
99
Distribution: Azure Linux
1010
Group: Applications/Databases
1111
URL: https://www.postgresql.org
1212
Source0: https://ftp.postgresql.org/pub/source/v%{version}/%{name}-%{version}.tar.bz2
13-
Source1: %{name}.service
13+
Source1: %{name}.service
1414

1515
# Common libraries needed
1616
BuildRequires: krb5-devel
@@ -243,6 +243,10 @@ fi
243243
%{_unitdir}/%{name}.service
244244

245245
%changelog
246+
* Fri Feb 13 2026 Kanishk Bansal <kanbansal@microsoft.com> - 16.12-1
247+
- Upgrade to 16.12 - for CVE-2026-2003, CVE-2026-2004, CVE-2026-2005,
248+
CVE-2026-2006, CVE-2026-2007
249+
246250
* Fri Nov 14 2025 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 16.11-1
247251
- Auto-upgrade to 16.11 - for CVE-2025-12817, CVE-2025-12818
248252

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21593,8 +21593,8 @@
2159321593
"type": "other",
2159421594
"other": {
2159521595
"name": "postgresql",
21596-
"version": "16.11",
21597-
"downloadUrl": "https://ftp.postgresql.org/pub/source/v16.11/postgresql-16.11.tar.bz2"
21596+
"version": "16.12",
21597+
"downloadUrl": "https://ftp.postgresql.org/pub/source/v16.12/postgresql-16.12.tar.bz2"
2159821598
}
2159921599
}
2160021600
},

0 commit comments

Comments
 (0)