dhcp: security update to 4.3.3-P1.
This commit is contained in:
parent
e1bb013fd5
commit
b92de3d5d8
1 changed files with 6 additions and 3 deletions
|
@ -1,7 +1,10 @@
|
|||
# Template file for 'dhcp'
|
||||
pkgname=dhcp
|
||||
version=4.3.3
|
||||
_distver=4.3.3
|
||||
_patchver=P1
|
||||
version=${_distver}.${_patchver}
|
||||
revision=1
|
||||
wrksrc="dhcp-${_distver}-${_patchver}"
|
||||
build_style=gnu-configure
|
||||
disable_parallel_build=yes
|
||||
hostmakedepends="perl"
|
||||
|
@ -10,8 +13,8 @@ short_desc="Server from the Internet Software Consortium's implementation of DHC
|
|||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||
license="ISC"
|
||||
homepage="https://www.isc.org/software/dhcp"
|
||||
distfiles="http://ftp.isc.org/isc/dhcp/${version}/dhcp-${version}.tar.gz"
|
||||
checksum=553c4945b09b1c1b904c4780f34f72aaefa2fc8c6556715de0bc9d4e3d255ede
|
||||
distfiles="http://ftp.isc.org/isc/dhcp/${_distver}-${_patchver}/dhcp-${_distver}-${_patchver}.tar.gz"
|
||||
checksum=c11e896dffa1bfbc49462965d3f6dec45534e34068603546d9a236f2aa669921
|
||||
|
||||
pre_configure() {
|
||||
local _args=" --sbindir=/usr/bin --enable-paranoia
|
||||
|
|
Loading…
Reference in a new issue