Merge pull request #7724 from dne/unbound-update
unbound: update to 1.6.6.
This commit is contained in:
commit
31a0c8f5db
|
@ -1,2 +1,2 @@
|
|||
#!/bin/sh
|
||||
exec unbound -d
|
||||
exec unbound -dp
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'unbound'
|
||||
pkgname=unbound
|
||||
version=1.6.5
|
||||
version=1.6.6
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-libevent --with-conf-file=/etc/unbound/unbound.conf
|
||||
|
@ -17,7 +17,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|||
license="3-clause-BSD"
|
||||
homepage="http://unbound.net/"
|
||||
distfiles="http://unbound.net/downloads/${pkgname}-${version}.tar.gz"
|
||||
checksum=e297aa1229015f25bf24e4923cb1dadf1f29b84f82a353205006421f82cc104e
|
||||
checksum=972b14dc33093e672652a7b2b5f159bab2198b0fe9c9e1c5707e1895d4d4b390
|
||||
|
||||
post_install() {
|
||||
vsconf doc/example.conf unbound.conf
|
||||
|
|
Loading…
Reference in New Issue