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/bind/bind.signatures.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"named.rwtab": "6a4c84b6709211d09f2d71491d4c66d1d4c0115a9db247a5ed2a9db10e575735",
"named.sysconfig": "8f8eff846667b7811358e289e9fe594de17d0e47f2b8cebf7840ad8db7f34816",
"setup-named-chroot.sh": "786fbc88c7929fadf217cf2286f2eb03b6fba14843e5da40ad43c0022dd71c3a",
"bind-9.20.18.tar.xz": "dfc546c990ac4515529cd45c4dd995862b18ae8a2d0cb29208e8896a5d325331"
"bind-9.20.21.tar.xz": "15e1b5a227d2890f7c4e823a6ea018de70ee2f3a0e859cbff3d82aad8590de03"
}
}
5 changes: 4 additions & 1 deletion SPECS/bind/bind.spec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

Summary: Domain Name System software
Name: bind
Version: 9.20.18
Version: 9.20.21
Release: 1%{?dist}
License: ISC
Vendor: Microsoft Corporation
Expand Down Expand Up @@ -536,6 +536,9 @@ fi;
%{_mandir}/man1/named-nzd2nzf.1*

%changelog
* Sat Mar 28 2026 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 9.20.21-1
- Auto-upgrade to 9.20.21 - for CVE-2026-3591, CVE-2026-3119, CVE-2026-3104, CVE-2026-1519

* Wed Jan 21 2026 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 9.20.18-1
- Auto-upgrade to 9.20.18 - for CVE-2025-13878

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
From daa392c65a4a578985fb3188ee81b1e80ee1791c Mon Sep 17 00:00:00 2001
From: Tobias Brick <tobiasb@microsoft.com>
Date: Mon, 24 Feb 2025 18:17:20 +0000
From f396312a54ea526e9aded068980b3ea4c861893a Mon Sep 17 00:00:00 2001
From: Kanishk Bansal <kanbansal@microsoft.com>
Date: Sat, 28 Mar 2026 18:49:42 +0000
Subject: [PATCH] fix maybe-uninitialized warning in dlz_mysqldyn_mod.c

Signed-off-by: Kanishk Bansal <kanbansal@microsoft.com>
---
build/contrib/dlz/modules/mysqldyn/dlz_mysqldyn_mod.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
Expand Down Expand Up @@ -30,5 +31,5 @@ index bdd0bcc..4488b94 100644
if (querystr == NULL) {
goto fail;
--
2.45.3
2.45.4

9 changes: 5 additions & 4 deletions SPECS/bind/nongit-fix.patch
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
From 440bfb303f5c0f5824dc744bb6cf41bc87899609 Mon Sep 17 00:00:00 2001
From f4d5596e9d6dda29c7de19d0463240ac761764ef Mon Sep 17 00:00:00 2001
From: Kanishk Bansal <kanbansal@microsoft.com>
Date: Wed, 21 Jan 2026 21:40:19 +0000
Date: Sat, 28 Mar 2026 18:44:03 +0000
Subject: [PATCH] nongit-fix.patch

Signed-off-by: Kanishk Bansal <kanbansal@microsoft.com>
---
configure.ac | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 057ae04..35102b8 100644
index c09513f..d354724 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,7 +19,7 @@ m4_define([bind_VERSION_MINOR], 20)dnl
m4_define([bind_VERSION_PATCH], 18)dnl
m4_define([bind_VERSION_PATCH], 21)dnl
m4_define([bind_VERSION_EXTRA], )dnl
m4_define([bind_DESCRIPTION], [(Stable Release)])dnl
-m4_define([bind_SRCID], [m4_esyscmd_s([git rev-parse --short HEAD | cut -b1-7])])dnl
Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -1107,8 +1107,8 @@
"type": "other",
"other": {
"name": "bind",
"version": "9.20.18",
"downloadUrl": "https://ftp.isc.org/isc/bind9/9.20.18/bind-9.20.18.tar.xz"
"version": "9.20.21",
"downloadUrl": "https://ftp.isc.org/isc/bind9/9.20.21/bind-9.20.21.tar.xz"
}
}
},
Expand Down
Loading