unbound: update to 1.4.12

This commit is contained in:
Juergen Daubert 2011-07-15 12:22:35 +02:00
parent ba4f58c2ad
commit 176b6db967
2 changed files with 9 additions and 5 deletions

View File

@ -1,2 +1,3 @@
fadf8e38fbd2d3434a2c46097d9932d5 ldns-1.6.10.tar.gz
20a8c112ea3ce0049dfe16f92614185e unbound
8e9903dd5cba0d3501e24f55b25debbd unbound-1.4.11.tar.gz
673a224c76345003fd168448ca12fbb2 unbound-1.4.12.tar.gz

View File

@ -4,23 +4,26 @@
# Depends on: openssl expat
name=unbound
version=1.4.11
version=1.4.12
release=1
source=(http://www.unbound.net/downloads/$name-$version.tar.gz
http://www.nlnetlabs.nl/downloads/ldns/ldns-1.6.10.tar.gz
unbound)
build () {
cd $name-$version
cd ldns-1.6.10
./configure --disable-shared
make
cd ../$name-$version
./configure --prefix=/usr \
--mandir=/usr/man \
--sysconfdir=/etc \
--with-pidfile=/var/run/unbound.pid \
--disable-shared \
--with-username=unbound \
--with-ldns-builtin
--with-ldns=../ldns-1.6.10
make -C ldns-src
make
make DESTDIR=$PKG install