mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
unbound: update to 1.8.2.
This commit is contained in:
parent
d804f05dbb
commit
ff9087c881
1 changed files with 4 additions and 4 deletions
|
@ -1,13 +1,14 @@
|
||||||
# Template file for 'unbound'
|
# Template file for 'unbound'
|
||||||
pkgname=unbound
|
pkgname=unbound
|
||||||
version=1.8.1
|
version=1.8.2
|
||||||
revision=2
|
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 --sbindir=/usr/bin
|
--enable-dnscrypt --enable-event-api --sbindir=/usr/bin
|
||||||
--with-rootkey-file=/etc/dns/root.key --with-username=_unbound"
|
--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 libsodium-devel"
|
||||||
depends="dnssec-anchors"
|
depends="dnssec-anchors"
|
||||||
short_desc="Validating, recursive, and caching DNS resolver"
|
short_desc="Validating, recursive, and caching DNS resolver"
|
||||||
|
@ -15,8 +16,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://unbound.net/"
|
homepage="https://unbound.net/"
|
||||||
distfiles="https://unbound.net/downloads/${pkgname}-${version}.tar.gz"
|
distfiles="https://unbound.net/downloads/${pkgname}-${version}.tar.gz"
|
||||||
checksum=c362b3b9c35d1b8c1918da02cdd5528d729206c14c767add89ae95acae363c5d
|
checksum=19f2235a8936d89e7dc919bbfcef355de759f220e36bb5e1e931ac000ed04993
|
||||||
conf_files="/etc/unbound/unbound.conf"
|
|
||||||
system_accounts="_unbound"
|
system_accounts="_unbound"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue