[package] update bind to 9.6.0-P1 (#4791)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@17024 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
612c0e03a7
commit
4f35aa5dd0
@ -8,14 +8,14 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=bind
|
||||
PKG_VERSION:=9.5.0-P1
|
||||
PKG_RELEASE:=3
|
||||
PKG_VERSION:=9.6.0-P1
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:= \
|
||||
ftp://ftp.isc.org/isc/bind9/$(PKG_VERSION) \
|
||||
http://www.mirrorservice.org/sites/ftp.isc.org/isc/bind9/$(PKG_VERSION)
|
||||
PKG_MD5SUM:=a4f9dd6d205d24ec89fa4e44d8188197
|
||||
PKG_MD5SUM:=886b7eae55cfdc8cd8d2ca74a2f99c6e
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
START=50
|
||||
|
||||
config_file=/etc/bind/named.conf
|
||||
pid_file=/var/run/named.pid
|
||||
pid_file=/var/run/named/named.pid
|
||||
|
||||
start() {
|
||||
echo Starting isc-bind
|
||||
|
@ -1,8 +1,18 @@
|
||||
Index: bind-9.5.0-P1/configure
|
||||
Index: bind-9.6.0-P1/configure
|
||||
===================================================================
|
||||
--- bind-9.5.0-P1.orig/configure 2008-05-06 02:33:33.000000000 +0100
|
||||
+++ bind-9.5.0-P1/configure 2008-07-12 08:23:25.000000000 +0100
|
||||
@@ -6369,8 +6369,7 @@
|
||||
--- bind-9.6.0-P1.orig/configure 2008-05-06 02:33:33.000000000 +0100
|
||||
+++ bind-9.6.0-P1/configure 2008-07-12 08:23:25.000000000 +0100
|
||||
@@ -5449,8 +5449,7 @@
|
||||
{ { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
|
||||
See \`config.log' for more details." >&5
|
||||
echo "$as_me: error: cannot run test program while cross compiling
|
||||
-See \`config.log' for more details." >&2;}
|
||||
- { (exit 1); exit 1; }; }
|
||||
+See \`config.log' for more details." >&2;} }
|
||||
else
|
||||
cat >conftest.$ac_ext <<_ACEOF
|
||||
/* confdefs.h. */
|
||||
@@ -6791,8 +6790,7 @@
|
||||
else
|
||||
test "$cross_compiling" = yes &&
|
||||
{ { echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5
|
||||
@ -12,7 +22,7 @@ Index: bind-9.5.0-P1/configure
|
||||
if test -r "$devrandom"; then
|
||||
eval "$as_ac_File=yes"
|
||||
else
|
||||
@@ -25119,195 +25118,6 @@
|
||||
@@ -25535,195 +25533,6 @@
|
||||
# which provides some (all?) of the desired functions.
|
||||
#
|
||||
|
||||
@ -208,15 +218,3 @@ Index: bind-9.5.0-P1/configure
|
||||
#
|
||||
# Look for a 4.4BSD-style sa_len member in struct sockaddr.
|
||||
#
|
||||
Index: bind-9.5.0-P1/lib/bind/configure
|
||||
===================================================================
|
||||
--- bind-9.5.0-P1.orig/lib/bind/configure 2008-04-29 00:51:46.000000000 +0100
|
||||
+++ bind-9.5.0-P1/lib/bind/configure 2008-06-08 15:16:17.000000000 +0100
|
||||
@@ -5292,6 +5292,7 @@
|
||||
if { as_var=$as_ac_File; eval "test \"\${$as_var+set}\" = set"; }; then
|
||||
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||
else
|
||||
+cross_compiling=no
|
||||
test "$cross_compiling" = yes &&
|
||||
{ { echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5
|
||||
echo "$as_me: error: cannot check for file existence when cross compiling" >&2;}
|
||||
|
Loading…
x
Reference in New Issue
Block a user