From: Goetz Goerisch Date: Tue, 7 Oct 2025 13:53:56 +0000 (+0200) Subject: odhcpd: update to Git HEAD (2025-10-07) X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=5b1cb76a015449de77094185f03c7de02dae20a0;p=openwrt%2Fstaging%2Fwigyori.git odhcpd: update to Git HEAD (2025-10-07) f0d855358b86 ndp: Allow NS loopback for master iface f770588f5ed6 dhcpv4: move dhcpv4_init() to end of dhcpv4.c 2bb556ed0dd6 dhcpv4: rename valid_until_cb() 65986596a60d dhcpv4: reorder more functions 13e6c7271228 dhcpv4: rename setup_dhcpv4_addresses() 14a480dc9d26 dhcpv4: rename handle_addrlist_change() 0cf95c471d77 dhcpv4: move and rename handle_dhcpv4() 869e2942f3f1 dhcpv4: replace ip4toa() with inet_ntop() 2a8dd31261b6 dhcpv4: move dhcpv4_free_assignment() d514cb558ef3 dhcpv4: move dhcpv4_fr_stop() up 2649ee838c05 dhcpv4: move struct dhcpv4_dnr to header 057e238b0934 dhcpv4: reorder some more functions bdaffc2e7683 dhcpv4: move find_assignment_by_hwaddr() 354ed627425c dhcpv4: move the remaining forward declaration 0b0ddaa9a1a4 dhcpv4: rename a variable in dhcpv4_assign() 63617a2d2df0 odhcpd: print compiled-in features in help message 01f571dcf9fd ubus: don't expose ipv4leases if not supported 57495fc4c3d3 ubus: minor correctness fix 3b3a3336470f ubus: improve correspondence between DHCPv[46] 031e1c799f59 dhcpv4: dhcpv4_fr_rand_delay() fixups 11c8ef57da64 dhcpv4: update dhcpv4_msg_to_string() efafcbdbb0ab dhcpv4: remove some magic numbers aa04946ac65a dhcpv4: rename cookie variable 99c35f35971c dhcpv4: simplify dhcpv4_fr_send() a bit f26abfdd27c0 dhcpv4: make the cookie explicit in struct dhcpv4_message 80b881e860e0 dhcpv4: simplify dhcpv4_setup_interface() 5eac9c56ff3b router: fix SLAAC on subnets > 64 Signed-off-by: Goetz Goerisch Link: https://github.com/openwrt/openwrt/pull/20332 Signed-off-by: Álvaro Fernández Rojas --- diff --git a/package/network/services/odhcpd/Makefile b/package/network/services/odhcpd/Makefile index 44fb25de6c..716829f56a 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:=1ad44323f7803fdb5d1b2492d47e4b4b0fbc3d4c7c171b270422b10535c2a284 -PKG_SOURCE_DATE:=2025-10-02 -PKG_SOURCE_VERSION:=b14cf98c914d8582f18c7b263814797366fa185d +PKG_MIRROR_HASH:=7c60dfc0ffcc1cde0e95f3898451a9e8e9b77e94aab732e3b8a0f052529378c3 +PKG_SOURCE_DATE:=2025-10-07 +PKG_SOURCE_VERSION:=5eac9c56ff3b0a013c5241f449ca144f70bf4c02 PKG_MAINTAINER:=Hans Dedecker PKG_LICENSE:=GPL-2.0