mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
dhcpcd: update to 9.0.0; enable privsep.
This commit is contained in:
parent
9ac299844e
commit
0cf9bba078
1 changed files with 5 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'dhcpcd'
|
# Template file for 'dhcpcd'
|
||||||
pkgname=dhcpcd
|
pkgname=dhcpcd
|
||||||
version=8.1.6
|
version=9.0.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=configure
|
build_style=configure
|
||||||
make_check_target=test
|
make_check_target=test
|
||||||
|
@ -12,9 +12,12 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
homepage="https://roy.marples.name/projects/dhcpcd"
|
homepage="https://roy.marples.name/projects/dhcpcd"
|
||||||
distfiles="https://roy.marples.name/downloads/dhcpcd/dhcpcd-${version}.tar.xz"
|
distfiles="https://roy.marples.name/downloads/dhcpcd/dhcpcd-${version}.tar.xz"
|
||||||
checksum=6c2934a3e1e67a5cfd5bb15b1efa71f65c00314ac1ccb5c50da8eae3a0b8147f
|
checksum=4a31ae9edcb469dc626e9e70f61c7a87104c26936126ccac24be6d45d4cfe46a
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
conf_files=/etc/dhcpcd.conf
|
conf_files=/etc/dhcpcd.conf
|
||||||
|
# privsep
|
||||||
|
system_accounts="_dhcpcd"
|
||||||
|
_dhcpcd_homedir="/var/db/dhcpcd"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vsv dhcpcd
|
vsv dhcpcd
|
||||||
|
|
Loading…
Add table
Reference in a new issue