Releases: NetworkConfiguration/dhcpcd
Releases · NetworkConfiguration/dhcpcd
dhcpcd 10.2.2
SHA256 (dhcpcd-10.2.2.tar.xz) = 5f257b02f874b3b8cb031e5be79c99cf9cbd4f65eae2a50c9b1beddafb3f51bc
Size (dhcpcd-10.2.2.tar.xz) = 275700
Full Changelog: v10.2.1...v10.2.2
dhcpcd 10.2.1
SHA256 (dhcpcd-10.2.1.tar.xz) = fe9c92833373366708cb80570fb5de6713af9912cf21a99abb0368d8aa8dbc22
Size (dhcpcd-10.2.1.tar.xz) = 275688
What's Changed
- Fix building with different options by @rsmarples in #461
- Only drop IPv4 LL addresses if configured to handle them by @ColinMcInnes in #464
Full Changelog: v10.2.0...v10.2.1
dhcpcd 10.2.0
SHA256 (dhcpcd-10.2.0.tar.xz) = 7916fed1560835b5b9d70d27604c3858e501c5a177eef027f96eb7ab0f711399
Size (dhcpcd-10.2.0.tar.xz) = 274896
What's Changed
- dhcp6: start request when advertise received after IRT by @sshambar in #376
- dhcpcd: stdout output sometimes empty when redirected to a file by @diego-santacruz in #364
- Fix help text formatting by @jvfranklin in #379
- Apply lastlease behavior to DHCPv6 by @jvfranklin in #384
- dhcpcd not ignoring source-based routes on linux by @sshambar in #372
- DHCP6: lastlease behavior after Confim non-response by @jvfranklin in #387
- Allow limited RLIMIT_FSIZE when dumping lease by @ColinMcInnes in #389
- IPv6: Avoid uninitialized ifp state when adding address by @kensimon in #395
- DHCPv6: Add support for sending Option 17 (VSIO) by @spoljak-ent in #383
- Exit the timesyncd hook if not on systemd and not executable (#398) by @perkelix in #403
- Add route lifetime from Router Advertisement by @ColinMcInnes in #429
- revert e3c5de1 by @zacknewman in #425
- Fix using multiple enterprise IDs with vendclass (Option 124 DHCP / Option 16 DHCPv6) (#328) by @spoljak-ent in #408
- Update route if acquired time changes by @ColinMcInnes in #441
- Always send req for InfoRefreshTime option on Inform-Req by @ColinMcInnes in #446
- Increase max IPv4 clientid. by @gnaaman-dn in #442
- Update build.yml to fix BSD builds by @perkelix in #456
New Contributors
- @sshambar made their first contribution in #376
- @diego-santacruz made their first contribution in #364
- @jvfranklin made their first contribution in #379
- @kensimon made their first contribution in #395
- @spoljak-ent made their first contribution in #383
- @perkelix made their first contribution in #403
- @zacknewman made their first contribution in #425
- @gnaaman-dn made their first contribution in #442
Full Changelog: v10.1.0...v10.2.0
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