packages: bind/bind-named.conf, bind/bind.spec - enable bind.keys file for ...

psz psz at pld-linux.org
Wed May 4 11:57:44 CEST 2011


Author: psz                          Date: Wed May  4 09:57:44 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- enable bind.keys file for DNSSEC
- rel 3

---- Files affected:
packages/bind:
   bind-named.conf (1.3 -> 1.4) , bind.spec (1.313 -> 1.314) 

---- Diffs:

================================================================
Index: packages/bind/bind-named.conf
diff -u packages/bind/bind-named.conf:1.3 packages/bind/bind-named.conf:1.4
--- packages/bind/bind-named.conf:1.3	Fri Sep 17 18:03:07 2010
+++ packages/bind/bind-named.conf	Wed May  4 11:57:39 2011
@@ -10,7 +10,9 @@
 //	listen-on { none; };
 //	listen-on-v6 { any; };
 
-	dnssec-validation yes;  # enable DNSSEC validation
+        #dnssec-enable yes;      # enable DNSSEC, default yes
+        dnssec-validation auto;  # enable DNSSEC validation with the key from bind.keys
+        dnssec-lookaside auto;   # enable DNSSEC DLV registry check with the key from bind.keys
 };
 
 zone "localhost" IN {
@@ -53,15 +55,4 @@
         category xfer-in { xfer-log; };
         category xfer-out { xfer-log; };
         category notify { xfer-log; };
-};
-
-managed-keys {
-    "." initial-key 257 3 8
-	"AwEAAagAIKlVZrpC6Ia7gEzahOR+9W29euxhJhVVLOyQbSEW0O8gcCjF
-	 FVQUTf6v58fLjwBd0YI0EzrAcQqBGCzh/RStIoO8g0NfnfL2MTJRkxoX
-	 bfDaUeVPQuYEhg37NZWAJQ9VnMVDxP/VHL496M/QZxkjf5/Efucp2gaD
-	 X6RS6CXpoY68LsvPVjR0ZSwzz1apAzvN9dlzEheX7ICJBBtuA6G3LQpz
-	 W5hOA2hzCTMjJPJ8LbqF6dsV6DoBQzgul0sGIcGOYl7OyQdXfZ57relS
-	 Qageu+ipAdTTJ25AsRTAoub8ONGcLmqrAmRLKBP1dfwhYB4N7knNnulq
-	 QxA+Uk1ihz0=";
 };

================================================================
Index: packages/bind/bind.spec
diff -u packages/bind/bind.spec:1.313 packages/bind/bind.spec:1.314
--- packages/bind/bind.spec:1.313	Thu Mar 31 20:13:27 2011
+++ packages/bind/bind.spec	Wed May  4 11:57:39 2011
@@ -32,7 +32,7 @@
 Summary(zh_CN.UTF-8):	Internet 域名服务器
 Name:		bind
 Version:	%{ver}%{pverdot}
-Release:	2
+Release:	3
 Epoch:		7
 License:	BSD-like
 Group:		Networking/Daemons
@@ -621,6 +621,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.314  2011/05/04 09:57:39  psz
+- enable bind.keys file for DNSSEC
+- rel 3
+
 Revision 1.313  2011/03/31 18:13:27  arekm
 - release 2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/bind/bind-named.conf?r1=1.3&r2=1.4&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/bind/bind.spec?r1=1.313&r2=1.314&f=u



More information about the pld-cvs-commit mailing list