On 2023/05/20 22:13, Zack Newman wrote: > There are a few bugs in dhcpcd 9.4.1 as well as 10.0.1 that have since > been resolved in the master branch.
Can you try the port diff below and confirm it's working for you please? I moved my home router to a mikrotik box and that was the only place I ran dhcpcd so it's hard for me to test now. > I don't expect ports to be updated with this new version for OpenBSD 7.3. I don't see a reason not to backport this if it works. Index: Makefile =================================================================== RCS file: /cvs/ports/net/dhcpcd/Makefile,v retrieving revision 1.101 diff -u -p -r1.101 Makefile --- Makefile 13 Apr 2023 16:36:03 -0000 1.101 +++ Makefile 21 May 2023 08:25:09 -0000 @@ -1,17 +1,20 @@ COMMENT= DHCPv4/IPv4LL/IPv6RS/DHCPv6 quad stack client -PORTROACH= site:https://github.com/NetworkConfiguration/dhcpcd/releases/ +#V= 10.0.1 +#DISTNAME= dhcpcd-$V +#EXTRACT_SUFX= .tar.xz GH_ACCOUNT= NetworkConfiguration GH_PROJECT= dhcpcd -GH_TAGNAME= dhcpcd-9.5.0 -DISTNAME= ${GH_TAGNAME} +GH_COMMIT= 6a369c6d7bb48c8747717ea6e92bd05a2cc96391 +DISTNAME= dhcpcd-10.0.1pl20230518 EPOCH= 0 CATEGORIES= net HOMEPAGE= https://roy.marples.name/projects/dhcpcd +#MASTER_SITES= https://github.com/NetworkConfiguration/dhcpcd/releases/download/v$V/ # BSD-2 PERMIT_PACKAGE= Yes Index: distinfo =================================================================== RCS file: /cvs/ports/net/dhcpcd/distinfo,v retrieving revision 1.58 diff -u -p -r1.58 distinfo --- distinfo 13 Apr 2023 16:36:03 -0000 1.58 +++ distinfo 21 May 2023 08:25:09 -0000 @@ -1,2 +1,2 @@ -SHA256 (dhcpcd-9.5.0.tar.gz) = u469pLJQyowvqpECBfX/rGaug6eGtZ9c7b/nYkrQS8I= -SIZE (dhcpcd-9.5.0.tar.gz) = 348645 +SHA256 (dhcpcd-10.0.1pl20230518-6a369c6d.tar.gz) = ksxS3BVoLd2gEA7O88XMT2hESTEWok1vIuqK3F7VaF8= +SIZE (dhcpcd-10.0.1pl20230518-6a369c6d.tar.gz) = 357259