Date: Thu, 30 Apr 2026 21:41:23 +0000 From: Dries Michiels <driesm@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 195038c4b8da - main - net/dhcpcd: update to 10.3.2 Message-ID: <69f3cc83.18be6.a75b5a4@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by driesm: URL: https://cgit.FreeBSD.org/ports/commit/?id=195038c4b8da074e99bc6c90b345c39c677cc4da commit 195038c4b8da074e99bc6c90b345c39c677cc4da Author: Dries Michiels <driesm@FreeBSD.org> AuthorDate: 2026-04-30 21:40:15 +0000 Commit: Dries Michiels <driesm@FreeBSD.org> CommitDate: 2026-04-30 21:41:13 +0000 net/dhcpcd: update to 10.3.2 While here add a PRIVSEP options Changes: https://github.com/NetworkConfiguration/dhcpcd/releases/tag/v10.3.2 --- net/dhcpcd/Makefile | 10 ++++++++-- net/dhcpcd/distinfo | 6 +++--- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/net/dhcpcd/Makefile b/net/dhcpcd/Makefile index eee3a628394f..7da900199853 100644 --- a/net/dhcpcd/Makefile +++ b/net/dhcpcd/Makefile @@ -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 diff --git a/net/dhcpcd/distinfo b/net/dhcpcd/distinfo index 1e5bbc458d38..5a9742beef2b 100644 --- a/net/dhcpcd/distinfo +++ b/net/dhcpcd/distinfo @@ -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) = 279368home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69f3cc83.18be6.a75b5a4>
