Skip to content

Releases: NetworkConfiguration/dhcpcd

dhcpcd 10.2.2

25 Feb 12:39
v10.2.2
Compare
Choose a tag to compare
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

23 Feb 20:43
v10.2.1
Compare
Choose a tag to compare
SHA256 (dhcpcd-10.2.1.tar.xz) = fe9c92833373366708cb80570fb5de6713af9912cf21a99abb0368d8aa8dbc22
Size   (dhcpcd-10.2.1.tar.xz) = 275688

What's Changed

Full Changelog: v10.2.0...v10.2.1

dhcpcd 10.2.0

12 Feb 16:44
v10.2.0
Compare
Choose a tag to compare
SHA256 (dhcpcd-10.2.0.tar.xz) = 7916fed1560835b5b9d70d27604c3858e501c5a177eef027f96eb7ab0f711399
Size   (dhcpcd-10.2.0.tar.xz) = 274896

What's Changed

New Contributors

Full Changelog: v10.1.0...v10.2.0

dhcpcd 10.1.0

04 Oct 21:24
v10.1.0
Compare
Choose a tag to compare
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

21 Aug 15:08
v10.0.10
Compare
Choose a tag to compare
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

21 Aug 10:53
v10.0.9
Compare
Choose a tag to compare
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

Full Changelog: v10.0.8...v10.0.9

dhcpcd 10.0.8

24 May 16:04
v10.0.8
Compare
Choose a tag to compare
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

24 May 10:45
v10.0.7
Compare
Choose a tag to compare
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

Full Changelog: v10.0.6...v10.0.7

dhcpcd 10.0.6

18 Dec 15:45
v10.0.6
Compare
Choose a tag to compare
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

10 Nov 14:31
v10.0.5
Compare
Choose a tag to compare
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