From 2b3efc300ad761084fe41c0763e0c74d01b10d14 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=81lvaro=20Fern=C3=A1ndez=20Rojas?= Date: Fri, 28 Nov 2025 12:00:30 +0100 Subject: [PATCH] odhcp6c: update to Git HEAD (2025-11-24) MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit f98b6ec82362 all: implement RFC8910 §3 URI equality check 3484787e9a5b all: implement RFC8910 captive portal (CP) option 25a0c40580f9 dhcpv6: refactor variable names 165bcc68ef2b dhcpv6: refactor variable names 8f60e7b1833c dhcpv6: refactor variable names 319305fceeef dhcpv6: refactor variable names dcb53c496513 dhcpv6: assign a new field for prefix exclusion length 080b64d70e73 dhcpv6: refactor variable names 66dd9b26b73a dhcpv6: refactor variable names f038a50604ae odhcp6c: set environment script to its current location 5f63e7e47dfc github: ci: add MIPS64, PowerPC64 and RISCV64 038407eca8a4 dhcpv6: restart DHCPv6 on receipt of RA containing a new prefix af9968c0293f dhcpv6: fix processing PIO exclusion loop variable collision 5492f09ec075 odhcp6c: apply draft-ietf-6man-slaac-renum-11 lifetime rules 38a31eb29a48 src: add fallthrough attribute b46d79c8792c odhcp6c: properly guard attributes https://github.com/openwrt/odhcp6c/compare/cbc8ff0e6226...f98b6ec82362 Signed-off-by: Álvaro Fernández Rojas --- package/network/ipv6/odhcp6c/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package/network/ipv6/odhcp6c/Makefile b/package/network/ipv6/odhcp6c/Makefile index d7f0eee163..5aa8ab0c12 100644 --- a/package/network/ipv6/odhcp6c/Makefile +++ b/package/network/ipv6/odhcp6c/Makefile @@ -12,9 +12,9 @@ PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL=$(PROJECT_GIT)/project/odhcp6c.git -PKG_SOURCE_DATE:=2025-11-14 -PKG_SOURCE_VERSION:=cbc8ff0e62261a5681dab1aa6d0e503545178354 -PKG_MIRROR_HASH:=3c3b73c9b74c45900128d91ad443d4411a5ba3f9246b97a562d9acaf7a9f01f3 +PKG_SOURCE_DATE:=2025-11-24 +PKG_SOURCE_VERSION:=f98b6ec82362607a01b7421935d99f54068a80e0 +PKG_MIRROR_HASH:=c9abe17fcfad0c4ff08c7c311e5ed160f97e0a03064d4140012c2ab62d3d3d1c PKG_MAINTAINER:=Hans Dedecker PKG_LICENSE:=GPL-2.0 -- 2.30.2