From adb76e55beb2f21a0af63194ad8ff1939c92c54c Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 6 May 2016 09:39:52 +0200 Subject: bind: update to 9.10.4 --- package/bind/Makefile | 4 ++-- package/bind/patches/patch-bin_Makefile_in | 11 ----------- package/bind/patches/patch-lib_export_dns_Makefile_in | 11 ----------- 3 files changed, 2 insertions(+), 24 deletions(-) delete mode 100644 package/bind/patches/patch-bin_Makefile_in delete mode 100644 package/bind/patches/patch-lib_export_dns_Makefile_in diff --git a/package/bind/Makefile b/package/bind/Makefile index e1f06a443..61315c1cc 100644 --- a/package/bind/Makefile +++ b/package/bind/Makefile @@ -4,9 +4,9 @@ include ${ADK_TOPDIR}/rules.mk PKG_NAME:= bind -PKG_VERSION:= 9.9.7 +PKG_VERSION:= 9.10.4 PKG_RELEASE:= 1 -PKG_HASH:= 3f23e7fcb363a2594ed1f065868c2c1080a93636a4fcb4c47f9e164e2cd74c66 +PKG_HASH:= f8d412b38d5ac390275b943bde69f4608f67862a45487ec854b30e4448fcb056 PKG_DESCR:= dns server PKG_SECTION:= net/dns PKG_DEPENDS:= libbind libxml2 diff --git a/package/bind/patches/patch-bin_Makefile_in b/package/bind/patches/patch-bin_Makefile_in deleted file mode 100644 index 51f748331..000000000 --- a/package/bind/patches/patch-bin_Makefile_in +++ /dev/null @@ -1,11 +0,0 @@ ---- bind-9.9.5.orig/bin/Makefile.in 2014-01-27 19:58:24.000000000 +0100 -+++ bind-9.9.5/bin/Makefile.in 2014-06-11 12:29:24.000000000 +0200 -@@ -19,7 +19,7 @@ srcdir = @srcdir@ - VPATH = @srcdir@ - top_srcdir = @top_srcdir@ - --SUBDIRS = named rndc dig dnssec tools tests nsupdate \ -+SUBDIRS = named rndc dig dnssec tools nsupdate \ - check confgen @PYTHON_TOOLS@ @PKCS11_TOOLS@ - TARGETS = - diff --git a/package/bind/patches/patch-lib_export_dns_Makefile_in b/package/bind/patches/patch-lib_export_dns_Makefile_in deleted file mode 100644 index 7d90cd49e..000000000 --- a/package/bind/patches/patch-lib_export_dns_Makefile_in +++ /dev/null @@ -1,11 +0,0 @@ ---- bind-9.9.7.orig/lib/export/dns/Makefile.in 2015-02-18 02:56:06.000000000 +0100 -+++ bind-9.9.7/lib/export/dns/Makefile.in 2015-06-07 16:24:50.000000000 +0200 -@@ -168,7 +168,7 @@ code.h: gen - ./gen -s ${srcdir} > code.h - - gen: ${srcdir}/gen.c -- ${CC} ${ALL_CFLAGS} ${LDFLAGS} -o $@ ${srcdir}/gen.c ${LIBS} -+ ${BUILD_CC} -I../../isc/include ${BUILD_CFLAGS} ${BUILD_LDFLAGS} -o $@ ${srcdir}/gen.c ${BUILD_LIBS} - - #We don't need rbtdb64 for this library - #rbtdb64.@O@: rbtdb.c -- cgit v1.2.3