dhcpcd 10.5.1
SHA256 (dhcpcd-10.5.1.tar.xz) = 69883a40292137ee4e091cc13a2d46cb5e1107341c77529b0e1846566b547cb2
Size (dhcpcd-10.5.1.tar.xz) = 289052
What's Changed
- Add disable build privsep to the build matrix by @rsmarples in #689
- DHCP: Only send the rapid commit option when configured to by @rsmarples in #694
- DHCP6: Mirror the prior DHCP rapid commit fix to DHCPv6 by @rsmarples in #695
- keep acquisition timestamp when route isn't updated by @Freax13 in #686
- privsep: Allow __NR__llseek as well as __NR_llseek on linux by @rsmarples in #696
- compat: Take a copy of libc progname variable by @rsmarples in #697
- ipv6nd: don't leave a carrier expiry timeout on a freed interface by @Hojun-Cho in #698
- compat: define STDC_WANT_LIB_EXT1 1 before including config by @rsmarples in #700
- ipv4: clear added state if we didn't delete the address by @rsmarples in #699
- linux: workaround a gcc compile warning issue by @rsmarples in #703
- DHCP: script reason should be RELEASE on RELEASE, not STOP by @rsmarples in #701
- Improve the IDE experience by @rsmarples in #704
- control: Harden the socket at the fs level by @rsmarples in #705
- privsep: re-enable capsicum and pledge by @rsmarples in #706
- privsep: Fix capsicum support on the control socket by @rsmarples in #707
- configure: Generate .clangd by @rsmarples in #710
New Contributors
- @Freax13 made their first contribution in #686
- @Hojun-Cho made their first contribution in #698
Full Changelog: v10.5.0...v10.5.1