Accepting request 120594 from network

- added patch to fix an assertion failure

OBS-URL: https://build.opensuse.org/request/show/120594
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bind?expand=0&rev=77
This commit is contained in:
Stephan Kulow 2012-05-10 13:13:10 +00:00 committed by Git OBS Bridge
commit 2a2be8bcc1
3 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,11 @@
--- 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);
}

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu May 10 13:44:54 CEST 2012 - ug@suse.de
- added patch to fix an assertion failure
------------------------------------------------------------------- -------------------------------------------------------------------
Fri May 4 17:01:24 CEST 2012 - ug@suse.de Fri May 4 17:01:24 CEST 2012 - ug@suse.de

View File

@ -53,6 +53,7 @@ Patch51: pie_compile.diff
Patch52: named-bootconf.diff Patch52: named-bootconf.diff
Patch100: configure.in.diff2 Patch100: configure.in.diff2
Patch110: workaround-compile-problem.diff Patch110: workaround-compile-problem.diff
Patch120: assertion_failure_fix.diff
Source60: dlz-schema.txt Source60: dlz-schema.txt
%if %ul_version >= 1 %if %ul_version >= 1
%define VENDOR UL %define VENDOR UL
@ -187,6 +188,7 @@ Name Domain (BIND) DNS server is found in the package named bind.
%patch100 -p1 %patch100 -p1
%endif %endif
%patch110 -p0 %patch110 -p0
%patch120 -p0
# modify settings of some files regarding to OS version and vendor # modify settings of some files regarding to OS version and vendor
function replaceStrings() function replaceStrings()
{ {