[openwrt/openwrt] odhcpd: update to Git HEAD (2025-10-22)

LEDE Commits lede-commits at lists.infradead.org
Wed Oct 22 23:07:01 PDT 2025


noltari pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/28bb40caafd8e36d6ab97e42fb51e26d547bdfe1

commit 28bb40caafd8e36d6ab97e42fb51e26d547bdfe1
Author: Álvaro Fernández Rojas <noltari at gmail.com>
AuthorDate: Wed Oct 22 18:29:24 2025 +0200

    odhcpd: update to Git HEAD (2025-10-22)
    
    0d0fac30075f dhcpv4: bump problem scenario up to warn
    bf6137092346 config: properly set log level from uci
    7956f4271b4e dhcpv6: RFC4833 timezones
    7000557cd8f6 dhcpv6-ia: respect prefix assigned to interface (>= /64)
    e1e60601ffeb odhcpd: improve odhcpd_urandom()
    c2eb4b59f107 config: fix erroneous clamp message if clamp value == max
    54b9e729b00d dhcpv4: bail earlier on release/decline
    417f4b11d352 dhcpv4: don't hardcode options array length
    d63fa3c3612c dhcpv4: shrink struct dhcpv4_message
    9653b43617e3 dhcpv4: use iovec for forcereconf messages, fix hash
    bf41f4edfbe3 dhcpv4: fix padding of iovec message in dhcpv4_handle_msg()
    be68f423c528 dhcpv4: some minor cleanups post-iovec
    e24a371ef714 dhcpv4: use iovec for forcerenew opts
    bd353e891ae6 dhcpv4: use iovec for router and DNS server
    b81cfaa7859e dhcpv4: use iovec for DNS search and MTU
    578a9289440b dhcpv4: use iovec for netmask/hostname/broadcast
    5bafc17b79d8 dhcpv4: use iovec for leasetime/renew/rebind
    b63448ffe447 dhcpv4: introduce a reply_opts array
    0533eaea0a94 dhcpv4: use iovec for DNR
    6329e37d595d dhcpv4: use iovec for NTP
    87fee619205d dhcpv4: use iovec for message and serverid
    2f97bf0b56de dhcpv4: reorder some more variables in dhcpv4_handle_msg()
    18c1b02bdc20 dhcpv4: remove one more variable from dhcpv4_handle_msg()
    6fd691ff29cd dhcpv4: move dest handling from dhcpv4_handle_msg()
    1f803caf9a1f dhcpv4: don't copy reqopts around
    b1be3984ebf8 dhcpv4: more refactoring of dhcpv4_handle_msg()
    85717bedf8ce dhcpv4: clarify variable names in dhcpv4_handle_msg()
    be864ccf9919 dhcpv4: some more cleanups to dhcpv4_handle_msg()
    f87464520564 dhcpv4: preparations for iovec usage
    f48e1c205af3 odhcdp: use a more suitable clock
    7e78caac4eae dhcpv6: change dhcpv6 message type check in relay
    288abd9c4046 dhcpv6: move dhcpv6 message type check for early exit
    d504458ef515 odhcpd: add a simple build script
    4ee309a54011 github: improve CI
    ff3a241ccc98 odhcpd: shrink binary size by creating a logging function
    e2ecf7ba6d72 odhcpd: support stderr logging
    5de3b0d5b509 odhcpd: add log helpers
    398d03a1a236 config: cap dhcpv6_pd_min_len to max instead of only logging error
    4f54738d3ae7 config: clamp dhcpv6_hostid_len instead of only logging an error
    465f19c9c2e3 config: clamp ra_mtu into 1280-65535 range
    434b06133997 config: cap ra_retranstime and warn instead of only logging an error
    e5f58a90a147 config: cap ra_hoplimit to maximum and warn instead of logging an error
    208eb10307c1 config: cap ra_reachabletime to RFC maximum instead of logging error
    93449f1513b4 config: drop double size lease times; they are all UINT32_MAX;
    439c0ceab131 router: redefine ra_mininterval and ra_maxinterval as uint32_t
    84b4dfe81363 config: clamp ra_mininterval, ra_maxinterval, ra_lifetime at load time
    aa4f26232e05 router: refactor calc_ra_lifetime; redefine ra_lifetime as uint32_t
    6ece28ffd475 config: do MaxRtrAdvInterval init at (ra_maxinterval) init time
    dc03e02d973e router: Apply updated values from RFC9096 (updates RFC4861) to RA/ND
    cc7766c12abe router: Apply updated values from RFC8319 (updates RFC4861) to RA/ND
    964da13e758c config: refactor parse_leasetime() - branch amount remains same
    9646c749467b github: fix CMAKE_SYSTEM_PROCESSOR copy&paste
    288206c9a2ed github: add CI build
    30780debd691 odhcpd: fix a compilation error
    e0b2c3cf9476 odhcpd: allow assignments to be reassigned
    01e5e311b0db odhcpd: support multiple per-client DUIDs
    aebc647a6b7b odhcpd: support assignments on the basis of IAID
    cc3ec9c20c61 odhcpd: support IAIDs for static DHCPv6 leases
    e42c62725942 odhcpd: break up complex matching logic
    e1123906a4bc odhcpd: document the ubus interface
    c69200195263 dhcpv4: generate dbus events on lease expiry
    dd7a2d474d0d dhcpv4: fix ubus events
    22481d848e0d odhcpd: remove mac_len argument to ubus_bcast_dhcp_event()
    d31d64efd56c odhcpd: fix ubus support flag in help msg
    9bc1b4e26e10 odhcpd: reduce use of WITH_UBUS defines in code
    d402cdae4316 ndp: fix macOS IPv6 compatibility by using link-local source addresses
    
    Signed-off-by: Álvaro Fernández Rojas <noltari at gmail.com>
---
 package/network/services/odhcpd/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/network/services/odhcpd/Makefile b/package/network/services/odhcpd/Makefile
index 716829f56a..0fc755695f 100644
--- a/package/network/services/odhcpd/Makefile
+++ b/package/network/services/odhcpd/Makefile
@@ -12,9 +12,9 @@ PKG_RELEASE:=1
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL=$(PROJECT_GIT)/project/odhcpd.git
-PKG_MIRROR_HASH:=7c60dfc0ffcc1cde0e95f3898451a9e8e9b77e94aab732e3b8a0f052529378c3
-PKG_SOURCE_DATE:=2025-10-07
-PKG_SOURCE_VERSION:=5eac9c56ff3b0a013c5241f449ca144f70bf4c02
+PKG_MIRROR_HASH:=948d935e523389d0fe72aaf14557a53020fce81aaa0a7f30551e8364eed67566
+PKG_SOURCE_DATE:=2025-10-22
+PKG_SOURCE_VERSION:=0d0fac30075f639fc2d82e5327e307cba30e2687
 
 PKG_MAINTAINER:=Hans Dedecker <dedeckeh at gmail.com>
 PKG_LICENSE:=GPL-2.0




More information about the lede-commits mailing list