[openwrt/openwrt] qosify: update to the latest version

LEDE Commits lede-commits at lists.infradead.org
Sun Mar 6 14:02:41 PST 2022


nbd pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/759149977ea9794bcb928500680fa9462ad74394

commit 759149977ea9794bcb928500680fa9462ad74394
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Sun Mar 6 23:01:13 2022 +0100

    qosify: update to the latest version
    
    3276aed81c73 move run_cmd() to main.c
    558eabc13c64 map: move dns host based lookup code to a separate function
    6ff06d66c36c dns: add code for snooping dns packets
    a78bd43c4a54 ubus: remove dnsmasq subscriber
    9773ffa70f1f map: process dns patterns in the order in which they were defined
    f13b67c9a786 dns: allow limiting dns entry matching to cname name
    
    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 2bc806513a..881d429613 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:=2022-03-04
-PKG_SOURCE_VERSION:=74cfd71531446440b70639f2290f510a529deaa6
-PKG_MIRROR_HASH:=113ca3c91c11d7be4ca153f3295e2f00275fbb45396feedb46120c6b3009c23a
+PKG_SOURCE_DATE:=2022-03-06
+PKG_SOURCE_VERSION:=f13b67c9a786567df240a8f3f608e2724ddaadba
+PKG_MIRROR_HASH:=3d8629e711e46a6be79a46a6394165fd1761687f24b8ed954dc4f16f177cd90f
 PKG_RELEASE:=$(AUTORELEASE)
 
 PKG_LICENSE:=GPL-2.0




More information about the lede-commits mailing list