From bc977ee164221abee964dcb19bf83b883eb0c4f6 Mon Sep 17 00:00:00 2001 From: kenzok8 Date: Sun, 16 Mar 2025 00:22:48 +0800 Subject: [PATCH] update 2025-03-16 00:22:48 --- luci-app-mosdns/Makefile | 2 +- .../htdocs/luci-static/resources/view/mosdns/basic.js | 2 +- tailscale/Makefile | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/luci-app-mosdns/Makefile b/luci-app-mosdns/Makefile index 99b29fab2..6a0f8fed7 100644 --- a/luci-app-mosdns/Makefile +++ b/luci-app-mosdns/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luci-app-mosdns -PKG_VERSION:=1.6.10 +PKG_VERSION:=1.6.11 PKG_RELEASE:=1 LUCI_TITLE:=LuCI Support for mosdns diff --git a/luci-app-mosdns/htdocs/luci-static/resources/view/mosdns/basic.js b/luci-app-mosdns/htdocs/luci-static/resources/view/mosdns/basic.js index 090664b6a..0d6665929 100644 --- a/luci-app-mosdns/htdocs/luci-static/resources/view/mosdns/basic.js +++ b/luci-app-mosdns/htdocs/luci-static/resources/view/mosdns/basic.js @@ -411,7 +411,7 @@ return view.extend({ if (configeditor) { var editorContent = configeditor.getValue(); if (editorContent === formvalue) { - return window.location.reload(); + return; } return fs.write('/etc/mosdns/config_custom.yaml', editorContent.trim().replace(/\r\n/g, '\n') + '\n') .then(function (i) { diff --git a/tailscale/Makefile b/tailscale/Makefile index 6f625b416..ea55fc3e7 100644 --- a/tailscale/Makefile +++ b/tailscale/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tailscale -PKG_VERSION:=1.80.2 +PKG_VERSION:=1.80.3 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/tailscale/tailscale/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=b4d5eb15e2d11ad71803dea8ec8ddcaf5a400eabe12a5f469d133cfeae56678b +PKG_HASH:=4ea7d4c1a4e86905f330f5d5f5288488cb29d6c586d5bcabf9d02c5481ba740d PKG_MAINTAINER:=Zephyr Lykos , \ Sandro Jäckel