mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
unbound: update to 1.6.2.
This commit is contained in:
parent
26eb3232a6
commit
bf6534064d
1 changed files with 5 additions and 4 deletions
|
@ -1,14 +1,15 @@
|
||||||
# Template file for 'unbound'
|
# Template file for 'unbound'
|
||||||
pkgname=unbound
|
pkgname=unbound
|
||||||
version=1.6.1
|
version=1.6.2
|
||||||
revision=3
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-libevent --with-conf-file=/etc/unbound/unbound.conf
|
configure_args="--with-libevent --with-conf-file=/etc/unbound/unbound.conf
|
||||||
--with-pidfile=/run/unbound.pid --with-ssl=${XBPS_CROSS_BASE}/usr
|
--with-pidfile=/run/unbound.pid --with-ssl=${XBPS_CROSS_BASE}/usr
|
||||||
--with-libevent=${XBPS_CROSS_BASE}/usr --with-libexpat=${XBPS_CROSS_BASE}/usr
|
--with-libevent=${XBPS_CROSS_BASE}/usr --with-libexpat=${XBPS_CROSS_BASE}/usr
|
||||||
|
--enable-dnscrypt
|
||||||
--with-rootkey-file=/etc/dns/root.key --sbindir=/usr/bin"
|
--with-rootkey-file=/etc/dns/root.key --sbindir=/usr/bin"
|
||||||
conf_files="/etc/unbound/unbound.conf"
|
conf_files="/etc/unbound/unbound.conf"
|
||||||
makedepends="libressl-devel expat-devel libevent-devel"
|
makedepends="expat-devel libevent-devel libressl-devel libsodium-devel"
|
||||||
depends="dnssec-anchors"
|
depends="dnssec-anchors"
|
||||||
system_accounts="unbound"
|
system_accounts="unbound"
|
||||||
short_desc="Validating, recursive, and caching DNS resolver"
|
short_desc="Validating, recursive, and caching DNS resolver"
|
||||||
|
@ -16,7 +17,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="3-clause-BSD"
|
license="3-clause-BSD"
|
||||||
homepage="http://unbound.net/"
|
homepage="http://unbound.net/"
|
||||||
distfiles="http://unbound.net/downloads/${pkgname}-${version}.tar.gz"
|
distfiles="http://unbound.net/downloads/${pkgname}-${version}.tar.gz"
|
||||||
checksum=42df63f743c0fe8424aeafcf003ad4b880b46c14149d696057313f5c1ef51400
|
checksum=1a323d72c32180b7141c9e6ebf199fc68a0208dfebad4640cd2c4c27235e3b9c
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vsconf doc/example.conf unbound.conf
|
vsconf doc/example.conf unbound.conf
|
||||||
|
|
Loading…
Add table
Reference in a new issue