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

diff --git a/CHANGES b/CHANGES
index 4ff2c5fa6c09cf8693830387ab7de7699251fbe9..b6c81b3d6560422671d47f4205851d99f45d4558 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 da08026d0c53fe4d1a9de5fabfdb60a3eb51dd41..da448e10715003c0fd35af7f37b330ea66dbb710 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.53 2008/03/03 23:47:02 tbox Exp $
+# $Id: ifconfig.sh,v 1.54 2008/07/25 20:40:07 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 2428e85ba19ace2981714a3ac741dd0567585f57..94c4ba17f07916de0d1cd947d8a378d30a364e68 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.430 2008/06/23 19:42:21 jinmei Exp $
+# $Id: configure,v 1.431 2008/07/25 20:40:05 fdupont Exp $
 #
 # Portions Copyright (C) 1996-2001  Nominum, Inc.
 #
@@ -28898,7 +28898,7 @@ case "$host" in
        *-solaris2.[89])
                hack_shutup_pthreadonceinit=yes
                ;;
-       *-solaris2.10)
+       *-solaris2.1[0-9])
                hack_shutup_pthreadonceinit=yes
                ;;
 esac
index 0ed9c480c54464ea9c6615d556e26ec905bbde43..452a91da1a1ca6c38499edc1455af18d9d16a628 100644 (file)
@@ -18,7 +18,7 @@ AC_DIVERT_PUSH(1)dnl
 esyscmd([sed "s/^/# /" COPYRIGHT])dnl
 AC_DIVERT_POP()dnl
 
-AC_REVISION($Revision: 1.444 $)
+AC_REVISION($Revision: 1.445 $)
 
 AC_INIT(lib/dns/name.c)
 AC_PREREQ(2.59)
@@ -2072,7 +2072,7 @@ case "$host" in
        [*-solaris2.[89]])
                hack_shutup_pthreadonceinit=yes
                ;;
-       *-solaris2.10)
+       *-solaris2.1[0-9])
                hack_shutup_pthreadonceinit=yes
                ;;
 esac
index 556b618c173fab6e4c9d244d72400d63f3678f56..077268f6778bb249fdde94bd7b20410e7cda32c4 100644 (file)
@@ -32755,7 +32755,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 623625e1f9a1b9b0678e84aebe64c1a68c228284..616a19abd38b7ea145c3401e4922f13731f4bb50 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.135 $)
+AC_REVISION($Revision: 1.136 $)
 
 AC_INIT(resolv/herror.c)
 AC_PREREQ(2.13)
@@ -2778,7 +2778,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