summaryrefslogtreecommitdiff
path: root/bindutils
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2021-04-29 13:13:21 +0200
committerJuergen Daubert <jue@jue.li>2021-04-29 13:13:21 +0200
commite07a12597f8df253776b350c2bee3eff494c359f (patch)
tree2845f4487bcab85c0a65534ae0e564e6f0e56f39 /bindutils
parent8a454326bbc418a46f24a2017889c92afaf8c096 (diff)
downloadopt-e07a12597f8df253776b350c2bee3eff494c359f.tar.gz
opt-e07a12597f8df253776b350c2bee3eff494c359f.tar.xz
bindutils: update to 9.16.15
Diffstat (limited to 'bindutils')
-rw-r--r--bindutils/.signature6
-rw-r--r--bindutils/Pkgfile37
2 files changed, 22 insertions, 21 deletions
diff --git a/bindutils/.signature b/bindutils/.signature
index a2d4433e0..721fb5043 100644
--- a/bindutils/.signature
+++ b/bindutils/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
-RWSE3ohX2g5d/ZyqZgLQjHIf6nO2RfvhxdQXagTCcU9SEHvfCCdGTp/HRjTE1NiCRflIbHGnd0KM8EiYThCkw8SbMDKvcBIuvwg=
-SHA256 (Pkgfile) = d3e08c4a9deb34d1ecaa9c3b358d90957acaefd882f042a6c7f71133d9b5d4f5
+RWSE3ohX2g5d/ZPy/pXGqdLCDQIKKERpnXcUIqjPZsQ2KWYFkng1Y7rPDLV1/+Xol392rAbFpAhtvYhFEYU0+ITTcFlU8TkMOQQ=
+SHA256 (Pkgfile) = 801cd7333aae9ca4c28f097b82581eb1fa55e0b071a797b1c9a46a52274dfc5a
SHA256 (.footprint) = fe2eae0024893c6bb5976b6039f2ba2c14978ea1f583b8c5a4e9a68ab785503e
-SHA256 (bind-9.16.13.tar.xz) = a54cc793fa5b69b35f610f2095760f8238dff5cfd52419f7ee1c9c227da4cc08
+SHA256 (bind-9.16.15.tar.xz) = 98b6f432d878a7bf8f57eb7b3c28be27278cf6b9989154bfe6c81104b38e7839
diff --git a/bindutils/Pkgfile b/bindutils/Pkgfile
index ac702d87d..6a1e9b274 100644
--- a/bindutils/Pkgfile
+++ b/bindutils/Pkgfile
@@ -1,29 +1,30 @@
# Description: Bind tools
-# URL: https://www.isc.org/bind/
-# Maintainer: CRUX System Team, core-ports at crux dot nu
-# Depends on: openssl zlib libuv
+# URL: https://www.isc.org/bind/
+# Maintainer: CRUX System Team, core-ports at crux dot nu
+# Depends on: openssl zlib libuv
name=bindutils
-version=9.16.13
+version=9.16.15
release=1
source=(https://ftp.isc.org/isc/bind9/$version/bind-$version.tar.xz)
build() {
- cd bind-$version
+ cd bind-$version
- ./configure --prefix=/usr \
- --disable-linux-caps \
- --with-libxml2=no \
- --with-libjson=no \
- --with-gssapi=no \
- --with-python=no
+ ./configure \
+ --prefix=/usr \
+ --disable-linux-caps \
+ --with-libxml2=no \
+ --with-libjson=no \
+ --with-gssapi=no \
+ --with-python=no
- make -C lib
- make -C bin/dig
- make -C doc/man
+ make -C lib
+ make -C bin/dig
+ make -C doc/man
- install -D -m 755 bin/dig/host $PKG/usr/bin/host
- install -D -m 644 doc/man/host.1 $PKG/usr/share/man/man1/host.1
- install -D -m 755 bin/dig/dig $PKG/usr/bin/dig
- install -D -m 644 doc/man/dig.1 $PKG/usr/share/man/man1/dig.1
+ install -D -m 755 bin/dig/host $PKG/usr/bin/host
+ install -D -m 644 doc/man/host.1 $PKG/usr/share/man/man1/host.1
+ install -D -m 755 bin/dig/dig $PKG/usr/bin/dig
+ install -D -m 644 doc/man/dig.1 $PKG/usr/share/man/man1/dig.1
}

Generated by cgit