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:
commit
2a2be8bcc1
11
assertion_failure_fix.diff
Normal file
11
assertion_failure_fix.diff
Normal 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);
|
||||
}
|
@ -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
|
||||
|
||||
|
@ -53,6 +53,7 @@ Patch51: pie_compile.diff
|
||||
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 @@ Name Domain (BIND) DNS server is found in the package named bind.
|
||||
%patch100 -p1
|
||||
%endif
|
||||
%patch110 -p0
|
||||
%patch120 -p0
|
||||
# modify settings of some files regarding to OS version and vendor
|
||||
function replaceStrings()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user