[openwrt/openwrt] qosify: update to the latest version
LEDE Commits
lede-commits at lists.infradead.org
Mon Nov 8 13:29:47 PST 2021
nbd pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/0e4ef0e5a43d6875e0044cf9d1276bb888c147a8
commit 0e4ef0e5a43d6875e0044cf9d1276bb888c147a8
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Mon Nov 8 22:26:16 2021 +0100
qosify: update to the latest version
737970946bc0 map: default to fnmatch matching for dns patterns. support regex via leading /
b56b112e62e2 ubus: fix crash caused by missing static keyword
3a420e272c18 qosify: support wildcards in classifier filenames
Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
package/network/config/qosify/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/network/config/qosify/Makefile b/package/network/config/qosify/Makefile
index 31771dbd54..de7615dc12 100644
--- a/package/network/config/qosify/Makefile
+++ b/package/network/config/qosify/Makefile
@@ -11,9 +11,9 @@ include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=qosify
PKG_SOURCE_URL=$(PROJECT_GIT)/project/qosify.git
PKG_SOURCE_PROTO:=git
-PKG_SOURCE_DATE:=2021-11-08
-PKG_SOURCE_VERSION:=f5ae89e8d8699a144bbdf16da859185f31d272f6
-PKG_MIRROR_HASH:=91831ec8c03c091431b7207b8b5582d396455a027c05c26a9b563fdd26f58186
+PKG_SOURCE_DATE:=2021-11-08.1
+PKG_SOURCE_VERSION:=3a420e272c187885120b964059abdf3e06f10199
+PKG_MIRROR_HASH:=49a6bbb0801b790ce603aa8e3dfa73e681dc3f58fb9cbd524956bffe4c36eb7e
PKG_LICENSE:=GPL-2.0
PKG_MAINTAINER:=Felix Fietkau <nbd at nbd.name>
More information about the lede-commits
mailing list