Releases: NetworkConfiguration/dhcpcd
Releases · NetworkConfiguration/dhcpcd
dhcpcd 10.1.0
SHA256 (dhcpcd-10.1.0.tar.xz) = abc307c63853da3199baa5c1e15fd5ede9d68d068b2a59ca14c5a6768e9cc3b7
Size (dhcpcd-10.1.0.tar.xz) = 271660
What's Changed
- dhcp: get_option_uint32/16 only accept options with correct len by @taoyl-g in #357
- Include frame header in buffer length by @acst1223 in #371
New Contributors
Full Changelog: v10.0.10...v10.1.0
dhcpcd 10.0.10
SHA256 (dhcpcd-10.0.10.tar.xz) = d582012992efddd2442bb1213c518a37d90febbcf8b11f8e76448c710dacad27
Size (dhcpcd-10.0.10.tar.xz) = 272732
Full Changelog: v10.0.9...v10.0.10
dhcpcd 10.0.9
SHA256 (dhcpcd-10.0.9.tar.xz) = 4080c4dfd02e71cea59332cb84ca695b808ce5f2de6432f9e75e944bd201cd8d
Size (dhcpcd-10.0.9.tar.xz) = 272712
What's Changed
- Option 2: Fix stdin parsing by @holmanb in #289
- IPv4LL: Restart ARP probling on address conflict by @LeoRuan in #340
- DHCP: Handle option 108 correctly when receiving 0.0.0.0 OFFER by @taoyl-g in #342
- DHCP: No longer set interface mtu by @rsmarples in #346
- Update privsep-linux.c to allow statx by @Jabrwock in #349
New Contributors
- @holmanb made their first contribution in #289
- @LeoRuan made their first contribution in #340
- @rsmarples made their first contribution in #346
- @Jabrwock made their first contribution in #349
Full Changelog: v10.0.8...v10.0.9
dhcpcd 10.0.8
SHA256 (dhcpcd-10.0.8.tar.xz) = d8dddf9f971a8d9ff828f33d8fa9f6d9a892a4a1429d230e9efb2be97dd0e313
Size (dhcpcd-10.0.8.tar.xz) = 272116
What's Changed
- Fixed compile without ARP
- Fixed closefrom test for glibc
- Fixed spelling of ADVERTISEMENT
Full Changelog: v10.0.7...v10.0.8
dhcpcd 10.0.7
SHA256 (dhcpcd-10.0.7.tar.xz) = d5b15d6ca3fc6ee6eb01e49f67007a14a406fc83155d1c9a90e1ea9e71c9e769
Size (dhcpcd-10.0.7.tar.xz) = 272144
What's Changed
- DHCP: use request_time, fallback_time and ipv4ll_time rather than reboot timeout
- DHCP6: Wait for IRT to elapse before requesting advertisments
- DHCPv6: Don't re-INFORM if the RA changes
- privsep: Reduce fd use
- dhcpcd: Add support for arp persist defence by @pradeep-brightsign in #273
- Move dhcp(v4) packet size check earlier by @pemensik in #295
- Define the Azure Endpoint and other site-specific options by @lparkes in #299
- add RFC4191 support by @goertzenator in #297
- dhcpcd: Respect IPV6_PREFERRED_ONLY flag regardless of state by @taoyl-g in #307
- Fix time_offset to be int to match RFC-2132 by @ColinMcInnes in #319
- hooks/30-hostname: Exit with 0 if setting hostname is not needed by @bdrung in #320
New Contributors
- @pradeep-brightsign made their first contribution in #273
- @lparkes made their first contribution in #299
- @goertzenator made their first contribution in #297
- @taoyl-g made their first contribution in #307
- @ColinMcInnes made their first contribution in #319
- @bdrung made their first contribution in #320
Full Changelog: v10.0.6...v10.0.7
dhcpcd 10.0.6
SHA256 (dhcpcd-10.0.6.tar.xz) = 779d3ae514e8f24d7449503e1f0a20f5137c773bd04ca98c62386bf81e99f482
Size (dhcpcd-10.0.6.tar.xz) = 269392
What's Changed
- privsep: Stop proxying stderr to console and fix some detachment issues
- non-privsep: Fix launcher hangup
- DHCP6: Allow the invalid interface name
-
to mean don't assign an address from a delegated prefix - DHCP6: Load the configuration for the interface being activated from prefix delegation
Full Changelog: v10.0.5...v10.0.6
dhcpcd 10.0.5
SHA256 (dhcpcd-10.0.5.tar.xz) = eb1f3cfef3069781ff8c896d7cea922639964afe22db28c069dc3f37f57eb428
Size (dhcpcd-10.0.5.tar.xz) = 269696
What's Changed
- DHCP: re-enter DISCOVER phase if server doesn't reply to our REQUEST
- privsep: Allow __NR_dup3 syscall as some libc's use that instead of the dup2 dhcpcd uses
- dev: Fix an issue where not opening the dev plugin folder if configured returned the wrong fd
- privsep: Harden the launcher process detecting daemonisation.
- compat: arc4random uses explicit_bzero if available
Full Changelog: v10.0.4...v10.0.5
dhcpcd 10.0.4
SHA256 (dhcpcd-10.0.4.tar.xz) = ced5bbde8da3726eac77b9e77e4f31a89c9849d811ef8a2c749664fc5f55a718
Size (dhcpcd-10.0.4.tar.xz) = 269212
What's Changed
- privsep: allow __NR_mmap2 call by @olegartys in #253
- privsep: allow __NR_clock_gettime32 syscall by @olegartys in #254
- compat/arc4random.c: use memset instead of explicit_bzero by @ffontaine in #252
- privsep: avoid SIGPIPE errors when scripts write to stderr/stdout after dhcpcd is daemonised
New Contributors
- @olegartys made their first contribution in #253
Full Changelog: v10.0.3...v10.0.4
dhcpcd 10.0.3
SHA256 (dhcpcd-10.0.3.tar.xz) = 232a3f7ee41f026e644ee8c8468d4baf2d5f37ca91ade442c5a7b4bc81b3cb0f
Size (dhcpcd-10.0.3.tar.xz) = 268872
What's Changed
- Do not crash on dhcpcd test run by @pemensik in #231
- Add automated CI builds for Ubuntu, OpenBSD, FreeBSD and NetBSD by @tobhe in #229
- dhcpcd: Fix off-by-one overflow when read() writes full BUFSIZ by @tobhe in #236
- privsep: fix strlcpy overflow in psp_ifname by @tobhe in #239
- ci: execute tests after successful build by @tobhe in #243
- compat: update arc4random() to newer chacha20 based version from OpenBSD by @tobhe in #227
- Support libcrypto for hmac and sha256 by @tobhe in #223
- Use a local variable instead of the optind by @gotthardp in #86
- Send correct amount of used buffer for prefix exclude option by @ctomahogh in #250
- compat: use OpenSSL RAND_priv_bytes() for entropy by @tobhe in #248
New Contributors
- @pemensik made their first contribution in #231
- @gotthardp made their first contribution in #86
- @ctomahogh made their first contribution in #250
Full Changelog: v10.0.2...v10.0.3
dhcpcd 10.0.2
SHA256 (dhcpcd-10.0.2.tar.xz) = 3aa15c50be86d9595467f21dd9dc66f7115e3de1f5ab0b704b753684062b8541
Size (dhcpcd-10.0.2.tar.xz) = 264324
What's Changed
- chore: Link to GitHub for the updated commit log by @frazar in #203
- Additional DHCP options by @rrobgill in #214
- risc-v fix vendor error by @Im-0xea in #213
- compat sync by @tobhe in #226
New Contributors
- @frazar made their first contribution in #203
- @rrobgill made their first contribution in #214
- @Im-0xea made their first contribution in #213
- @tobhe made their first contribution in #226
Full Changelog: v10.0.1...v10.0.2