wok diff bind/receipt @ rev 20211
syslinux: typo
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Feb 24 11:30:52 2018 +0100 (2018-02-24) |
parents | a5b865e166cd |
children | e05d978e5ab8 |
line diff
1.1 --- a/bind/receipt Tue Jul 05 19:21:55 2016 +0300 1.2 +++ b/bind/receipt Sat Feb 24 11:30:52 2018 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="bind" 1.7 -VERSION="9.9.6-P1" 1.8 +VERSION="9.11.0" 1.9 CATEGORY="network" 1.10 SHORT_DESC="Domain Name System daemon." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 @@ -14,7 +14,7 @@ 1.13 TAGS="DNS daemon" 1.14 1.15 DEPENDS="libbind libcrypto attr openssl perl" 1.16 -BUILD_DEPENDS="libtool libcap-dev openssl-dev perl" 1.17 +BUILD_DEPENDS="libtool libcap-dev openssl-dev perl krb5-dev readline-dev" 1.18 1.19 # Rules to configure and make the package. 1.20 compile_rules()