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:
committed by
Git OBS Bridge
parent
e15a83c164
commit
a3097226b3
@@ -1,5 +1,7 @@
|
||||
--- contrib/named-bootconf/named-bootconf.sh
|
||||
+++ contrib/named-bootconf/named-bootconf.sh 2006/11/06 08:59:04
|
||||
Index: contrib/named-bootconf/named-bootconf.sh
|
||||
===================================================================
|
||||
--- contrib/named-bootconf/named-bootconf.sh.orig
|
||||
+++ contrib/named-bootconf/named-bootconf.sh
|
||||
@@ -54,7 +54,8 @@
|
||||
# POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
@@ -10,7 +12,7 @@
|
||||
( umask 077 ; mkdir $WORKDIR ) || {
|
||||
echo "unable to create work directory '$WORKDIR'" >&2
|
||||
exit 1
|
||||
@@ -308,7 +309,7 @@
|
||||
@@ -308,7 +309,7 @@ if [ $DUMP -eq 1 ]; then
|
||||
cat $ZONEFILE $COMMENTFILE
|
||||
|
||||
rm -f $OPTIONFILE $ZONEFILE $COMMENTFILE
|
||||
|
Reference in New Issue
Block a user