[Lunar-commits] <moonbase> bind, bind-utils: version bumped to 9.5.0.
Florin Braescu
florin at lunar-linux.org
Sat May 31 06:59:57 CEST 2008
commit 82894d8c171b984cab614bd555a59f1afaacd490
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sat May 31 07:59:57 2008 +0300
bind, bind-utils: version bumped to 9.5.0.
Bugfixes, improvements and some new functions added.
---
net/bind-utils/BUILD | 8 ++++----
net/bind-utils/DETAILS | 10 +++++-----
net/bind/BUILD | 2 +-
net/bind/DETAILS | 8 ++++----
4 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/net/bind-utils/BUILD b/net/bind-utils/BUILD
index c6f5801..b98f46c 100644
--- a/net/bind-utils/BUILD
+++ b/net/bind-utils/BUILD
@@ -1,9 +1,9 @@
(
- ./configure --build=$BUILD \
- --prefix=/usr \
- --sysconfdir=/etc \
- $OPTS &&
+ ./configure --build=$BUILD \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ $OPTS &&
# We are only making the client programs
make -C lib/dns &&
diff --git a/net/bind-utils/DETAILS b/net/bind-utils/DETAILS
index bf31091..3b5c451 100644
--- a/net/bind-utils/DETAILS
+++ b/net/bind-utils/DETAILS
@@ -1,14 +1,14 @@
MODULE=bind-utils
- VERSION=9.4.2
+ VERSION=9.5.0
SOURCE=bind-${VERSION}.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/bind-${VERSION}
- SOURCE_URL=ftp://ftp.isc.org/isc/bind9/${VERSION}/
- SOURCE_VFY=sha1:7a42377da256b146a66ea182cc665e857d76c218
+ SOURCE_URL=ftp://ftp.isc.org/isc/bind9/${VERSION}
+ SOURCE_VFY=sha1:8d622ebcb6061518770cbc66072258c7ff051cb8
WEB_SITE=http://www.isc.org/products/BIND
ENTERED=20050513
- UPDATED=20080308
+ UPDATED=20080531
SHORT="Collection of BIND related client programs"
-PSAFE=no
+ PSAFE=no
cat << EOF
bind-utils is not a separate package, it is a collection of the
diff --git a/net/bind/BUILD b/net/bind/BUILD
index e0c6b26..4058225 100644
--- a/net/bind/BUILD
+++ b/net/bind/BUILD
@@ -1,6 +1,6 @@
(
- default_build &&
+ default_build &&
add_priv_user bind:bind
) > $C_FIFO 2>&1
diff --git a/net/bind/DETAILS b/net/bind/DETAILS
index e3da6c1..b7b8913 100644
--- a/net/bind/DETAILS
+++ b/net/bind/DETAILS
@@ -1,13 +1,13 @@
# If you bump this module also bump bind-utils please kthx!
MODULE=bind
- VERSION=9.4.2
+ VERSION=9.5.0
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL=ftp://ftp.isc.org/isc/bind9/$VERSION/
- SOURCE_VFY=sha1:7a42377da256b146a66ea182cc665e857d76c218
+ SOURCE_URL=ftp://ftp.isc.org/isc/bind9/$VERSION
+ SOURCE_VFY=sha1:8d622ebcb6061518770cbc66072258c7ff051cb8
WEB_SITE=http://www.isc.org/products/BIND
ENTERED=20010922
- UPDATED=20071128
+ UPDATED=20080531
SHORT="ISC's DNS (domain name system) server"
PSAFE=no
More information about the Lunar-commits
mailing list