Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dhcp: update to 4.4.2. #18789

Merged
merged 1 commit into from Feb 5, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions srcpkgs/dhcp/template
@@ -1,7 +1,7 @@
# Template file for 'dhcp'
pkgname=dhcp
version=4.4.1
revision=3
version=4.4.2
revision=1
wrksrc="dhcp-${version/P/-P}"
build_style=gnu-configure
hostmakedepends="perl"
Expand All @@ -10,7 +10,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
license="ISC"
homepage="https://www.isc.org/downloads/dhcp"
distfiles="http://ftp.isc.org/isc/dhcp/${version/P/-P}/dhcp-${version/P/-P}.tar.gz"
checksum=2a22508922ab367b4af4664a0472dc220cc9603482cf3c16d9aff14f3a76b608
checksum=1a7ccd64a16e5e68f7b5e0f527fd07240a2892ea53fe245620f4f5f607004521

disable_parallel_build=yes
conf_files="/etc/dhcpd.conf"
Expand Down