diff --git a/abi_used_libs b/abi_used_libs --- a/abi_used_libs +++ b/abi_used_libs @@ -1,5 +1,7 @@ +ld-linux-x86-64.so.2 libc.so.6 libcrypto.so.1.0.0 +libidn2.so.0 libpthread.so.0 libreadline.so.6 libxml2.so.2 diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,22 +1,27 @@ name : bind-utils -version : 9.11.5_p1 -release : 14 +version : 9.14.0 +release : 15 source : - - ftp://ftp.isc.org/isc/bind9/9.11.5-P1/bind-9.11.5-P1.tar.gz : 6cd6dbf016569f12d4a0ed629e44e895d9ed41c6908274ed2e617666c5491928 + - https://github.com/isc-projects/bind9/archive/v9_14_0.tar.gz : e74b1f15fac8278f321170b2eef3f2c4cac47bb53ac47d79f2f8e99635f22691 license : MPL-2.0 component : network.util summary : Client side programs nslookup, dig and host. networking : yes description: | Client side programs nslookup, dig and host. +builddeps : + - pkgconfig(libcap) + - pkgconfig(libidn2) + - pkgconfig(python3) + - python-ply setup : | - %configure --disable-static + %configure --disable-static --with-libidn2 build : | %make -C lib/dns - %make -C lib/isc + %make -C lib/irs %make -C lib/bind9 + %make -C lib/isc %make -C lib/isccfg - %make -C lib/lwres %make -C bin/dig %make -C bin/nsupdate install : | diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -2,8 +2,8 @@ bind-utils - Pierre-Yves - pyu@riseup.net + Philipp Trulson + philipp@trulson.de MPL-2.0 network.util @@ -30,12 +30,12 @@ - - 2018-12-13 - 9.11.5_p1 + + 2019-03-22 + 9.14.0 Packaging update - Pierre-Yves - pyu@riseup.net + Philipp Trulson + philipp@trulson.de \ No newline at end of file