Gentoo Archives: gentoo-commits

From: "Christian Ruppert (idl0r)" <idl0r@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-dns/bind/files: named.conf-r5
Date: Thu, 01 Sep 2011 15:20:23
Message-Id: 20110901152013.DC3B020051@flycatcher.gentoo.org
1 idl0r 11/09/01 15:20:13
2
3 Modified: named.conf-r5
4 Log:
5 Version bump to 9.8.1. Add "dnssec-validation auto" example to named.conf.
6
7 (Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 net-dns/bind/files/named.conf-r5
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/files/named.conf-r5?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/files/named.conf-r5?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/files/named.conf-r5?r1=1.1&r2=1.2
15
16 Index: named.conf-r5
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/files/named.conf-r5,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- named.conf-r5 3 Dec 2010 18:06:24 -0000 1.1
23 +++ named.conf-r5 1 Sep 2011 15:20:13 -0000 1.2
24 @@ -90,6 +90,13 @@
25 //dnssec-enable yes;
26 //dnssec-validation yes;
27
28 + /*
29 + * As of bind 9.8.0:
30 + * "If the root key provided has expired,
31 + * named will log the expiration and validation will not work."
32 + */
33 + //dnssec-validation auto;
34 +
35 /* if you have problems and are behind a firewall: */
36 //query-source address * port 53;
37 };