1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00

net/dhcpcd: update to 10.3.2

While here add a PRIVSEP options

Changes:	https://github.com/NetworkConfiguration/dhcpcd/releases/tag/v10.3.2
This commit is contained in:
Dries Michiels
2026-04-30 23:40:15 +02:00
parent 79dcbfc4c8
commit 195038c4b8
2 changed files with 11 additions and 5 deletions
+8 -2
View File
@@ -1,5 +1,5 @@
PORTNAME= dhcpcd
DISTVERSION= 10.3.1
DISTVERSION= 10.3.2
CATEGORIES= net
MASTER_SITES= https://github.com/NetworkConfiguration/${PORTNAME}/releases/download/v${DISTVERSION}/
@@ -17,9 +17,15 @@ USE_RC_SUBR= dhcpcd
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --datadir=${PREFIX}/share/examples \
--prefix=${PREFIX} \
--privsepuser="_dhcp" \
--without-udev
OPTIONS_DEFINE= PRIVSEP
OPTIONS_DEFAULT= PRIVSEP
PRIVSEP_DESC= Enable or disable privelege seperation
PRIVSEP_CONFIGURE_ON= --enable-privsep --privsepuser="_dhcp"
PRIVSEP_CONFIGURE_OFF= --disable-privsep
post-install:
${MV} ${STAGEDIR}${PREFIX}/etc/dhcpcd.conf ${STAGEDIR}${PREFIX}/etc/dhcpcd.conf.sample
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/dhcpcd
+3 -3
View File
@@ -1,3 +1,3 @@
TIMESTAMP = 1773690314
SHA256 (dhcpcd-10.3.1.tar.xz) = 1aed450dfd22f280a64f7e5feee148d29727c292a3d1819287cf4f98b12d4a68
SIZE (dhcpcd-10.3.1.tar.xz) = 279320
TIMESTAMP = 1777584833
SHA256 (dhcpcd-10.3.2.tar.xz) = b6aa46932074906a9badef1bfe142b8aff9d041c2689e1ef8b74c12e9fd942bd
SIZE (dhcpcd-10.3.2.tar.xz) = 279368