dnsmasq: update to 2.67.
This commit is contained in:
parent
e094ad7478
commit
06dc8b69c5
|
@ -1,14 +1,15 @@
|
||||||
# Template file for 'dnsmasq'
|
# Template file for 'dnsmasq'
|
||||||
pkgname=dnsmasq
|
pkgname=dnsmasq
|
||||||
version=2.64
|
version=2.67
|
||||||
revision=1
|
revision=1
|
||||||
makedepends="pkg-config dbus-devel libcap-devel libidn-devel"
|
hostmakedepends="pkg-config"
|
||||||
|
makedepends="dbus-devel libcap-devel libidn-devel"
|
||||||
short_desc="Lightweight, easy to configure DNS forwarder and DHCP server"
|
short_desc="Lightweight, easy to configure DNS forwarder and DHCP server"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://www.thekelleys.org.uk/dnsmasq/doc.html"
|
homepage="http://www.thekelleys.org.uk/dnsmasq/doc.html"
|
||||||
distfiles="http://www.thekelleys.org.uk/$pkgname/$pkgname-$version.tar.gz"
|
distfiles="http://www.thekelleys.org.uk/$pkgname/$pkgname-$version.tar.gz"
|
||||||
checksum=78fdc82ca90d6c79ce52c54fd4a3912e8b1998f84cb05755a3781eae51fb6d11
|
checksum=92ec4c7b6124355b4df499684af24061d044a7fbc9d9c10faf26313964b16b4a
|
||||||
long_desc="
|
long_desc="
|
||||||
Dnsmasq is a lightweight, easy to configure DNS forwarder and DHCP server.
|
Dnsmasq is a lightweight, easy to configure DNS forwarder and DHCP server.
|
||||||
It is designed to provide DNS and, optionally, DHCP, to a small network. It
|
It is designed to provide DNS and, optionally, DHCP, to a small network. It
|
||||||
|
@ -35,7 +36,6 @@ dnsmasq_package() {
|
||||||
conf_files="/etc/dnsmasq.conf"
|
conf_files="/etc/dnsmasq.conf"
|
||||||
system_accounts="dnsmasq"
|
system_accounts="dnsmasq"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove etc
|
vmove all
|
||||||
vmove usr
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue