diff --git a/net/bind/Makefile b/net/bind/Makefile index 52f203dc0..81585a0c4 100644 --- a/net/bind/Makefile +++ b/net/bind/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=bind -PKG_VERSION:=9.11.5-P1 +PKG_VERSION:=9.12.3-P1 PKG_RELEASE:=1 USERID:=bind=57:bind=57 @@ -20,13 +20,14 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:= \ https://www.mirrorservice.org/sites/ftp.isc.org/isc/bind9/$(PKG_VERSION) \ https://ftp.isc.org/isc/bind9/$(PKG_VERSION) -PKG_HASH:=6cd6dbf016569f12d4a0ed629e44e895d9ed41c6908274ed2e617666c5491928 +PKG_HASH:=6cb79389d787368af27f01c65a9fa09be1fd062eda37c94819a1a0178d5ded73 PKG_FIXUP:=autoreconf PKG_REMOVE_FILES:=aclocal.m4 libtool.m4 PKG_INSTALL:=1 PKG_USE_MIPS16:=0 +PKG_BUILD_PARALLEL:=1 PKG_CONFIG_DEPENDS := \ CONFIG_BIND_ENABLE_FILTER_AAAA \ @@ -118,8 +119,7 @@ endef export BUILD_CC="$(TARGET_CC)" CONFIGURE_ARGS += \ - --enable-shared \ - --enable-static \ + --enable-ipv6=$(if $(CONFIG_IPV6),yes,no) \ --with-randomdev="/dev/urandom" \ --disable-threads \ --disable-linux-caps \ diff --git a/net/bind/patches/001-no-tests.patch b/net/bind/patches/001-no-tests.patch index 4a4fa44e8..02049fd32 100644 --- a/net/bind/patches/001-no-tests.patch +++ b/net/bind/patches/001-no-tests.patch @@ -1,7 +1,5 @@ -Index: bind-9.11.5/bin/Makefile.in -=================================================================== ---- bind-9.11.5.orig/bin/Makefile.in -+++ bind-9.11.5/bin/Makefile.in +--- a/bin/Makefile.in ++++ b/bin/Makefile.in @@ -12,7 +12,7 @@ VPATH = @srcdir@ top_srcdir = @top_srcdir@ diff --git a/net/bind/patches/002-autoconf-ar-fix.patch b/net/bind/patches/002-autoconf-ar-fix.patch index 9d47bf205..1bf444c8d 100644 --- a/net/bind/patches/002-autoconf-ar-fix.patch +++ b/net/bind/patches/002-autoconf-ar-fix.patch @@ -1,8 +1,6 @@ -Index: bind-9.11.5/configure.in -=================================================================== ---- bind-9.11.5.orig/configure.in -+++ bind-9.11.5/configure.in -@@ -181,26 +181,11 @@ esac +--- a/configure.in ++++ b/configure.in +@@ -182,26 +182,11 @@ esac # AC_CONFIG_FILES([make/rules make/includes])