From 9a60b4f2455b05bc56581ff705de6b91c8c668ce Mon Sep 17 00:00:00 2001 From: maxice8 Date: Thu, 3 May 2018 12:48:34 -0300 Subject: [PATCH] unbound: update to 1.7.1. Closes: #14098 [via git-merge-pr] --- srcpkgs/unbound/template | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/srcpkgs/unbound/template b/srcpkgs/unbound/template index 0ab1508aeac..a3a3e15a371 100644 --- a/srcpkgs/unbound/template +++ b/srcpkgs/unbound/template @@ -1,23 +1,23 @@ # Template file for 'unbound' pkgname=unbound -version=1.7.0 -revision=3 +version=1.7.1 +revision=1 build_style=gnu-configure configure_args="--with-libevent --with-conf-file=/etc/unbound/unbound.conf --with-pidfile=/run/unbound.pid --with-ssl=${XBPS_CROSS_BASE}/usr --with-libevent=${XBPS_CROSS_BASE}/usr --with-libexpat=${XBPS_CROSS_BASE}/usr - --enable-dnscrypt --enable-event-api - --with-rootkey-file=/etc/dns/root.key --sbindir=/usr/bin" -conf_files="/etc/unbound/unbound.conf" -makedepends="expat-devel libevent-devel libressl-devel libsodium-devel" + --enable-dnscrypt --enable-event-api --sbindir=/usr/bin + --with-rootkey-file=/etc/dns/root.key --with-username=_unbound" +makedepends="expat-devel libevent-devel libsodium-devel" depends="dnssec-anchors" -system_accounts="unbound" short_desc="Validating, recursive, and caching DNS resolver" maintainer="Leah Neukirchen " license="BSD-3-Clause" -homepage="http://unbound.net/" -distfiles="http://unbound.net/downloads/${pkgname}-${version}.tar.gz" -checksum=94dd9071fb13d8ccd122a3ac67c4524a3324d0e771fc7a8a7c49af8abfb926a2 +homepage="https://unbound.net/" +distfiles="https://unbound.net/downloads/${pkgname}-${version}.tar.gz" +checksum=56e085ef582c5372a20207de179d0edb4e541e59f87be7d4ee1d00d12008628d +conf_files="/etc/unbound/unbound.conf" +system_accounts="_unbound" post_install() { vsconf doc/example.conf unbound.conf @@ -31,8 +31,8 @@ unbound-devel_package() { short_desc+=" - development files" pkg_install() { vmove usr/include - vmove usr/lib/*.a - vmove usr/lib/*.so + vmove "usr/lib/*.a" + vmove "usr/lib/*.so" vmove usr/lib/pkgconfig vmove usr/share/man/man3 }