diff options
author | Juergen Daubert <jue@jue.li> | 2014-01-12 13:28:45 +0100 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2014-01-12 13:28:45 +0100 |
commit | b5b01436f9f1ecdbd2f9c838b3b6ed8b8054efba (patch) | |
tree | 02d887c372c1dedf6635b05afcfd7f3953e8a3cd /unbound/Pkgfile | |
parent | 168b69f953a3ccc769099078b2c81b45cfccf178 (diff) | |
download | opt-b5b01436f9f1ecdbd2f9c838b3b6ed8b8054efba.tar.gz opt-b5b01436f9f1ecdbd2f9c838b3b6ed8b8054efba.tar.xz |
unbound: update ldns to 1.6.17
Diffstat (limited to 'unbound/Pkgfile')
-rw-r--r-- | unbound/Pkgfile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/unbound/Pkgfile b/unbound/Pkgfile index 282630a0e..d2ef8bb31 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 |