]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commit
dhcpcd: Update to 9.1.2
authorMatthias Fischer <matthias.fischer@ipfire.org>
Tue, 16 Jun 2020 17:48:35 +0000 (19:48 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 18 Jun 2020 10:38:39 +0000 (10:38 +0000)
commitfb9e2954bfda3afbefce2213f249403a7cd38c02
tree0f93561b68c562e0f9f44d519ad94150cd4fbaf3
parent3a1e74f55887e7986435b479ea11032942561dc4
dhcpcd: Update to 9.1.2

For details see:
https://roy.marples.name/blog/dhcpcd-9-1-2-released.html

    "Fix installing dhcpcd-definitions.conf rather than embedding it
    NetBSD: free ARP state once IPv4LL address announced
    Linux: fix compile for older distros
    udev: disable plugin for non Linux OS's
    BSD: Mark RA dervied addresses as AUTOCONF on NetBSD-current
    BSD: Only mark static routes from dhcpcd.conf as static
    DHCP6: Ensure requested addresses are requested
    DHCP6: Fix prefix length calculation when no prefix specified
    privsep: Implement a resource limited sandbox [1]
    privsep: Remove inet and dns pledges from master process
    privsep: call getifaddrs when the BSD lacks SIOCGIFALIAS
    privsep: free getifaddrs the right way if from privsep or not

[1] You will see a control proxy process now. This is for the resource
limited sandbox so that we can isolate requests over the control socket.
For NetBSD, FreeBSD and derivatives such as DragonFlyBSD this is
a massive win as these OS now enjoy a similar level of protection
as Capsicum or Pledge, but without the syscall filtering."

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/dhcpcd