# HG changeset patch # User Pascal Bellard # Date 1476692442 -7200 # Node ID 3af6a1c93f35720bf55d16ff6e3b5873d9a1125c # Parent ad032d86114180da484e1ddad12be7f580f2caed Up bind (9.11.0) diff -r ad032d861141 -r 3af6a1c93f35 bind-client/receipt --- a/bind-client/receipt Sat Oct 15 22:36:36 2016 +0200 +++ b/bind-client/receipt Mon Oct 17 10:20:42 2016 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="bind-client" -VERSION="9.9.6-P1" +VERSION="9.11.0" CATEGORY="network" SHORT_DESC="Domain Name System client." MAINTAINER="pascal.bellard@slitaz.org" diff -r ad032d861141 -r 3af6a1c93f35 bind-dev/receipt --- a/bind-dev/receipt Sat Oct 15 22:36:36 2016 +0200 +++ b/bind-dev/receipt Mon Oct 17 10:20:42 2016 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="bind-dev" -VERSION="9.9.6-P1" +VERSION="9.11.0" CATEGORY="development" SHORT_DESC="Domain Name System development files." MAINTAINER="pascal.bellard@slitaz.org" diff -r ad032d861141 -r 3af6a1c93f35 bind/receipt --- a/bind/receipt Sat Oct 15 22:36:36 2016 +0200 +++ b/bind/receipt Mon Oct 17 10:20:42 2016 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="bind" -VERSION="9.9.6-P1" +VERSION="9.11.0" CATEGORY="network" SHORT_DESC="Domain Name System daemon." MAINTAINER="pascal.bellard@slitaz.org" @@ -14,7 +14,7 @@ TAGS="DNS daemon" DEPENDS="libbind libcrypto attr openssl perl" -BUILD_DEPENDS="libtool libcap-dev openssl-dev perl" +BUILD_DEPENDS="libtool libcap-dev openssl-dev perl krb5-dev readline-dev" # Rules to configure and make the package. compile_rules() diff -r ad032d861141 -r 3af6a1c93f35 libbind/receipt --- a/libbind/receipt Sat Oct 15 22:36:36 2016 +0200 +++ b/libbind/receipt Mon Oct 17 10:20:42 2016 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libbind" -VERSION="9.9.6-P1" +VERSION="9.11.0" CATEGORY="development" SHORT_DESC="Domain Name System shared libraries." MAINTAINER="pascal.bellard@slitaz.org" @@ -9,7 +9,7 @@ WEB_SITE="http://www.isc.org/products/BIND/" WANTED="bind" -DEPENDS="libcrypto libcap libxml2 zlib attr" +DEPENDS="libcrypto libcap libxml2 zlib attr libkrb5" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules()