summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorÁlvaro Fernández Rojas2025-11-28 11:00:30 +0000
committerÁlvaro Fernández Rojas2025-11-30 15:46:57 +0000
commit2b3efc300ad761084fe41c0763e0c74d01b10d14 (patch)
tree2ebb5a693b7e47fbab5dfcf281715d786d4a93e4
parentf614322d2822c16d985ef9994d5f6798c8756501 (diff)
downloadopenwrt-2b3efc300ad761084fe41c0763e0c74d01b10d14.tar.gz
odhcp6c: update to Git HEAD (2025-11-24)
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 <noltari@gmail.com>
-rw-r--r--package/network/ipv6/odhcp6c/Makefile6
1 files 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 <dedeckeh@gmail.com>
PKG_LICENSE:=GPL-2.0