Opened 4 years ago

Closed 4 years ago

#14099 closed enhancement (fixed)

dhcpcd-9.3.0

Reported by: Bruce Dubbs Owned by: Bruce Dubbs
Priority: normal Milestone: 10.1
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

New minor version.

Change History (3)

comment:1 by Bruce Dubbs, 4 years ago

Owner: changed from blfs-book to Bruce Dubbs
Status: newassigned

comment:2 by Bruce Dubbs, 4 years ago

dhcpcd-9.3.0

With the following changes:

  • dhcpcd: Backticks have been removed from quoting filenames
  • dhcpcd: Only manipulate stdin, stdout and stderr if they are valid
  • duid: Adjust option so the type can be specified
  • logerr: Don't leak logfile fd to scripts
  • privsep: Support SECCOMP on Linux
  • privsep: Run the launcher process in the sandbox
  • privsep: getifaddrs now carries ifa_data for BSD
  • BSD: Use ifi_link_state as the single source of truth about carrier
  • BSD: Ignore vether(4) devices by default
  • Linux: If in a network namespace, don't load udev plugin

SECCOMP is a different beast to Capsicum and Pledge as the syscalls are arch specific. Hopefully I enabled enough for all arches! If your arch doesn't work, please let me know which arch is failing and which syscall it is - dmesg should tell you.

The BSD carrier change means that ALL interfaces should work with dhcpcd now, regardless of age of the driver. Even the crusty ancient ones where there is little working hardware for it left ;)

comment:3 by Bruce Dubbs, 4 years ago

Resolution: fixed
Status: assignedclosed

Fixed at revision 23799.

Note: See TracTickets for help on using tickets.