summaryrefslogtreecommitdiff
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
parent168b69f953a3ccc769099078b2c81b45cfccf178 (diff)
downloadopt-b5b01436f9f1ecdbd2f9c838b3b6ed8b8054efba.tar.gz
opt-b5b01436f9f1ecdbd2f9c838b3b6ed8b8054efba.tar.xz
unbound: update ldns to 1.6.17
-rw-r--r--unbound/.md5sum2
-rw-r--r--unbound/Pkgfile8
2 files changed, 5 insertions, 5 deletions
diff --git a/unbound/.md5sum b/unbound/.md5sum
index f49024d9d..55371f685 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 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