summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorIsmael Luceno2022-04-22 23:53:53 +0200
committerIsmael Luceno2022-04-23 00:08:13 +0200
commite7cd0da586f5bbdaedfc6c83b272df536cb6198c (patch)
tree2181f672b46365a69030926f15a292a2d0aed34e /net
parent94a1d30473c04d2a62d7a467e55ff57f0eb7f85b (diff)
bind 9.19.0
Diffstat (limited to 'net')
-rwxr-xr-xnet/bind/BUILD4
-rwxr-xr-xnet/bind/DEPENDS3
-rwxr-xr-xnet/bind/DETAILS9
-rw-r--r--net/bind/HISTORY5
4 files changed, 16 insertions, 5 deletions
diff --git a/net/bind/BUILD b/net/bind/BUILD
index 362ac2119b..e4a3bd8ab2 100755
--- a/net/bind/BUILD
+++ b/net/bind/BUILD
@@ -3,6 +3,10 @@ OPTS="$BIND_CAPS \
--without-libjson \
$OPTS" &&
+if ! is_depends_enabled "$SPELL" python-sphinx; then
+ OPTS+=' ac_cv_path_SPHINX_BUILD=:'
+fi &&
+
create_account bind &&
# old iso had a wrongly created bind user, never added to bind group
usermod bind -G bind 2>/dev/null
diff --git a/net/bind/DEPENDS b/net/bind/DEPENDS
index dceab6cbd0..088d0eb973 100755
--- a/net/bind/DEPENDS
+++ b/net/bind/DEPENDS
@@ -1,3 +1,6 @@
+optional_depends python-sphinx '' '' \
+ "for building the documentation" &&
+
optional_depends libcap \
"--enable-linux-caps" \
"--disable-linux-caps" \
diff --git a/net/bind/DETAILS b/net/bind/DETAILS
index c5c1222431..9040bc550f 100755
--- a/net/bind/DETAILS
+++ b/net/bind/DETAILS
@@ -1,12 +1,11 @@
SPELL=bind
- VERSION=9.11.0-P3
- SOURCE=$SPELL-${VERSION}.tar.gz
+ VERSION=9.19.0
+ SOURCE=$SPELL-$VERSION.tar.xz
SOURCE2=root.zone.gz
SOURCE2_IGNORE=unversioned
SOURCE3=$SOURCE.asc
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-${VERSION}
- SOURCE_URI=$VERSION/$SOURCE
- SOURCE_URL[0]=ftp://ftp.isc.org/isc/bind9/$SOURCE_URI
+ SOURCE_URL[0]=ftp://ftp.isc.org/isc/bind9/$VERSION/$SOURCE
SOURCE2_URL[0]=ftp://ftp.internic.net/domain/$SOURCE2
SOURCE3_URL[0]=ftp://ftp.isc.org/isc/bind9/$VERSION/$SOURCE3
SOURCE3_IGNORE=signature
@@ -15,7 +14,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-${VERSION}
FORCE_DOWNLOAD[2]=true
LICENSE[0]=ISC
KEYWORDS="dns net"
- WEB_SITE=http://www.isc.org/products/BIND/
+ WEB_SITE=https://www.isc.org/bind/
ENTERED=20010922
SHORT="DNS server and dig utility"
cat << EOF
diff --git a/net/bind/HISTORY b/net/bind/HISTORY
index 62318477a9..edd9d1039d 100644
--- a/net/bind/HISTORY
+++ b/net/bind/HISTORY
@@ -1,3 +1,8 @@
+2022-04-22 Ismael Luceno <ismael@sourcemage.org>
+ * DETAILS: fixed WEB_SITE
+ updated spell to 9.19.0
+ * DEPENDS: added opt dep on python-sphinx
+
2017-03-04 Ismael Luceno <ismael@sourcemage.org>
* BUILD: Disabled jsoncpp dependency, causes build failure
* DETAILS: updated spell to 9.11.0-P3