Skip to content

Commit c43aa61

Browse files
committed
dhcpcd: security update to 10.5.2
Signed-off-by: stydxm <stydxm@outlook.com>
1 parent 51717de commit c43aa61

3 files changed

Lines changed: 21 additions & 6 deletions

File tree

app-network/dhcpcd/autobuild/defines

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
PKGNAME=dhcpcd
22
PKGSEC=net
33
PKGDES="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.
86
ABTYPE=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.
1113
ABSHADOW=0
14+
15+
# FIXME: Necessary files not found for script regeneration
1216
RECONF=0
1317

1418
# Needed by Afterglow, whereas FAIL_ARCH defaults to mainline-only.

app-network/dhcpcd/spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VER=10.3.0
1+
VER=10.5.2
22
SRCS="git::commit=tags/v$VER::https://github.com/NetworkConfiguration/dhcpcd"
33
CHKSUMS="SKIP"
44
CHKUPDATE="anitya::id=11429"

topics/dhcpcd-10.5.2.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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"

0 commit comments

Comments
 (0)