diff --git a/dnsproxy/Makefile b/dnsproxy/Makefile index 09e57b833..d2e144d1d 100644 --- a/dnsproxy/Makefile +++ b/dnsproxy/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dnsproxy -PKG_VERSION:=0.42.4 +PKG_VERSION:=0.43.0 PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/AdguardTeam/dnsproxy/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=16dcebafdbebfdeac561fdb01bb22bb4c28d85a3af0c45339b22975f1311dc41 +PKG_HASH:=b20a544b9085beda02e50e84819b42526ce90b8745a3dbbec9fe3adfe76e44d4 PKG_MAINTAINER:=Tianling Shen PKG_LICENSE:=Apache-2.0 diff --git a/luci-app-amlogic/Makefile b/luci-app-amlogic/Makefile index 0bcc6f52e..6e0554fb0 100644 --- a/luci-app-amlogic/Makefile +++ b/luci-app-amlogic/Makefile @@ -16,7 +16,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luci-app-amlogic -PKG_VERSION:=3.1.95 +PKG_VERSION:=3.1.96 PKG_RELEASE:=1 PKG_LICENSE:=GPL-2.0 License diff --git a/luci-app-amlogic/luasrc/model/cbi/amlogic/amlogic_config.lua b/luci-app-amlogic/luasrc/model/cbi/amlogic/amlogic_config.lua index bfb3e05dc..e8f06b7f1 100644 --- a/luci-app-amlogic/luasrc/model/cbi/amlogic/amlogic_config.lua +++ b/luci-app-amlogic/luasrc/model/cbi/amlogic/amlogic_config.lua @@ -63,6 +63,7 @@ kernel_branch:value("5.10", translate("5.10")) kernel_branch:value("5.15", translate("5.15")) kernel_branch:value("5.16", translate("5.16")) kernel_branch:value("5.17", translate("5.17")) +kernel_branch:value("5.18", translate("5.18")) local default_kernel_branch = luci.sys.exec("ls /lib/modules/ 2>/dev/null | grep -oE '^[1-9].[0-9]{1,3}'") kernel_branch.default = trim(default_kernel_branch) kernel_branch.rmempty = false diff --git a/natflow/Makefile b/natflow/Makefile index a1c5d9c4a..5032c40fb 100644 --- a/natflow/Makefile +++ b/natflow/Makefile @@ -9,10 +9,10 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=natflow -PKG_VERSION:=20220527 +PKG_VERSION:=20220601 PKG_SOURCE_URL:=https://codeload.github.com/ptpt52/natflow/tar.gz/$(PKG_VERSION)? -PKG_HASH:=0904fc19ab470a4eeb606a044a6de0d5bae037986a75738ab42b0e707188d34f +PKG_HASH:=4985110b1cc8e4e903dff4b785bb070f7b32d50d804d8dddf40c96455f37a1e7 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_MAINTAINER:=Chen Minqiang