void-packages icon indicating copy to clipboard operation
void-packages copied to clipboard

dhcpcd: update to 10.0.6

Open realcharmer opened this issue 1 year ago • 3 comments

Testing the changes

  • I tested the changes in this PR: briefly
  • I built this PR locally for my native architecture, (x86_64)

realcharmer avatar Jan 12 '24 11:01 realcharmer

is it correct to have both 2>&1 and 1>&2 in the service?

$ cat /etc/sv/dhcpcd/run 
#!/bin/sh
exec 2>&1
[ -r conf ] && . ./conf
exec dhcpcd -B ${OPTS:=-M} 1>&2

dkwo avatar Feb 23 '24 21:02 dkwo

The update is welcome, but please keep the package orphaned. That's also our placeholder for core packages. (It would be good to have a separate address for those, but that's another discussion.)

ahesford avatar Mar 01 '24 15:03 ahesford

The update is welcome, but please keep the package orphaned. That's also our placeholder for core packages. (It would be good to have a separate address for those, but that's another discussion.)

Alright. I picked it up because it seemed such important package should have an active maintainer. Having a dedicated maintainer placeholder would indeed prevent people trying to adopt core packages.

realcharmer avatar Mar 05 '24 06:03 realcharmer

btw, the 10.0.8 is out

dkwo avatar May 24 '24 19:05 dkwo

btw, the 10.0.8 is out

Thanks for the heads-up. I've updated the template and removed the two patches which are now merged in upstream.

realcharmer avatar May 28 '24 12:05 realcharmer