Skip to content

Commit 9e7194f

Browse files
CBL-Mariner-BotKanishk Bansal
andauthored
Merge PR "[AUTO-CHERRYPICK] [AUTOPATCHER-CORE] Upgrade bind to 9.20.23 for CVE-2026-3039, CVE-2026-3592, CVE-2026-3593, CVE-2026-5946, CVE-2026-5947, CVE-2026-5950 [HIGH] - branch 3.0-dev" microsoft#17403
Co-authored-by: Kanishk Bansal <kanbansal@microsoft.com>
1 parent af2be41 commit 9e7194f

4 files changed

Lines changed: 11 additions & 8 deletions

File tree

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.21.tar.xz": "15e1b5a227d2890f7c4e823a6ea018de70ee2f3a0e859cbff3d82aad8590de03"
17+
"bind-9.20.23.tar.xz": "5d4475aed3f9e500ef554b2b14d972bdb83d33de214a9b3be92918ea46908371"
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.21
12+
Version: 9.20.23
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+
* Fri May 22 2026 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 9.20.23-1
540+
- Auto-upgrade to 9.20.23 - for CVE-2026-3039, CVE-2026-3592, CVE-2026-3593, CVE-2026-5946, CVE-2026-5947, CVE-2026-5950
541+
539542
* Sat Mar 28 2026 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 9.20.21-1
540543
- Auto-upgrade to 9.20.21 - for CVE-2026-3591, CVE-2026-3119, CVE-2026-3104, CVE-2026-1519
541544

SPECS/bind/nongit-fix.patch

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
From f4d5596e9d6dda29c7de19d0463240ac761764ef Mon Sep 17 00:00:00 2001
1+
From f220d7701ef580b355144d78417fd1602a329cb2 Mon Sep 17 00:00:00 2001
22
From: Kanishk Bansal <kanbansal@microsoft.com>
3-
Date: Sat, 28 Mar 2026 18:44:03 +0000
3+
Date: Fri, 22 May 2026 08:13:35 +0000
44
Subject: [PATCH] nongit-fix.patch
55

66
Signed-off-by: Kanishk Bansal <kanbansal@microsoft.com>
@@ -9,11 +9,11 @@ Signed-off-by: Kanishk Bansal <kanbansal@microsoft.com>
99
1 file changed, 4 insertions(+), 2 deletions(-)
1010

1111
diff --git a/configure.ac b/configure.ac
12-
index c09513f..d354724 100644
12+
index b0a5372..6a63544 100644
1313
--- a/configure.ac
1414
+++ b/configure.ac
1515
@@ -19,7 +19,7 @@ m4_define([bind_VERSION_MINOR], 20)dnl
16-
m4_define([bind_VERSION_PATCH], 21)dnl
16+
m4_define([bind_VERSION_PATCH], 23)dnl
1717
m4_define([bind_VERSION_EXTRA], )dnl
1818
m4_define([bind_DESCRIPTION], [(Stable Release)])dnl
1919
-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.21",
1121-
"downloadUrl": "https://ftp.isc.org/isc/bind9/9.20.21/bind-9.20.21.tar.xz"
1120+
"version": "9.20.23",
1121+
"downloadUrl": "https://ftp.isc.org/isc/bind9/9.20.23/bind-9.20.23.tar.xz"
11221122
}
11231123
}
11241124
},

0 commit comments

Comments
 (0)