File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11PKGNAME=dhcpcd
22PKGSEC=net
33PKGDES="RFC2131 compliant DHCP client daemon"
4- PKGDEP=glibc
4+ PKGDEP=" glibc"
55
6- # This package has an available configure script in source root,
7- # indicating it uses the GNU autotools-based build system.
86ABTYPE=autotools
9- AUTOTOOLS_AFTER="--rundir=/run \
10- --dbdir=/var/lib/dhcpcd"
7+ AUTOTOOLS_AFTER=(
8+ '--rundir=/run'
9+ '--dbdir=/var/lib/dhcpcd'
10+ )
11+
12+ # FIXME: make: *** No targets specified and no makefile found. Stop.
1113ABSHADOW=0
14+
15+ # FIXME: Necessary files not found for script regeneration
1216RECONF=0
1317
1418# Needed by Afterglow, whereas FAIL_ARCH defaults to mainline-only.
Original file line number Diff line number Diff line change 1- VER=10.3.0
1+ VER=10.5.2
22SRCS="git::commit=tags/v$VER::https://github.com/NetworkConfiguration/dhcpcd"
33CHKSUMS="SKIP"
44CHKUPDATE="anitya::id=11429"
Original file line number Diff line number Diff line change 1+ security = true
2+
3+ [name ]
4+ default = " dhcpcd 10.5.2"
5+
6+ [caution ]
7+ default = " Fixes 4 security vulnerabilities (including 1 of high severity and 3 of medium severity)"
8+ zh_CN = " 修复 4 个安全漏洞(含 1 个高危漏洞和 3 个中危漏洞)"
9+
10+ [packages-v2 ]
11+ "dhcpcd" = " < 10.5.2"
You can’t perform that action at this time.
0 commit comments