[openwrt/openwrt] odhcpd: update to Git HEAD (2025-12-01)
LEDE Commits
lede-commits at lists.infradead.org
Wed Dec 3 23:47:24 PST 2025
noltari pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/316a85ed91aac42d3ca6e47c15b0affee3e6e637
commit 316a85ed91aac42d3ca6e47c15b0affee3e6e637
Author: Goetz Goerisch <ggoerisch at gmail.com>
AuthorDate: Mon Dec 1 11:33:11 2025 +0100
odhcpd: update to Git HEAD (2025-12-01)
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 <ggoerisch at gmail.com>
Link: https://github.com/openwrt/openwrt/pull/21009
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 74266b21c8..2a0e421f3b 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:=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 <noltari at gmail.com>
PKG_LICENSE:=GPL-2.0
More information about the lede-commits
mailing list