Skip to content

Commit ce68f61

Browse files
committed
unetd: update to Git HEAD (2025-02-28)
75a236be122a service: add missing null pointer check f5341f327539 ubus: add api for generating and validating security tokens 3fab99eab4d5 add udebug support 28d86bd30e97 pex: only respond to update requests when we have network data 8e6f37cc361e pex-msg: ignore no-data responses if version is zero 12e6cf7f63e1 pex: create pex host from update responses edc8fdae463a ubus: show the local addresses in network status Signed-off-by: Felix Fietkau <nbd@nbd.name>
1 parent 8835ecf commit ce68f61

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package/network/services/unetd/Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ include $(TOPDIR)/rules.mk
1010
PKG_NAME:=unetd
1111
PKG_SOURCE_PROTO:=git
1212
PKG_SOURCE_URL=$(PROJECT_GIT)/project/unetd.git
13-
PKG_SOURCE_DATE:=2025-01-29
14-
PKG_SOURCE_VERSION:=082b5482b97f20dc4745bc3d645e33b584cc28e4
15-
PKG_MIRROR_HASH:=090e7dab3b9a3358706dcee4f1889b7a1f0bdf535f2d6a0580f4160e23ccf9cb
13+
PKG_SOURCE_DATE:=2025-02-28
14+
PKG_SOURCE_VERSION:=edc8fdae463ad7ce9bfb876af0c653ab1da197df
15+
PKG_MIRROR_HASH:=2f0ce439b9e4815b3f20b9aaf4378e3aac114f429bb8bfd06739df118b3da9c8
1616

1717
PKG_LICENSE:=GPL-2.0
1818
PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name>
@@ -32,7 +32,7 @@ define Package/unetd
3232
SECTION:=net
3333
CATEGORY:=Network
3434
TITLE:=WireGuard based VPN connection manager for OpenWrt
35-
DEPENDS:=+libubox +libubus +libblobmsg-json +libnl-tiny +kmod-wireguard +UNETD_VXLAN_SUPPORT:libbpf
35+
DEPENDS:=+libubox +libubus +libudebug +libblobmsg-json +libnl-tiny +kmod-wireguard +UNETD_VXLAN_SUPPORT:libbpf
3636
endef
3737

3838
define Package/unetd/config

0 commit comments

Comments
 (0)