unbound: update to 1.4.12
This commit is contained in:
parent
ba4f58c2ad
commit
176b6db967
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user