Revision: 83441 http://trac.macports.org/changeset/83441 Author: dluke@macports.org Date: 2011-09-01 08:09:48 -0700 (Thu, 01 Sep 2011) Log Message: ----------- bind9: version bump to 9.8.1, also enable dnessec in named.conf.dist Modified Paths: -------------- trunk/dports/net/bind9/Portfile trunk/dports/net/bind9/files/named.conf Modified: trunk/dports/net/bind9/Portfile =================================================================== --- trunk/dports/net/bind9/Portfile 2011-09-01 14:37:22 UTC (rev 83440) +++ trunk/dports/net/bind9/Portfile 2011-09-01 15:09:48 UTC (rev 83441) @@ -3,7 +3,7 @@ PortSystem 1.0 name bind9 -version 9.8.0-P4 +version 9.8.1 categories net maintainers geeklair.net:dluke @@ -28,9 +28,9 @@ distname bind-${version} master_sites isc:${name}/${version} -checksums md5 13e36e3f28dc1ce7675b45a4192e8389 \ - sha1 969864200c1516a8bea54266de60f316d79182b4 \ - rmd160 cd44fe00d5f052ab441c16b2e735ad5771b4230a +checksums md5 cf31117c5d35af34d4c0702970ad9fb7 \ + sha1 7e6ed6ebc896b1de33a9f440233066c60539de4c \ + rmd160 a1a49ce0b1b6a5c6dd339fe160920cd4f39e2372 depends_lib port:openssl port:libxml2 Modified: trunk/dports/net/bind9/files/named.conf =================================================================== --- trunk/dports/net/bind9/files/named.conf 2011-09-01 14:37:22 UTC (rev 83440) +++ trunk/dports/net/bind9/files/named.conf 2011-09-01 15:09:48 UTC (rev 83441) @@ -31,7 +31,8 @@ //allow-query { // 127.0.0.1; //}; - + + dnssec-validation yes; pid-file "%%PREFIX%%/var/run/named.pid"; };
participants (1)
-
dluke@macports.org