Skip to content

Commit 483998e

Browse files
[Medium] Upgrade bind to fix CVE-2025-40777 (microsoft#14348)
1 parent 3d84a7b commit 483998e

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

SPECS/bind/bind.signatures.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Signatures": {
3-
"bind-9.20.9.tar.xz": "3d26900ed9c9a859073ffea9b97e292c1248dad18279b17b05fcb23c3091f86d",
3+
"bind-9.20.11.tar.xz": "4da2d532e668bc21e883f6e6d9d3d81794d9ec60b181530385649a56f46ee17a",
44
"dlz-modules-main.tar.gz": "884bef3535317a7757ad0e3556a27e2ed1a80f5b1040bce4074780c8719667d0",
55
"generate-rndc-key.sh": "da0964516a9abe4074e262a1d0b7f63e63b2150c4cc2dddaaca029010383c422",
66
"named-chroot.files": "5dbc7bd2a21836fb86cb740a2d4d72eb9f2b4f341996cd0c8ae9c39e95c0d76c",

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.9
12+
Version: 9.20.11
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 Jul 18 2025 Kevin Lockwood <[email protected]> - 9.20.11-1
540+
- Upgrade to 9.20.11 - for CVE-2025-40777
541+
539542
* Mon May 26 2025 CBL-Mariner Servicing Account <[email protected]> - 9.20.9-1
540543
- Auto-upgrade to 9.20.9 - for CVE-2025-40775
541544

SPECS/bind/nongit-fix.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ index 9701cdb..b7c84f6 100644
1212
--- a/configure.ac
1313
+++ b/configure.ac
1414
@@ -19,7 +19,7 @@ m4_define([bind_VERSION_MINOR], 20)dnl
15-
m4_define([bind_VERSION_PATCH], 9)dnl
15+
m4_define([bind_VERSION_PATCH], 11)dnl
1616
m4_define([bind_VERSION_EXTRA], )dnl
1717
m4_define([bind_DESCRIPTION], [(Stable Release)])dnl
1818
-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
@@ -1097,8 +1097,8 @@
10971097
"type": "other",
10981098
"other": {
10991099
"name": "bind",
1100-
"version": "9.20.9",
1101-
"downloadUrl": "https://ftp.isc.org/isc/bind9/9.20.9/bind-9.20.9.tar.xz"
1100+
"version": "9.20.11",
1101+
"downloadUrl": "https://ftp.isc.org/isc/bind9/9.20.11/bind-9.20.11.tar.xz"
11021102
}
11031103
}
11041104
},

0 commit comments

Comments
 (0)