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

diff --git a/CHANGES b/CHANGES
index 23781a1ef54a5c339bdd9bf5f8459179f7ca8e6f..f986a2d052b2730ceb2f6fde3bbcaffa7a1205bb 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 948ad76faa478810d2e3264067d8259420a48358..a48efb76572355a439b070e2c8947f3367d0e062 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.46.18.3 2004/10/05 03:18:21 marka Exp $
+# $Id: ifconfig.sh,v 1.46.18.3.50.1 2008/07/25 20:59:06 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 edb47a08bcedc3dfb8b12ed5a5d5fe25f3dbc5bf..6755c5bc2a9628d02b5e93f95c60750293a3890b 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.339.18.69 2007/09/14 04:27:29 marka Exp $
+# $Id: configure,v 1.339.18.69.8.1 2008/07/25 20:59:01 fdupont Exp $
 #
 # Portions Copyright (C) 1996-2001  Nominum, Inc.
 #
@@ -28046,7 +28046,7 @@ case "$host" in
        *-solaris2.[89])
                hack_shutup_pthreadonceinit=yes
                ;;
-       *-solaris2.10)
+       *-solaris2.1[0-9])
                hack_shutup_pthreadonceinit=yes
                ;;
 esac
index b9280a30a5c4e47bcea25c759101c4fb7b9bcbe1..59c4318dad2675322c7fc92c784636807349300e 100644 (file)
@@ -18,7 +18,7 @@ AC_DIVERT_PUSH(1)dnl
 esyscmd([sed "s/^/# /" COPYRIGHT])dnl
 AC_DIVERT_POP()dnl
 
-AC_REVISION($Revision: 1.355.18.71 $)
+AC_REVISION($Revision: 1.355.18.71.8.1 $)
 
 AC_INIT(lib/dns/name.c)
 AC_PREREQ(2.59)
@@ -1839,7 +1839,7 @@ case "$host" in
        [*-solaris2.[89]])
                hack_shutup_pthreadonceinit=yes
                ;;
-       *-solaris2.10)
+       *-solaris2.1[0-9])
                hack_shutup_pthreadonceinit=yes
                ;;
 esac
index 403c09e0b03095351e3ac0ff2f6d839e7e96a87b..4e1fbc113ffbaff31fc2bd4c9cbe33ac815ca4f0 100644 (file)
@@ -32384,7 +32384,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 82bea78210082ac09de5b7a655fbe56eb6a5a820..bda523ce71acfc39b97403cebd93a3964557749e 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.90.18.34 $)
+AC_REVISION($Revision: 1.90.18.34.10.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