[Lunar-commits] <moonbase> bind: 9.6.1-P3 antipoisoning security fix

Zbigniew Luszpinski zbiggy at lunar-linux.org
Wed Jan 20 21:31:17 CET 2010


commit 399e7610a245df2b6e46be0cf57043d9f76b801c
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date:   Wed Jan 20 21:31:17 2010 +0100

    bind: 9.6.1-P3 antipoisoning security fix
---
 net/bind-utils/DETAILS |    6 +++---
 net/bind/DETAILS       |    8 ++++----
 net/bind/POST_INSTALL  |    4 ++--
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/net/bind-utils/DETAILS b/net/bind-utils/DETAILS
index 7c9f2a5..c9a5982 100644
--- a/net/bind-utils/DETAILS
+++ b/net/bind-utils/DETAILS
@@ -1,12 +1,12 @@
           MODULE=bind-utils
-         VERSION=9.6.1-P2
+         VERSION=9.6.1-P3
           SOURCE=bind-${VERSION}.tar.gz
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/bind-${VERSION}
       SOURCE_URL=ftp://ftp.isc.org/isc/bind9/${VERSION}
-      SOURCE_VFY=sha1:0169c7898790b72ee3b5a1e090c2bdf68792b952
+      SOURCE_VFY=sha1:9cb2bfb933083ab4e85aa884ca0dff7b0ae5cfb2
         WEB_SITE=http://www.isc.org/products/BIND
          ENTERED=20050513
-         UPDATED=20091125
+         UPDATED=20100120
            SHORT="Collection of BIND related client programs"
            PSAFE=no
 
diff --git a/net/bind/DETAILS b/net/bind/DETAILS
index e6af7cc..0e7b8a5 100644
--- a/net/bind/DETAILS
+++ b/net/bind/DETAILS
@@ -1,13 +1,13 @@
-# If you bump this module also bump bind-utils please kthx!         
+# If you bump this module also bump bind-utils please kthx!
 
           MODULE=bind
-         VERSION=9.6.1-P2
+         VERSION=9.6.1-P3
           SOURCE=$MODULE-$VERSION.tar.gz
       SOURCE_URL=ftp://ftp.isc.org/isc/bind9/$VERSION
-      SOURCE_VFY=sha1:0169c7898790b72ee3b5a1e090c2bdf68792b952
+      SOURCE_VFY=sha1:9cb2bfb933083ab4e85aa884ca0dff7b0ae5cfb2
         WEB_SITE=http://www.isc.org/products/BIND
          ENTERED=20010922
-         UPDATED=20091125
+         UPDATED=20100120
            SHORT="ISC's DNS (domain name system) server"
            PSAFE=no
 
diff --git a/net/bind/POST_INSTALL b/net/bind/POST_INSTALL
index 3d80686..74f7b13 100644
--- a/net/bind/POST_INSTALL
+++ b/net/bind/POST_INSTALL
@@ -20,8 +20,8 @@ fi
 chown -R bind:bind /var/named
 chmod 644 /var/named/named.conf
 chmod 644 /var/named/named.root
-  
-# lets create an rndc key if none avail  
+
+# lets create an rndc key if none avail
 if [ ! -e /etc/rndc.key ] ; then
   rndc-confgen -a
 fi


More information about the Lunar-commits mailing list