Waldemar Brodkorb пре 10 година
родитељ
комит
914525ec73

+ 5 - 5
package/bind/Makefile

@@ -4,9 +4,9 @@
 include ${TOPDIR}/rules.mk
 
 PKG_NAME:=		bind
-PKG_VERSION:=		9.7.3
-PKG_RELEASE:=		2
-PKG_MD5SUM:=		207477c4cf95f2db5be0ded8a22669e0
+PKG_VERSION:=		9.9.5
+PKG_RELEASE:=		1
+PKG_MD5SUM:=		e676c65cad5234617ee22f48e328c24e
 PKG_DESCR:=		dns server
 PKG_SECTION:=		net/dns
 PKG_DEPENDS:=		libopenssl libbind libxml2 libstdcxx
@@ -54,9 +54,9 @@ $(eval $(call PKG_template,BIND_HOST,bind-host,${PKG_VERSION}-${PKG_RELEASE},${P
 $(eval $(call PKG_template,BIND_DIG,bind-dig,${PKG_VERSION}-${PKG_RELEASE},${PKGSS_BIND_DIG},${PKGSD_BIND_DIG},${PKGSC_BIND_DIG}))
 $(eval $(call PKG_template,LIBBIND,libbind,${PKG_VERSION}-${PKG_RELEASE},,${PKGSD_LIBBIND},${PKGSC_LIBBIND},${PKG_OPTS}))
 
-TARGET_CFLAGS:=         $(filter-out -flto,$(TARGET_CFLAGS))
 CONFIGURE_ARGS+=	--with-randomdev=/dev/urandom \
-			--disable-threads \
+			--with-ecdsa=no \
+			--with-gost=no \
 			--with-openssl=${STAGING_TARGET_DIR}/usr \
 			--with-libxml2=${STAGING_TARGET_DIR}/usr \
 			--enable-epoll \

+ 11 - 0
package/bind/patches/patch-bin_Makefile_in

@@ -0,0 +1,11 @@
+--- 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 =
+ 

+ 0 - 11
package/bind/patches/patch-ltmain_sh

@@ -1,11 +0,0 @@
---- bind-9.7.0.orig/ltmain.sh	2009-01-19 02:38:41.000000000 +0100
-+++ bind-9.7.0/ltmain.sh	2011-01-14 18:53:09.000000000 +0100
-@@ -1706,7 +1706,7 @@ EOF
-       # -F/path gives path to uninstalled frameworks, gcc on darwin
-       # @file GCC response files
-       -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \
--      -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*)
-+      -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-fstack-protector*|-flto)
- 
- 	# Unknown arguments in both finalize_command and compile_command need
- 	# to be aesthetically quoted because they are evaled later.