bindutils: update to 9.16.15
This commit is contained in:
parent
8a454326bb
commit
e07a12597f
@ -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
|
||||
|
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user