[openwrt/openwrt] odhcpd: update to Git HEAD (2025-11-23)
LEDE Commits
lede-commits at lists.infradead.org
Wed Nov 26 09:57:04 PST 2025
noltari pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/2418ff90d96d209edb210e5d62a6e92c05fe8d55
commit 2418ff90d96d209edb210e5d62a6e92c05fe8d55
Author: Goetz Goerisch <ggoerisch at gmail.com>
AuthorDate: Mon Nov 24 08:56:28 2025 +0100
odhcpd: update to Git HEAD (2025-11-23)
8a8bb3c1a673 src: consolidate and improve fallthrough
8ffe79e3f086 src: improve attributes
0a4d4e11c91c odhcpd: simplify signal handling
6af938921628 odhcpd: make ubus optional at runtime
7313ba262b76 odhcpd: update devel-build.sh
038a7bbfc30d dhcpv4: simplify random address selection
8c574bd2fe62 dhcpv6: prevent network loop scenario
76b2d00ee5f0 router: Modify relayed RA PIO L and RA M/O flags according to interface policy
d236b2e0c53e github: ci: add MIPS64, PowerPC64 and RISCV64
d1500bb5d64d all: implement RFC8910 captive portal (CP) option
9830e5e2bf37 all: implement RFC8910 captive portal (CP) option for DHCPv4
9b9ea96ca90e statefiles: fix off-by-one-bug
c10784ece29c dhcpv4: replace ToS precedence
24f013500691 dhcvp4: use tmp fd in dhcpv4_setup_interface()
3c32b27d8bab dhcpv4: simplify error handling in dhcpv4_setup_interface()
5b7cfef774fb dhcpv4: define val where it is used in dhcpv4_setup_interface()
b0739f23c310 dhcpv4: add BPF to dhcpv4_setup_interface()
650a5df88eba ndp: correctness fix for BPF filter
Signed-off-by: Goetz Goerisch <ggoerisch at gmail.com>
Link: https://github.com/openwrt/openwrt/pull/20919
[add myself as maintainer]
Signed-off-by: Álvaro Fernández Rojas <noltari at gmail.com>
---
package/network/services/odhcpd/Makefile | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/package/network/services/odhcpd/Makefile b/package/network/services/odhcpd/Makefile
index defd6c85f5..0970978686 100644
--- a/package/network/services/odhcpd/Makefile
+++ b/package/network/services/odhcpd/Makefile
@@ -12,11 +12,11 @@ PKG_RELEASE:=1
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=$(PROJECT_GIT)/project/odhcpd.git
-PKG_MIRROR_HASH:=2b5f21240010d1374f92800c1aa586edf646566fc1b853f35cda93032779aca4
-PKG_SOURCE_DATE:=2025-11-14
-PKG_SOURCE_VERSION:=d3dc577d7e843b21ecae0b17de4a6cce36b075db
+PKG_MIRROR_HASH:=cdf61fc424b23811aaefc7b47fb24aef94013ef1d299e1cbac94cbd029c1e099
+PKG_SOURCE_DATE:=2025-11-23
+PKG_SOURCE_VERSION:=650a5df88ebae82d956831c2f87c7c6eedd8c283
-PKG_MAINTAINER:=Hans Dedecker <dedeckeh at gmail.com>
+PKG_MAINTAINER:=Álvaro Fernández Rojas <noltari at gmail.com>
PKG_LICENSE:=GPL-2.0
PKG_ASLR_PIE_REGULAR:=1
More information about the lede-commits
mailing list