unbound: update to 1.7.1.

Closes: #14098 [via git-merge-pr]
This commit is contained in:
maxice8 2018-05-03 12:48:34 -03:00 committed by Toyam Cox
parent a1ef3375b5
commit 9a60b4f245

View file

@ -1,23 +1,23 @@
# Template file for 'unbound' # Template file for 'unbound'
pkgname=unbound pkgname=unbound
version=1.7.0 version=1.7.1
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 --enable-event-api --enable-dnscrypt --enable-event-api --sbindir=/usr/bin
--with-rootkey-file=/etc/dns/root.key --sbindir=/usr/bin" --with-rootkey-file=/etc/dns/root.key --with-username=_unbound"
conf_files="/etc/unbound/unbound.conf" makedepends="expat-devel libevent-devel libsodium-devel"
makedepends="expat-devel libevent-devel libressl-devel libsodium-devel"
depends="dnssec-anchors" depends="dnssec-anchors"
system_accounts="unbound"
short_desc="Validating, recursive, and caching DNS resolver" short_desc="Validating, recursive, and caching DNS resolver"
maintainer="Leah Neukirchen <leah@vuxu.org>" maintainer="Leah Neukirchen <leah@vuxu.org>"
license="BSD-3-Clause" license="BSD-3-Clause"
homepage="http://unbound.net/" homepage="https://unbound.net/"
distfiles="http://unbound.net/downloads/${pkgname}-${version}.tar.gz" distfiles="https://unbound.net/downloads/${pkgname}-${version}.tar.gz"
checksum=94dd9071fb13d8ccd122a3ac67c4524a3324d0e771fc7a8a7c49af8abfb926a2 checksum=56e085ef582c5372a20207de179d0edb4e541e59f87be7d4ee1d00d12008628d
conf_files="/etc/unbound/unbound.conf"
system_accounts="_unbound"
post_install() { post_install() {
vsconf doc/example.conf unbound.conf vsconf doc/example.conf unbound.conf
@ -31,8 +31,8 @@ unbound-devel_package() {
short_desc+=" - development files" short_desc+=" - development files"
pkg_install() { pkg_install() {
vmove usr/include vmove usr/include
vmove usr/lib/*.a vmove "usr/lib/*.a"
vmove usr/lib/*.so vmove "usr/lib/*.so"
vmove usr/lib/pkgconfig vmove usr/lib/pkgconfig
vmove usr/share/man/man3 vmove usr/share/man/man3
} }