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