summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Fietkau2025-01-26 20:20:00 +0000
committerFelix Fietkau2025-02-10 16:08:18 +0000
commit3e7193933bb0234527e2ad195cd49a3dbfed8d65 (patch)
tree53dfe53360042b6400b18d02a305d35e586131d7
parenta9107e74a6eabf3763a81ce6dc04d54497de25eb (diff)
downloadopenwrt-3e7193933bb0234527e2ad195cd49a3dbfed8d65.tar.gz
unetd: update to Git HEAD (2025-01-26)
322500403615 service: add default group @ to match all nodes 5f7860306200 ubus: rename unetd_ubus_notify to unetd_ubus_network_notify d13752814651 enroll: add PEX sub-protocol to support enrolling new nodes into a network Signed-off-by: Felix Fietkau <nbd@nbd.name> (cherry picked from commit c0f06cb6ac002ce90c10839b3d98aed8b41a2da5)
-rw-r--r--package/network/services/unetd/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/network/services/unetd/Makefile b/package/network/services/unetd/Makefile
index 66d27ff6b9..1b53596e1f 100644
--- a/package/network/services/unetd/Makefile
+++ b/package/network/services/unetd/Makefile
@@ -10,9 +10,9 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=unetd
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=$(PROJECT_GIT)/project/unetd.git
-PKG_SOURCE_DATE:=2024-12-17
-PKG_SOURCE_VERSION:=a0a2d80f3459425182a9f0e665d8ca8eff97c82f
-PKG_MIRROR_HASH:=a6f07d91da40152b2af5b5b9d1d67d87a9991943147e47be6921c092ad7b49a3
+PKG_SOURCE_DATE:=2025-01-26
+PKG_SOURCE_VERSION:=d13752814651c70d2afc71383612fafc835b631b
+PKG_MIRROR_HASH:=c9de65ae92af2498fcd9d55f9cd2017cb9ac79b03ed5816da21161aa24f226b9
PKG_LICENSE:=GPL-2.0
PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name>