diff --git a/package/bind/Config.in b/package/bind/Config.in index 4eb024b260..7e691a35ca 100644 --- a/package/bind/Config.in +++ b/package/bind/Config.in @@ -5,7 +5,7 @@ config BR2_PACKAGE_BIND depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL # libuv depends on BR2_INSTALL_LIBSTDCPP # liburcu depends on !BR2_STATIC_LIBS # libuv - depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # libuv + depends on BR2_TOOLCHAIN_GCC_AT_LEAST_8 depends on BR2_PACKAGE_LIBURCU_ARCH_SUPPORTS # liburcu select BR2_PACKAGE_LIBCAP select BR2_PACKAGE_LIBURCU @@ -48,9 +48,9 @@ config BR2_PACKAGE_BIND_TOOLS endif -comment "bind needs a toolchain w/ NPTL, dynamic library, C++, gcc >= 4.9" +comment "bind needs a toolchain w/ NPTL, dynamic library, C++, gcc >= 8" depends on BR2_USE_MMU depends on BR2_TOOLCHAIN_HAS_SYNC_4 depends on BR2_PACKAGE_LIBURCU_ARCH_SUPPORTS depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL || BR2_STATIC_LIBS \ - || !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 + || !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_GCC_AT_LEAST_8 diff --git a/package/bind/bind.hash b/package/bind/bind.hash index 2131f51978..8129fa2d2b 100644 --- a/package/bind/bind.hash +++ b/package/bind/bind.hash @@ -1,4 +1,4 @@ -# Verified from https://ftp.isc.org/isc/bind9/9.20.27/bind-9.20.27.tar.xz.asc +# Verified from https://ftp.isc.org/isc/bind9/9.20.27/bind-9.20.29.tar.xz.asc # with key 706B6C28620E76F91D11F7DF510A642A06C52CEC -sha256 145ab7a50b33a06d9d488b5e668c887e754f42acf8954e2b5dc7e238b080e4a0 bind-9.20.27.tar.xz +sha256 587029508b3b1b43229fae416c97e5543aba45809cefaca98a5004a02a5736c1 bind-9.20.29.tar.xz sha256 9734825d67a3ac967b2c2f7c9a83c9e5db1c2474dbe9599157c3a4188749ebd4 COPYRIGHT diff --git a/package/bind/bind.mk b/package/bind/bind.mk index 2b42e87d62..a05ef6c362 100644 --- a/package/bind/bind.mk +++ b/package/bind/bind.mk @@ -4,7 +4,7 @@ # ################################################################################ -BIND_VERSION = 9.20.27 +BIND_VERSION = 9.20.29 BIND_SOURCE= bind-$(BIND_VERSION).tar.xz BIND_SITE = https://ftp.isc.org/isc/bind9/$(BIND_VERSION) BIND_INSTALL_STAGING = YES