From 81f3dca404f33f53b633ae1fef54dbf864fd9725 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 5 Feb 2023 16:46:19 +0800 Subject: [PATCH] update 2023-02-05 16:46:19 --- diy/default-settings | 2 +- diy/zzz-default-settings | 2 +- dnsproxy/Makefile | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/diy/default-settings b/diy/default-settings index 832dd3733..27ac50225 100755 --- a/diy/default-settings +++ b/diy/default-settings @@ -58,7 +58,7 @@ sed -i 's/LuCI openwrt-18.06-k5.4 branch/kenzo/g' /usr/lib/lua/luci/version.lua sed -i 's/LuCI 17.01 Lienol/kenzo/g' /usr/lib/lua/luci/version.lua sed -i 's/LuCI openwrt-21.02 branch/kenzo/g' /usr/lib/lua/luci/version.lua sed -i '/luciversion/d' /usr/lib/lua/luci/version.lua -echo 'luciversion = "$(date +%b)"' >> /usr/lib/lua/luci/version.lua +echo 'luciversion = "Feb"' >> /usr/lib/lua/luci/version.lua sed -i '/log-facility/d' /etc/dnsmasq.conf echo "log-facility=/dev/null" >> /etc/dnsmasq.conf diff --git a/diy/zzz-default-settings b/diy/zzz-default-settings index 4e58f4c46..208bb76b2 100755 --- a/diy/zzz-default-settings +++ b/diy/zzz-default-settings @@ -52,7 +52,7 @@ sed -i 's/LuCI openwrt-18.06-k5.4 branch/kenzo/g' /usr/lib/lua/luci/version.lua sed -i 's/LuCI 17.01 Lienol/kenzo/g' /usr/lib/lua/luci/version.lua sed -i 's/LuCI openwrt-21.02 branch/kenzo/g' /usr/lib/lua/luci/version.lua sed -i '/luciversion/d' /usr/lib/lua/luci/version.lua -echo 'luciversion = "$(date +%b)"' >> /usr/lib/lua/luci/version.lua +echo 'luciversion = "Feb"' >> /usr/lib/lua/luci/version.lua # 删除状态页不需显示的 rm -rf /usr/lib/lua/luci/view/admin_status/index diff --git a/dnsproxy/Makefile b/dnsproxy/Makefile index 4ca48088a..ee7180c09 100644 --- a/dnsproxy/Makefile +++ b/dnsproxy/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dnsproxy -PKG_VERSION:=0.46.5 +PKG_VERSION:=0.46.6 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/AdguardTeam/dnsproxy/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=604b7e78956ec6d6421807e30ff44d87d85f10203b3d68d397af34ca2013e696 +PKG_HASH:=b6baa8f822475c80cc77fe9a1c7a2b1e81784e0861933aba2c7ac60a6d6d963d PKG_MAINTAINER:=Tianling Shen PKG_LICENSE:=Apache-2.0