![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit 21e95fe60975dd44cc51643f7f8dafb322117b46 Author: Juergen Daubert <jue@jue.li> Date: Thu Mar 13 11:54:32 2014 +0100 unbound: update to 1.4.22 diff --git a/unbound/.md5sum b/unbound/.md5sum index 55371f6..7d2254e 100644 --- a/unbound/.md5sum +++ b/unbound/.md5sum @@ -1,3 +1,2 @@ -a79423bcc4129e6d59b616b1cae11e5e ldns-1.6.17.tar.gz 20a8c112ea3ce0049dfe16f92614185e unbound -0aa8db06ea784bf7879060bd1f6551c8 unbound-1.4.21.tar.gz +59728c74fef8783f8bad1d7451eba97f unbound-1.4.22.tar.gz diff --git a/unbound/Pkgfile b/unbound/Pkgfile index d2ef8bb..a014567 100644 --- a/unbound/Pkgfile +++ b/unbound/Pkgfile @@ -4,18 +4,14 @@ # Depends on: openssl expat name=unbound -version=1.4.21 -release=2 +version=1.4.22 +release=1 source=(http://www.unbound.net/downloads/$name-$version.tar.gz - http://www.nlnetlabs.nl/downloads/ldns/ldns-1.6.17.tar.gz unbound) build () { - cd ldns-1.6.17 - ./configure --disable-shared - make - - cd ../$name-$version + cd $name-$version + ./configure --prefix=/usr \ --mandir=/usr/man \ --sysconfdir=/etc \ @@ -23,8 +19,7 @@ build () { --with-chroot-dir=/etc/unbound \ --with-rootkey-file=/etc/unbound/anchor/root.key \ --disable-shared \ - --with-username=unbound \ - --with-ldns=../ldns-1.6.17 + --with-username=unbound make make DESTDIR=$PKG install