Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

83 changes: 0 additions & 83 deletions srcpkgs/dhcpcd/patches/CVE-2026-56113.patch

This file was deleted.

25 changes: 0 additions & 25 deletions srcpkgs/dhcpcd/patches/CVE-2026-56114.patch

This file was deleted.

22 changes: 0 additions & 22 deletions srcpkgs/dhcpcd/patches/CVE-2026-56116.patch

This file was deleted.

158 changes: 0 additions & 158 deletions srcpkgs/dhcpcd/patches/CVE-2026-56117.patch

This file was deleted.

7 changes: 4 additions & 3 deletions srcpkgs/dhcpcd/template
Original file line number Diff line number Diff line change
@@ -1,26 +1,27 @@
# Template file for 'dhcpcd'
pkgname=dhcpcd
version=10.3.2
version=10.5.2
revision=1
build_style=configure
make_check_target=test
configure_args="
--prefix=/usr --sbindir=/usr/bin --sysconfdir=/etc --rundir=/run/dhcpcd
$(vopt_if privsep --privsepuser=_dhcpcd) $(vopt_enable privsep)"
hostmakedepends="ntp pkg-config"
hostmakedepends="pkgconf"
makedepends="eudev-libudev-devel"
short_desc="RFC2131 compliant DHCP client"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-2-Clause"
homepage="https://roy.marples.name/projects/dhcpcd"
changelog="https://github.com/NetworkConfiguration/dhcpcd/releases"
distfiles="https://github.com/NetworkConfiguration/dhcpcd/archive/refs/tags/v${version}.tar.gz"
checksum=fa9aa4867e2cd5d1551bf93e34fb8ed6891702448df8a71afffab067ceb66a4f
checksum=6040a01c69a17dc166d350f6dacf8444ab1e1945481bc84ff50d7ca74364b78d
lib32disabled=yes
conf_files=/etc/dhcpcd.conf

system_accounts="_dhcpcd"
_dhcpcd_homedir="/var/db/dhcpcd"
make_dirs="/var/db/dhcpcd 0770 root _dhcpcd"

build_options="privsep"
desc_option_privsep="Enable privilege separation mode for the daemon"
Expand Down