SHA256
1
0
forked from pool/bind

Accepting request 98618 from home:lmuelle:branches:network

- Ensure to create the required dir or sym link in /var/run; (bnc#738156).
- Cache lookup could return RRSIG data associated with nonexistent
  records, leading to an assertion failure. CVE-2011-4313; (bnc#730995).

OBS-URL: https://build.opensuse.org/request/show/98618
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=80
This commit is contained in:
Uwe Gansert
2012-01-03 15:16:12 +00:00
committed by Git OBS Bridge
parent e15a83c164
commit a3097226b3
13 changed files with 95 additions and 118 deletions

View File

@@ -1,6 +1,8 @@
--- bin/named/include/named/globals.h
+++ bin/named/include/named/globals.h 2009/01/28 11:01:54
@@ -121,9 +121,9 @@
Index: bin/named/include/named/globals.h
===================================================================
--- bin/named/include/named/globals.h.orig
+++ bin/named/include/named/globals.h
@@ -134,9 +134,9 @@ EXTERN const char * lwresd_g_defaultpid
"lwresd.pid");
#else
EXTERN const char * ns_g_defaultpidfile INIT(NS_LOCALSTATEDIR
@@ -12,8 +14,10 @@
#endif
EXTERN const char * ns_g_username INIT(NULL);
--- contrib/nanny/nanny.pl
+++ contrib/nanny/nanny.pl 2009/01/28 11:02:29
Index: contrib/nanny/nanny.pl
===================================================================
--- contrib/nanny/nanny.pl.orig
+++ contrib/nanny/nanny.pl
@@ -19,7 +19,7 @@
# A simple nanny to make sure named stays running.