]> 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 20:50:24 +0000 (20:50 +0000)
committerFrancis Dupont <fdupont@isc.org>
Fri, 25 Jul 2008 20:50:24 +0000 (20:50 +0000)
CHANGES
bin/tests/system/ifconfig.sh
configure
configure.in
lib/bind/configure
lib/bind/configure.in

diff --git a/CHANGES b/CHANGES
index 868dbbc30abee6d0f9e21e43e24a256fccf6008e..2241f42ce38864eb78e504ab8f413a236ce126f0 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 9dab0c3a7557a962b8a78ab1ab9fde0da02b823a..70c0977dddaa65f0ce696f8bd8c4492c3d4b6fbf 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.10 2008/04/28 23:45:35 tbox Exp $
+# $Id: ifconfig.sh,v 1.35.2.8.2.11 2008/07/25 20:50:24 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
                        ;;
@@ -135,7 +135,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 c1ba7bbacd325cec72b4b0127b97188f60ca7af0..a2d15a0a746669aa19640546026fd8d736132a92 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.77 2008/06/25 00:03:22 jinmei Exp $
+# $Id: configure,v 1.284.2.19.2.78 2008/07/25 20:50:16 fdupont Exp $
 #
 # Portions Copyright (C) 1996-2001  Nominum, Inc.
 #
@@ -28346,7 +28346,7 @@ case "$host" in
        *-solaris2.[89])
                hack_shutup_pthreadonceinit=yes
                ;;
-       *-solaris2.10)
+       *-solaris2.1[0-9])
                hack_shutup_pthreadonceinit=yes
                ;;
 esac
index bbebeb1f55f9df7f4303285ce5d9735ea7030b40..009a4cacaffc88bcfe0b2e90b21d583ac0b884c2 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.85 $)
+AC_REVISION($Revision: 1.294.2.23.2.86 $)
 
 AC_INIT(lib/dns/name.c)
 AC_PREREQ(2.13)
@@ -1858,7 +1858,7 @@ case "$host" in
        [*-solaris2.[89]])
                hack_shutup_pthreadonceinit=yes
                ;;
-       *-solaris2.10)
+       *-solaris2.1[0-9])
                hack_shutup_pthreadonceinit=yes
                ;;
 esac
index 7ac889c35643c8a0419c79cfc50d37a7c76e854d..1fcdfed1ec71c89be932b237b2ed66419b11def8 100644 (file)
@@ -32464,7 +32464,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 da7faf6904f420bfa0115d2665c11e9dc2bba042..2e25566a8e2469f42a7580a3113271db05d75b9b 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.40 $)
+AC_REVISION($Revision: 1.83.2.5.2.41 $)
 
 AC_INIT(resolv/herror.c)
 AC_PREREQ(2.13)
@@ -2637,7 +2637,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