summaryrefslogtreecommitdiff
path: root/unbound/Pkgfile
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2014-01-12 13:28:45 +0100
committerJuergen Daubert <jue@jue.li>2014-01-12 13:28:45 +0100
commitb5b01436f9f1ecdbd2f9c838b3b6ed8b8054efba (patch)
tree02d887c372c1dedf6635b05afcfd7f3953e8a3cd /unbound/Pkgfile
parent168b69f953a3ccc769099078b2c81b45cfccf178 (diff)
downloadopt-b5b01436f9f1ecdbd2f9c838b3b6ed8b8054efba.tar.gz
opt-b5b01436f9f1ecdbd2f9c838b3b6ed8b8054efba.tar.xz
unbound: update ldns to 1.6.17
Diffstat (limited to 'unbound/Pkgfile')
-rw-r--r--unbound/Pkgfile8
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

Generated by cgit