wok rev 23250

updated nsd (4.1.27 -> 4.3.0)
author Hans-G?nter Theisgen
date Wed Mar 25 14:08:08 2020 +0100 (2020-03-25)
parents 40522d4dfb64
children e5abc956d567
files nsd/receipt
line diff
     1.1 --- a/nsd/receipt	Wed Mar 25 13:33:35 2020 +0100
     1.2 +++ b/nsd/receipt	Wed Mar 25 14:08:08 2020 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="nsd"
     1.7 -VERSION="4.1.27"
     1.8 +VERSION="4.3.0"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="An authoritative only, high performance, and simple name server."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -10,11 +10,12 @@
    1.13  
    1.14  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.15  WGET_URL="https://www.nlnetlabs.nl/downloads/$PACKAGE/$TARBALL"
    1.16 +
    1.17 +DEPENDS="libcrypto libssl"
    1.18 +BUILD_DEPENDS="libevent-dev openssl-dev"
    1.19 +
    1.20  CONFIG_FILES="/etc/nsd"
    1.21  
    1.22 -DEPENDS="libssl libcrypto"
    1.23 -BUILD_DEPENDS="libevent-dev openssl-dev"
    1.24 -
    1.25  # Rules to configure and make the package.
    1.26  compile_rules()
    1.27  {