odhcpd: update to Git HEAD (2025-12-01)
authorGoetz Goerisch <[email protected]>
Mon, 1 Dec 2025 10:33:11 +0000 (11:33 +0100)
committerÁlvaro Fernández Rojas <[email protected]>
Thu, 4 Dec 2025 07:45:17 +0000 (08:45 +0100)
338ca8abb950 dhcpv4: support IPv6-only preferred (RFC8925)
7336992e6866 dhcpv6-ia: fix a crash when static lease isn't configured
a170d63874f2 src: fix shadowed local variables
90f503fc7ca6 ubus: fix shadow local variable
ef8de928da7f build: enable DHCPV4_SUPPORT and UBUS
def8adea9e6c statefiles: remove hosts entries from statefile
e568bde96e9f odhcpd: remove OAF_BROKEN_HOSTNAME
1fe60e14e468 odhcpd: remove OAF_STATIC
9ae348c07ce0 dhcpv6: remove OAF_TENTATIVE
d0e6bc4d1cc2 odhcpd: remove OAF_BOUND
7fddd3916664 statefiles: change ipv4 MAC statefile syntax
bb2da6dcb58d build: fix BUILD_ARGS
94ef124f726e dhcpv6-ia: fix crash in dhcpv6_free_lease()
6fbd70c08342 build: disable static libraries

https://github.com/openwrt/odhcpd/compare/d21e504b38ab...6fbd70c08342

Signed-off-by: Goetz Goerisch <[email protected]>
Link: https://github.com/openwrt/openwrt/pull/21009
Signed-off-by: Álvaro Fernández Rojas <[email protected]>
package/network/services/odhcpd/Makefile

index 74266b21c8386065f55a10cf10a2b1ef9231f86d..2a0e421f3b943ca71a0a6cce330e281f497f18a5 100644 (file)
@@ -12,9 +12,9 @@ PKG_RELEASE:=1
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL=$(PROJECT_GIT)/project/odhcpd.git
-PKG_MIRROR_HASH:=1b9d5324c377f99e2cec3a92a71e9e979a1e4cf16023fea59b5799bcbdbb36d5
-PKG_SOURCE_DATE:=2025-11-27
-PKG_SOURCE_VERSION:=d21e504b38ab4c880c43b7f1649104bb2f0d2d8b
+PKG_MIRROR_HASH:=cddf1a82865e1a064ff7aaf7b86e6ba076387f8717c95a0a0f0e49cebdd60dfd
+PKG_SOURCE_DATE:=2025-12-01
+PKG_SOURCE_VERSION:=6fbd70c0834279f5836585a90d7c957fbb23a7e5
 
 PKG_MAINTAINER:=Álvaro Fernández Rojas <[email protected]>
 PKG_LICENSE:=GPL-2.0