bind: update to 9.10.5P2 (CVE-2017-3142, CVE-2017-3143)
This commit is contained in:
parent
ccd7b40c5c
commit
098fc5544e
1 changed files with 7 additions and 5 deletions
|
@ -1,14 +1,16 @@
|
||||||
# Template file for 'bind'
|
# Template file for 'bind'
|
||||||
pkgname=bind
|
pkgname=bind
|
||||||
version=9.10.5
|
_distver=9.10.5
|
||||||
|
_patchver=P2
|
||||||
|
version="${_distver}${_patchver}"
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="${pkgname}-${version}"
|
wrksrc="${pkgname}-${_distver}-${_patchver}"
|
||||||
short_desc="Berkeley Internet Name Domain server"
|
short_desc="Berkeley Internet Name Domain server"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="ISC"
|
license="ISC"
|
||||||
homepage="http://www.isc.org/software/bind/"
|
homepage="https://www.isc.org/software/bind/"
|
||||||
distfiles="http://ftp.isc.org/isc/bind9/${version}/bind-${version}.tar.gz"
|
distfiles="https://ftp.isc.org/isc/bind9/${_distver}-${_patchver}/bind-${_distver}-${_patchver}.tar.gz"
|
||||||
checksum=71688d2e134e42205075eef93cc1b78b42a140a2d61bf8263afc9c92fc872b0e
|
checksum=19a428f4edd00d68b9d3dd016cdc1c7a9c4fb18fe24fea059f969be626e59933
|
||||||
|
|
||||||
build_options="geoip seccomp"
|
build_options="geoip seccomp"
|
||||||
build_options_default="geoip"
|
build_options_default="geoip"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue