diff --git a/CHANGES b/CHANGES index 4ff2c5fa6c..b6c81b3d65 100644 --- 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] diff --git a/bin/tests/system/ifconfig.sh b/bin/tests/system/ifconfig.sh index da08026d0c..da448e1071 100644 --- a/bin/tests/system/ifconfig.sh +++ b/bin/tests/system/ifconfig.sh @@ -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 ;; diff --git a/configure b/configure index 2428e85ba1..94c4ba17f0 100755 --- 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 diff --git a/configure.in b/configure.in index 0ed9c480c5..452a91da1a 100644 --- a/configure.in +++ b/configure.in @@ -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 diff --git a/lib/bind/configure b/lib/bind/configure index 556b618c17..077268f677 100644 --- a/lib/bind/configure +++ b/lib/bind/configure @@ -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 diff --git a/lib/bind/configure.in b/lib/bind/configure.in index 623625e1f9..616a19abd3 100644 --- a/lib/bind/configure.in +++ b/lib/bind/configure.in @@ -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