[Buildroot] [git commit] package/bind: security bump version to 9.18.41
Julien Olivain
ju.o at free.fr
Fri Oct 31 18:21:25 UTC 2025
commit: https://git.buildroot.net/buildroot/commit/?id=f27a99010f66d1012fbf6f4402113ecc08761436
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master
Release notes:
https://ftp.isc.org/isc/bind9/9.18.41/doc/arm/html/notes.html
Changelog:
https://ftp.isc.org/isc/bind9/9.18.41/doc/arm/html/changelog.html
Fixes CVE-2025-8677, CVE-2025-40778 & CVE-2025-40780.
Signed-off-by: Bernd Kuhls <bernd at kuhls.net>
Signed-off-by: Julien Olivain <ju.o at free.fr>
---
package/bind/bind.hash | 4 ++--
package/bind/bind.mk | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/bind/bind.hash b/package/bind/bind.hash
index 50247bcf37..d601e87b75 100644
--- a/package/bind/bind.hash
+++ b/package/bind/bind.hash
@@ -1,4 +1,4 @@
-# Verified from https://ftp.isc.org/isc/bind9/9.18.33/bind-9.18.33.tar.xz.asc
+# Verified from https://ftp.isc.org/isc/bind9/9.18.41/bind-9.18.41.tar.xz.asc
# with key D99CCEAF879747014F038D63182E23579462EFAA
-sha256 fb373fac5ebbc41c645160afd5a9fb451918f6c0e69ab1d9474154e2b515de40 bind-9.18.33.tar.xz
+sha256 6ddc1d981511c4da0b203b0513af131e5d15e5f1c261145736fe1f35dd1fe79d bind-9.18.41.tar.xz
sha256 9734825d67a3ac967b2c2f7c9a83c9e5db1c2474dbe9599157c3a4188749ebd4 COPYRIGHT
diff --git a/package/bind/bind.mk b/package/bind/bind.mk
index c4d9047c4e..8b336ab781 100644
--- a/package/bind/bind.mk
+++ b/package/bind/bind.mk
@@ -4,7 +4,7 @@
#
################################################################################
-BIND_VERSION = 9.18.33
+BIND_VERSION = 9.18.41
BIND_SOURCE= bind-$(BIND_VERSION).tar.xz
BIND_SITE = https://ftp.isc.org/isc/bind9/$(BIND_VERSION)
BIND_INSTALL_STAGING = YES
More information about the buildroot
mailing list