Skip to content

Commit fc46ebe

Browse files
CBL-Mariner-BotKanishk Bansal
andauthored
Merge PR "[AUTO-CHERRYPICK] [AUTOPATCHER-CORE] Upgrade bind to 9.20.21 for CVE-2026-3591, CVE-2026-3119, CVE-2026-3104, CVE-2026-1519 [HIGH] - branch 3.0-dev" #16373
Signed-off-by: Kanishk Bansal <kanbansal@microsoft.com> Co-authored-by: Kanishk Bansal <kanbansal@microsoft.com>
1 parent 5d0e93c commit fc46ebe

File tree

5 files changed

+17
-12
lines changed

5 files changed

+17
-12
lines changed

SPECS/bind/bind.signatures.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"named.rwtab": "6a4c84b6709211d09f2d71491d4c66d1d4c0115a9db247a5ed2a9db10e575735",
1515
"named.sysconfig": "8f8eff846667b7811358e289e9fe594de17d0e47f2b8cebf7840ad8db7f34816",
1616
"setup-named-chroot.sh": "786fbc88c7929fadf217cf2286f2eb03b6fba14843e5da40ad43c0022dd71c3a",
17-
"bind-9.20.18.tar.xz": "dfc546c990ac4515529cd45c4dd995862b18ae8a2d0cb29208e8896a5d325331"
17+
"bind-9.20.21.tar.xz": "15e1b5a227d2890f7c4e823a6ea018de70ee2f3a0e859cbff3d82aad8590de03"
1818
}
1919
}

SPECS/bind/bind.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
Summary: Domain Name System software
1111
Name: bind
12-
Version: 9.20.18
12+
Version: 9.20.21
1313
Release: 1%{?dist}
1414
License: ISC
1515
Vendor: Microsoft Corporation
@@ -536,6 +536,9 @@ fi;
536536
%{_mandir}/man1/named-nzd2nzf.1*
537537

538538
%changelog
539+
* Sat Mar 28 2026 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 9.20.21-1
540+
- Auto-upgrade to 9.20.21 - for CVE-2026-3591, CVE-2026-3119, CVE-2026-3104, CVE-2026-1519
541+
539542
* Wed Jan 21 2026 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 9.20.18-1
540543
- Auto-upgrade to 9.20.18 - for CVE-2025-13878
541544

SPECS/bind/fix-maybe-uninitialized-warning-in-dlz_mysqldyn_mod.patch

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
From daa392c65a4a578985fb3188ee81b1e80ee1791c Mon Sep 17 00:00:00 2001
2-
From: Tobias Brick <tobiasb@microsoft.com>
3-
Date: Mon, 24 Feb 2025 18:17:20 +0000
1+
From f396312a54ea526e9aded068980b3ea4c861893a Mon Sep 17 00:00:00 2001
2+
From: Kanishk Bansal <kanbansal@microsoft.com>
3+
Date: Sat, 28 Mar 2026 18:49:42 +0000
44
Subject: [PATCH] fix maybe-uninitialized warning in dlz_mysqldyn_mod.c
55

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

SPECS/bind/nongit-fix.patch

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

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

1011
diff --git a/configure.ac b/configure.ac
11-
index 057ae04..35102b8 100644
12+
index c09513f..d354724 100644
1213
--- a/configure.ac
1314
+++ b/configure.ac
1415
@@ -19,7 +19,7 @@ m4_define([bind_VERSION_MINOR], 20)dnl
15-
m4_define([bind_VERSION_PATCH], 18)dnl
16+
m4_define([bind_VERSION_PATCH], 21)dnl
1617
m4_define([bind_VERSION_EXTRA], )dnl
1718
m4_define([bind_DESCRIPTION], [(Stable Release)])dnl
1819
-m4_define([bind_SRCID], [m4_esyscmd_s([git rev-parse --short HEAD | cut -b1-7])])dnl

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1117,8 +1117,8 @@
11171117
"type": "other",
11181118
"other": {
11191119
"name": "bind",
1120-
"version": "9.20.18",
1121-
"downloadUrl": "https://ftp.isc.org/isc/bind9/9.20.18/bind-9.20.18.tar.xz"
1120+
"version": "9.20.21",
1121+
"downloadUrl": "https://ftp.isc.org/isc/bind9/9.20.21/bind-9.20.21.tar.xz"
11221122
}
11231123
}
11241124
},

0 commit comments

Comments
 (0)