Hello community,

here is the log from the commit of package bind for openSUSE:Factory checked in 
at 2012-05-10 15:13:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bind (Old)
 and      /work/SRC/openSUSE:Factory/.bind.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bind", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/bind/bind.changes        2012-05-08 
12:25:32.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.bind.new/bind.changes   2012-05-10 
15:13:12.000000000 +0200
@@ -1,0 +2,5 @@
+Thu May 10 13:44:54 CEST 2012 - [email protected]
+
+- added patch to fix an assertion failure
+
+-------------------------------------------------------------------

New:
----
  assertion_failure_fix.diff

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

Other differences:
------------------
++++++ bind.spec ++++++
--- /var/tmp/diff_new_pack.7gfQNN/_old  2012-05-10 15:13:14.000000000 +0200
+++ /var/tmp/diff_new_pack.7gfQNN/_new  2012-05-10 15:13:14.000000000 +0200
@@ -53,6 +53,7 @@
 Patch52:        named-bootconf.diff
 Patch100:       configure.in.diff2
 Patch110:       workaround-compile-problem.diff
+Patch120:       assertion_failure_fix.diff
 Source60:       dlz-schema.txt
 %if %ul_version >= 1
 %define        VENDOR UL
@@ -187,6 +188,7 @@
 %patch100 -p1
 %endif
 %patch110 -p0
+%patch120 -p0
 # modify settings of some files regarding to OS version and vendor
 function replaceStrings()
 {

++++++ assertion_failure_fix.diff ++++++
--- bin/named/client.c
+++ bin/named/client.c  2012/05/10 11:39:32
@@ -240,7 +240,7 @@
        REQUIRE(client->state == NS_CLIENTSTATE_WORKING);
 
        LOCK(&client->manager->reclock);
-       client->state = NS_CLIENTSTATE_RECURSING;
+       client->newstate = client->state = NS_CLIENTSTATE_RECURSING;
        ISC_LIST_APPEND(client->manager->recursing, client, rlink);
        UNLOCK(&client->manager->reclock);
 }
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to