dhcpcd: Update to 10.2.0

Message ID 20250222164745.3260959-1-matthias.fischer@ipfire.org
State Staged
Commit c3fbca6e7987d94d5a218aaa1748a0f094ca4601
Headers
Series dhcpcd: Update to 10.2.0 |

Commit Message

Matthias Fischer Feb. 22, 2025, 4:47 p.m. UTC
  For details see:
https://github.com/NetworkConfiguration/dhcpcd/releases/tag/v10.2.0

"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"

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
---
 lfs/dhcpcd | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
  

Patch

diff --git a/lfs/dhcpcd b/lfs/dhcpcd
index 0c21544ab..6b77a9db7 100644
--- a/lfs/dhcpcd
+++ b/lfs/dhcpcd
@@ -1,7 +1,7 @@ 
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2024  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2025  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -24,7 +24,7 @@ 
 
 include Config
 
-VER        = 10.1.0
+VER        = 10.2.0
 
 THISAPP    = dhcpcd-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@  objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 9d47ae8b97ba082f980966a2c3f688c6a8addb10989c166dafebdb6491793815c4caddc3016334f6549923632fd01fc8ce0987eca31af01948b0f4a643f88b38
+$(DL_FILE)_BLAKE2 = 0b209f253e6462cc176ffef749228fc3b82474ee4baa2c468277b58abea9541282a2a96633e88641c46e3e9a612049f574009dd42f00f86334e655b10c234e81
 
 install : $(TARGET)