dnsmasq: rebuild against libidn2-2.1.0_1
This commit is contained in:
parent
14caee1e65
commit
bbdfbe598d
1 changed files with 4 additions and 4 deletions
|
@ -1,18 +1,18 @@
|
|||
# Template file for 'dnsmasq'
|
||||
pkgname=dnsmasq
|
||||
version=2.80
|
||||
revision=2
|
||||
revision=3
|
||||
conf_files="/etc/dnsmasq.conf"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="dbus-devel libcap-devel libidn2-devel $(vopt_if dnssec nettle-devel)"
|
||||
conf_files="/etc/dnsmasq.conf"
|
||||
system_accounts="dnsmasq"
|
||||
dnsmasq_homedir="/var/chroot"
|
||||
short_desc="Lightweight, easy to configure DNS forwarder and DHCP server"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="http://www.thekelleys.org.uk/dnsmasq/doc.html"
|
||||
distfiles="http://www.thekelleys.org.uk/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum=9e4a58f816ce0033ce383c549b7d4058ad9b823968d352d2b76614f83ea39adc
|
||||
system_accounts="dnsmasq"
|
||||
dnsmasq_homedir="/var/chroot"
|
||||
|
||||
build_options="dnssec"
|
||||
desc_option_dnssec="Enable DNSSEC support via nettle"
|
||||
|
|
Loading…
Reference in a new issue