]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Support Solaris 2.11 and over. [RT #18362]
authorFrancis Dupont <fdupont@isc.org>
Fri, 25 Jul 2008 21:03:12 +0000 (21:03 +0000)
committerFrancis Dupont <fdupont@isc.org>
Fri, 25 Jul 2008 21:03:12 +0000 (21:03 +0000)
CHANGES
bin/tests/system/ifconfig.sh
configure
configure.in
lib/bind/configure
lib/bind/configure.in

diff --git a/CHANGES b/CHANGES
index 9aa70a80c7648d0d3a22fda637987b8fb08ce170..d3ece648f9dc82e9db6b5999b0a54f620dec29b7 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,5 @@
+2402.  [port]          Support Solaris 2.11 and over. [RT #18362]
+
 2401.  [bug]           Expect to get E[MN]FILE errno internal_accept()
                        (from accept() or fcntl() system calls). [RT #18358]
 
index 13170a77b5ee049db7aa3d2771b04b2d11b9e0ac..692b37f08eebfab41aa302d684539e5e15ba7b31 100644 (file)
@@ -15,7 +15,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: ifconfig.sh,v 1.35.2.8.2.8 2004/10/05 03:18:16 marka Exp $
+# $Id: ifconfig.sh,v 1.35.2.8.2.8.24.1 2008/07/25 21:03:12 fdupont Exp $
 
 #
 # Set up interface aliases for bind9 system tests.
@@ -72,7 +72,7 @@ case "$1" in
                    *-sun-solaris2.[6-7])
                        ifconfig lo0:$int 10.53.0.$ns netmask 0xffffffff up
                        ;;
-                   *-*-solaris2.[8-9]|*-*-solaris2.10)
+                   *-*-solaris2.[8-9]|*-*-solaris2.1[0-9])
                        /sbin/ifconfig lo0:$int plumb
                        /sbin/ifconfig lo0:$int 10.53.0.$ns up
                        ;;
@@ -132,7 +132,7 @@ case "$1" in
                    *-sun-solaris2.[6-7])
                        ifconfig lo0:$int 10.53.0.$ns down
                        ;;
-                   *-*-solaris2.[8-9]|*-*-solaris2.10)
+                   *-*-solaris2.[8-9]|*-*-solaris2.1[0-9])
                        ifconfig lo0:$int 10.53.0.$ns down
                        ifconfig lo0:$int 10.53.0.$ns unplumb
                        ;;
index 514a7ac14a70e36c67baac2b316d11740a0e71b9..cee8bc15948629b5d0d79a883fe1a0ca5aebff38 100755 (executable)
--- a/configure
+++ b/configure
@@ -14,7 +14,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 #
-# $Id: configure,v 1.284.2.19.2.74 2008/01/11 04:51:58 marka Exp $
+# $Id: configure,v 1.284.2.19.2.74.2.1 2008/07/25 21:03:05 fdupont Exp $
 #
 # Portions Copyright (C) 1996-2001  Nominum, Inc.
 #
@@ -27892,7 +27892,7 @@ case "$host" in
        *-solaris2.[89])
                hack_shutup_pthreadonceinit=yes
                ;;
-       *-solaris2.10)
+       *-solaris2.1[0-9])
                hack_shutup_pthreadonceinit=yes
                ;;
 esac
index d4ea2bd2fe90a893917e185605c89b54aef0d9d9..67ebe68e9a93dec6989adb5f2ef0eca7d34bd597 100644 (file)
@@ -18,7 +18,7 @@ AC_DIVERT_PUSH(1)dnl
 esyscmd([sed "s/^/# /" COPYRIGHT])dnl
 AC_DIVERT_POP()dnl
 
-AC_REVISION($Revision: 1.294.2.23.2.82 $)
+AC_REVISION($Revision: 1.294.2.23.2.82.2.1 $)
 
 AC_INIT(lib/dns/name.c)
 AC_PREREQ(2.13)
@@ -1812,7 +1812,7 @@ case "$host" in
        [*-solaris2.[89]])
                hack_shutup_pthreadonceinit=yes
                ;;
-       *-solaris2.10)
+       *-solaris2.1[0-9])
                hack_shutup_pthreadonceinit=yes
                ;;
 esac
index 0926fd9df62e4f01096a27435b03e05eeb497842..3e7db20c649fefde24cdc35ff1c6b596d41d0eed 100644 (file)
@@ -32274,7 +32274,7 @@ case "$host" in
        *-solaris2.9)
                hack_shutup_in6addr_init_macros=yes
                ;;
-       *-solaris2.10)
+       *-solaris2.1[0-9])
                hack_shutup_in6addr_init_macros=yes
                ;;
 esac
index 8cc91e8e8fd58d5e4fcad3191600f1d291a0aff7..4b752f93f1e1eda0d4720c6eef668a1415662e7f 100644 (file)
@@ -13,7 +13,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-AC_REVISION($Revision: 1.83.2.5.2.38 $)
+AC_REVISION($Revision: 1.83.2.5.2.38.2.1 $)
 
 AC_INIT(resolv/herror.c)
 AC_PREREQ(2.13)
@@ -2590,7 +2590,7 @@ case "$host" in
        *-solaris2.9)
                hack_shutup_in6addr_init_macros=yes
                ;;
-       *-solaris2.10)
+       *-solaris2.1[0-9])
                hack_shutup_in6addr_init_macros=yes
                ;;
 esac