ports/opt (3.0): unbound: update ldns to 1.6.17
commit b5b01436f9f1ecdbd2f9c838b3b6ed8b8054efba Author: Juergen Daubert <jue@jue.li> Date: Sun Jan 12 13:28:45 2014 +0100 unbound: update ldns to 1.6.17 diff --git a/unbound/.md5sum b/unbound/.md5sum index f49024d..55371f6 100644 --- a/unbound/.md5sum +++ b/unbound/.md5sum @@ -1,3 +1,3 @@ -9ab2b402127cf24dffefaacbb727cad7 ldns-1.6.16.tar.gz +a79423bcc4129e6d59b616b1cae11e5e ldns-1.6.17.tar.gz 20a8c112ea3ce0049dfe16f92614185e unbound 0aa8db06ea784bf7879060bd1f6551c8 unbound-1.4.21.tar.gz diff --git a/unbound/Pkgfile b/unbound/Pkgfile index 282630a..d2ef8bb 100644 --- a/unbound/Pkgfile +++ b/unbound/Pkgfile @@ -5,13 +5,13 @@ name=unbound version=1.4.21 -release=1 +release=2 source=(http://www.unbound.net/downloads/$name-$version.tar.gz - http://www.nlnetlabs.nl/downloads/ldns/ldns-1.6.16.tar.gz + http://www.nlnetlabs.nl/downloads/ldns/ldns-1.6.17.tar.gz unbound) build () { - cd ldns-1.6.16 + cd ldns-1.6.17 ./configure --disable-shared make @@ -24,7 +24,7 @@ build () { --with-rootkey-file=/etc/unbound/anchor/root.key \ --disable-shared \ --with-username=unbound \ - --with-ldns=../ldns-1.6.16 + --with-ldns=../ldns-1.6.17 make make DESTDIR=$PKG install
participants (1)
-
crux@crux.nu