[openwrt/openwrt] unetd: update to the latest version
LEDE Commits
lede-commits at lists.infradead.org
Sun Aug 28 13:31:28 PDT 2022
nbd pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/314cad2cba0167d504ebad5792a7485fc181a865
commit 314cad2cba0167d504ebad5792a7485fc181a865
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Sun Aug 28 22:31:05 2022 +0200
unetd: update to the latest version
5cbd55f60346 unet-cli: fix formatting of help text
59b97448b636 build.sh: force use of -fPIC on static libraries to fix build error
74a14c00abb0 pex-msg: fix siphash key initializer
Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
package/network/services/unetd/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/network/services/unetd/Makefile b/package/network/services/unetd/Makefile
index 3a61ed43bb..b09edd95c5 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:=2022-08-25
-PKG_SOURCE_VERSION:=d8220b098010041232374761fee258a8deff0865
-PKG_MIRROR_HASH:=6efced0eb451f6ac5d7facec3f45ce7f6928fae4481650ffcebf3b6434478550
+PKG_SOURCE_DATE:=2022-08-28
+PKG_SOURCE_VERSION:=74a14c00abb07d2d8c79c61c459f70d28764dee6
+PKG_MIRROR_HASH:=3f575f66d8addd887a194a809c8aa932f79e9a2c6000566fc0c947137bc8b2c8
PKG_LICENSE:=GPL-2.0
PKG_MAINTAINER:=Felix Fietkau <nbd at nbd.name>
More information about the lede-commits
mailing list