Hello community,

here is the log from the commit of package bind for openSUSE:Factory
checked in at Mon May 23 10:07:51 CEST 2011.



--------
--- bind/bind.changes   2011-02-24 11:17:19.000000000 +0100
+++ /mounts/work_src_done/STABLE/bind/bind.changes      2011-05-19 
11:53:02.000000000 +0200
@@ -1,0 +2,22 @@
+Thu May 19 11:52:49 CEST 2011 - [email protected]
+
+- buildreq update-desktop-files for newer rpms
+
+-------------------------------------------------------------------
+Thu May  5 16:59:49 CEST 2011 - [email protected]
+
+- The ADB hash table stores informations about which authoritative
+  servers to query about particular domains
+- BIND now supports a new zone type, static-stub
+- BIND now supports Response Policy Zones
+- BIND 9.8.0 now has DNS64 support
+- Dynamically Loadable Zones (DLZ) now support dynamic updates.
+- Added a "dlopen" DLZ driver, allowing the creation of external DLZ
+  drivers that can be loaded as shared objects at runtime rather than
+  having to be linked with named
+- named now retains GSS-TSIG keys across restarts
+- There is a new update-policy match type "external".
+- bugfixes
+- version to 9.8.0
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  bind-9.7.3.tar.gz

New:
----
  bind-9.8.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ bind.spec ++++++
--- /var/tmp/diff_new_pack.ZqOnPE/_old  2011-05-23 10:07:09.000000000 +0200
+++ /var/tmp/diff_new_pack.ZqOnPE/_new  2011-05-23 10:07:09.000000000 +0200
@@ -20,12 +20,13 @@
 
 Name:           bind
 %define pkg_name bind
-%define pkg_vers 9.7.3
+%define pkg_vers 9.8.0
 BuildRequires:  openldap2-devel
 BuildRequires:  libcap libcap-devel libmysqlclient-devel libxml2-devel openssl 
openssl-devel
+BuildRequires:  update-desktop-files
 BuildRequires:  krb5-devel
 Summary:        Domain Name System (DNS) Server (named)
-Version:        9.7.3
+Version:        9.8.0
 Release:        1
 License:        BSD3c(or similar) ; MIT License (or similar)
 Group:          Productivity/Networking/DNS/Servers

++++++ bind-9.7.3.tar.gz -> bind-9.8.0.tar.gz ++++++
bind/bind-9.7.3.tar.gz /mounts/work_src_done/STABLE/bind/bind-9.8.0.tar.gz 
differ: char 5, line 1

++++++ vendor-files.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vendor-files/init/named new/vendor-files/init/named
--- old/vendor-files/init/named 2010-11-23 14:38:38.000000000 +0100
+++ new/vendor-files/init/named 2011-04-15 10:56:52.000000000 +0200
@@ -41,8 +41,23 @@
 PATH="/sbin:/usr/sbin:/bin:/usr/bin"
 SYSCONFIG_FILE="/etc/sysconfig/named"
 NAMED_CONF="/etc/named.conf"
+NAMED_BIN="/usr/sbin/named"
+
+if ! [ -x "$NAMED_BIN" ]; then
+    case $1 in
+    stop)   ;;
+    *)  echo -n >&2 "$0: \"$NAMED_BIN\" is not an executable file. Exiting."
+        case $1 in
+        status) rc_failed 4 ;;
+        *)  rc_failed 5 ;;
+        esac
+        rc_status -v
+    ;;
+    esac
+    rc_exit
+fi
 
-if [ "$1" != "stop" ]; then
+if [ "$1" != "stop" -a "$1" != "status" ]; then
        for configfile in ${SYSCONFIG_FILE} ${NAMED_CONF}; do
                if [ ! -f ${configfile} ]; then
                        echo -n "Name server configuration file ${configfile} 
does not exist. "
@@ -80,7 +95,6 @@
        CHROOT_PREFIX=""
 fi
 
-NAMED_BIN="/usr/sbin/named"
 NAMED_CHECKCONF_BIN="/usr/sbin/named-checkconf"
 NAMED_CONF_META_INCLUDE_FILE_SCRIPT="/usr/share/bind/createNamedConfInclude"
 NAMED_PID="${CHROOT_PREFIX}/var/run/named/named.pid"
@@ -340,8 +354,9 @@
     status)
        echo -n "Checking for nameserver BIND "
     checkproc -p ${NAMED_PID} ${NAMED_BIN}
-       if [ $? -ne 0 ]; then
-           checkproc -p ${NAMED_PID} ${NAMED_BIN}
+    v=$?
+       if [ $v -ne 0 ]; then
+        rc_failed $v
        else
                test "${RNDC_BIN}" && echo && ${RNDC_BIN} status && echo -en 
"${esc}[1A"
         true


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to