[Lunar-commits] r21271 - moonbase/trunk/net/bind

Stefan Wold ratler at lunar-linux.org
Tue Sep 5 17:13:21 UTC 2006


Author: ratler
Date: 2006-09-05 17:13:20 +0000 (Tue, 05 Sep 2006)
New Revision: 21271

Added:
   moonbase/trunk/net/bind/DEPENDS
Modified:
   moonbase/trunk/net/bind/DETAILS
   moonbase/trunk/net/bind/POST_INSTALL
Log:
Version bump. DoS vulnerability for bind configured
for DNSSEC or with recursive resolving enabled.


Added: moonbase/trunk/net/bind/DEPENDS
===================================================================
--- moonbase/trunk/net/bind/DEPENDS	                        (rev 0)
+++ moonbase/trunk/net/bind/DEPENDS	2006-09-05 17:13:20 UTC (rev 21271)
@@ -0,0 +1,5 @@
+optional_depends "openssl" \
+                 "--with-openssl" \
+                 "--without-openssl" \
+                 "for DNSSEC support"
+

Modified: moonbase/trunk/net/bind/DETAILS
===================================================================
--- moonbase/trunk/net/bind/DETAILS	2006-09-05 14:07:45 UTC (rev 21270)
+++ moonbase/trunk/net/bind/DETAILS	2006-09-05 17:13:20 UTC (rev 21271)
@@ -1,11 +1,11 @@
           MODULE=bind
-         VERSION=9.3.2
+         VERSION=9.3.2-P1
           SOURCE=$MODULE-$VERSION.tar.gz
       SOURCE_URL=ftp://ftp.isc.org/isc/bind9/$VERSION/
-      SOURCE_VFY=sha1:13efeaf496ed110980088fb5cbe22460f04a0fac
+      SOURCE_VFY=sha1:4172b7a2814707efecf60a3c484d9fc90e06abfb
         WEB_SITE=http://www.isc.org/products/BIND
          ENTERED=20010922
-         UPDATED=20051228
+         UPDATED=20060905
            PSAFE=no
            SHORT="ISC's DNS (domain name system) server."
 

Modified: moonbase/trunk/net/bind/POST_INSTALL
===================================================================
--- moonbase/trunk/net/bind/POST_INSTALL	2006-09-05 14:07:45 UTC (rev 21270)
+++ moonbase/trunk/net/bind/POST_INSTALL	2006-09-05 17:13:20 UTC (rev 21271)
@@ -25,12 +25,12 @@
 chmod 644 /var/named/named.root
   
 #lets create an rndc key if none avail  
-if [ ! -e /etc/bind/rndc.key ] ; then
+if [ ! -e /etc/rndc.key ] ; then
   rndc-confgen -a
 fi
 
 # lets copy a sample rndc.conf if none avail
-if [ ! -e /etc/bind/rndc.conf ] ; then
+if [ ! -e /etc/rndc.conf ] ; then
   cp $SOURCE_DIRECTORY/bin/rndc/rndc.conf /etc/rndc.conf.sample
 fi
 



More information about the Lunar-commits mailing list