Skip to content
Draft
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/unbound/unbound.signatures.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"Signatures": {
"unbound.service": "563389e2bf92e13541d68c7bcac6bc6635931aa86509d45393864d24aacc7147",
"unbound-release-1.25.2.tar.gz": "e132aa8b46cd3bc79bc97c2c42abf2b62aaa4c8aaef786c91d549e335ae8a5cf"
"unbound-release-1.26.0.tar.gz": "2a2953a2349fd79b4aa245e2c246da781804f377010dd168f06d2eb2dc79a9a0"
}
}
5 changes: 4 additions & 1 deletion SPECS/unbound/unbound.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: unbound dns server
Name: unbound
Version: 1.25.2
Version: 1.26.0
Release: 1%{?dist}
License: BSD
Vendor: Microsoft Corporation
Expand Down Expand Up @@ -96,6 +96,9 @@ useradd -r -g unbound -d %{_sysconfdir}/unbound -s /sbin/nologin \
%{_mandir}/*

%changelog
* Tue Aug 04 2026 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.26.0-1
- Auto-upgrade to 1.26.0 - none

* Wed Jul 22 2026 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.25.2-1
- Auto-upgrade to 1.25.2 - for CVE-2026-14586, CVE-2026-32665, CVE-2026-40691, CVE-2026-41637, CVE-2026-42955, CVE-2026-44621, CVE-2026-44687, CVE-2026-44690, CVE-2026-46582, CVE-2026-50045, CVE-2026-50046, CVE-2026-50243, CVE-2026-50248, CVE-2026-50251, CVE-2026-50252, CVE-2026-52863, CVE-2026-54478, CVE-2026-55708, CVE-2026-55717, CVE-2026-55973, CVE-2026-55990, CVE-2026-55991, CVE-2026-56416 and CVE-2026-56444

Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -29836,8 +29836,8 @@
"type": "other",
"other": {
"name": "unbound",
"version": "1.25.2",
"downloadUrl": "https://github.com/NLnetLabs/unbound/archive/release-1.25.2.tar.gz"
"version": "1.26.0",
"downloadUrl": "https://github.com/NLnetLabs/unbound/archive/release-1.26.0.tar.gz"
}
}
},
Expand Down
Loading