Skip to content

Commit

Permalink
bind, bind-utils: version bumped to 9.10.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
florin65 committed Sep 18, 2015
1 parent f93aa31 commit 2fc42cb
Show file tree
Hide file tree
Showing 6 changed files with 47 additions and 43 deletions.
33 changes: 16 additions & 17 deletions net/bind-utils/BUILD
@@ -1,21 +1,20 @@
(
OPTS+=" --enable-threads --disable-static" &&

OPTS+=" --enable-threads --disable-static" &&
# json-c breaks the compile
OPTS+=" --without-libjson" &&

./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 &&
make -C lib/isc &&
make -C lib/bind9 &&
make -C lib/isccfg &&
make -C lib/lwres &&
make -C bin/dig &&
# We are only making the client programs
make -C lib/dns &&
make -C lib/isc &&
make -C lib/bind9 &&
make -C lib/isccfg &&
make -C lib/lwres &&
make -C bin/dig &&

prepare_install &&
make -C bin/dig install

) > $C_FIFO 2>&1
prepare_install &&
make -C bin/dig install
12 changes: 8 additions & 4 deletions net/bind-utils/DEPENDS
@@ -1,4 +1,8 @@
optional_depends "openssl" "--with-openssl" "--without-openssl" "to build DNSSEC part of bind-utils"
optional_depends "libxml2" "--with-libxml2" "--without-libxml2" "to build with libxml2 library"
optional_depends "libcap" "--enable-linux-caps" "--disable-linux-caps" "for linux capabilities"
optional_depends "heimdal" "--with-gssapi" "--without-gssapi" "for heimdal support"
optional_depends openssl "--with-openssl" "--without-openssl" "for DNSSEC part in bind-utils"
optional_depends libxml2 "--with-libxml2" "--without-libxml2" "for XML2 support"
optional_depends libcap "--enable-linux-caps" "--disable-linux-caps" "for linux capabilities"
optional_depends heimdal "--with-gssapi" "--without-gssapi" "for heimdal support"
optional_depends libtool "--with-libtool" "--without-libtool" "for libtool support"

#optional_depends geoip "--with-geoip" "--without-geoip" "for geoip support"
#optional_depends json-c "--with-libjson" "--without-libjson" "for JSON support"
6 changes: 3 additions & 3 deletions net/bind-utils/DETAILS
@@ -1,12 +1,12 @@
MODULE=bind-utils
VERSION=9.10.2
VERSION=9.10.3
SOURCE=bind-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/bind-$VERSION
SOURCE_URL=ftp://ftp.isc.org/isc/bind9/$VERSION
SOURCE_VFY=sha256:6f9bb7908aa45c1edfa391e356fc0afc1ded175386cdefb6cf9e1289f7457a98
SOURCE_VFY=sha256:9ac33bd8754ab4b6ee449b1b2aa88e09f51cda088486f4ab1585acd920b98ff0
WEB_SITE=http://www.isc.org/products/BIND
ENTERED=20050513
UPDATED=20141226
UPDATED=20150917
SHORT="Collection of BIND related client programs"
PSAFE=no

Expand Down
18 changes: 10 additions & 8 deletions net/bind/BUILD
@@ -1,11 +1,13 @@
(
add_priv_user bind:bind
add_priv_user bind:bind

default_build &&
OPTS+=" --enable-threads --disable-static" &&

if module_installed systemd; then
mkdir -p /run/named
chown bind:bind /run/named
fi
# json-c breaks the compile
OPTS+=" --without-libjson" &&

) > $C_FIFO 2>&1
default_build &&

if module_installed systemd; then
mkdir -p /run/named &&
chown bind:bind /run/named
fi
15 changes: 7 additions & 8 deletions net/bind/DEPENDS
@@ -1,9 +1,8 @@
optional_depends "openssl" \
"--with-openssl" \
"--without-openssl" \
"for DNSSEC support"
optional_depends openssl "--with-openssl" "--without-openssl" "for DNSSEC part in bind-utils"
optional_depends libxml2 "--with-libxml2" "--without-libxml2" "for XML2 support"
optional_depends libcap "--enable-linux-caps" "--disable-linux-caps" "for linux capabilities"
optional_depends heimdal "--with-gssapi" "--without-gssapi" "for heimdal support"
optional_depends libtool "--with-libtool" "--without-libtool" "for libtool support"

optional_depends "heimdal" \
"--with-gssapi" \
"--without-gssapi" \
"for heimdal support"
#optional_depends geoip "--with-geoip" "--without-geoip" "for geoip support"
#optional_depends json-c "--with-libjson" "--without-libjson" "for JSON support"
6 changes: 3 additions & 3 deletions net/bind/DETAILS
@@ -1,13 +1,13 @@
# If you bump this module also bump bind-utils please kthx!

MODULE=bind
VERSION=9.10.2
VERSION=9.10.3
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=ftp://ftp.isc.org/isc/bind9/$VERSION
SOURCE_VFY=sha256:6f9bb7908aa45c1edfa391e356fc0afc1ded175386cdefb6cf9e1289f7457a98
SOURCE_VFY=sha256:9ac33bd8754ab4b6ee449b1b2aa88e09f51cda088486f4ab1585acd920b98ff0
WEB_SITE=http://www.isc.org/products/BIND
ENTERED=20010922
UPDATED=20150226
UPDATED=20150917
SHORT="ISC's DNS (domain name system) server"
PSAFE=no

Expand Down

0 comments on commit 2fc42cb

Please sign in to comment.