From 9ba4300980a9be9e920659342ebe4ea2d8df3aa5 Mon Sep 17 00:00:00 2001 From: kenzok8 Date: Thu, 5 Dec 2024 20:41:26 +0800 Subject: [PATCH] update 2024-12-05 20:41:26 --- luci-app-passwall/root/usr/share/passwall/iptables.sh | 2 +- luci-app-passwall/root/usr/share/passwall/nftables.sh | 2 +- luci-app-tinyfilemanager/Makefile | 3 ++- quickstart/Makefile | 4 ++-- v2ray-geoview/Makefile | 4 ++-- 5 files changed, 8 insertions(+), 7 deletions(-) diff --git a/luci-app-passwall/root/usr/share/passwall/iptables.sh b/luci-app-passwall/root/usr/share/passwall/iptables.sh index 6701204a8..d724f7c86 100755 --- a/luci-app-passwall/root/usr/share/passwall/iptables.sh +++ b/luci-app-passwall/root/usr/share/passwall/iptables.sh @@ -193,7 +193,7 @@ get_geoip() { "ipv6") geoip_type_flag="-ipv4=false" ;; esac if type geoview &> /dev/null; then - geoview -input "$geoip_path" -list "$geoip_code" $geoip_type_flag + geoview -input "$geoip_path" -list "$geoip_code" $geoip_type_flag -lowmem=true else echo "" fi diff --git a/luci-app-passwall/root/usr/share/passwall/nftables.sh b/luci-app-passwall/root/usr/share/passwall/nftables.sh index 3b58ae512..6d87dfa47 100755 --- a/luci-app-passwall/root/usr/share/passwall/nftables.sh +++ b/luci-app-passwall/root/usr/share/passwall/nftables.sh @@ -253,7 +253,7 @@ get_geoip() { "ipv6") geoip_type_flag="-ipv4=false" ;; esac if type geoview &> /dev/null; then - geoview -input "$geoip_path" -list "$geoip_code" $geoip_type_flag + geoview -input "$geoip_path" -list "$geoip_code" $geoip_type_flag -lowmem=true else echo "" fi diff --git a/luci-app-tinyfilemanager/Makefile b/luci-app-tinyfilemanager/Makefile index d56133c8b..beab75467 100644 --- a/luci-app-tinyfilemanager/Makefile +++ b/luci-app-tinyfilemanager/Makefile @@ -7,7 +7,8 @@ include $(TOPDIR)/rules.mk LUCI_NAME:=luci-app-tinyfilemanager -PKG_VERSION:=2.6-20241204 +PKG_VERSION:=2.6 +PKG_RELEASE:=20241204 LUCI_TITLE:=LuCI Tiny File Manager LUCI_DEPENDS:=+php8 +php8-cgi +php8-fastcgi +php8-fpm +php8-mod-session +php8-mod-ctype +php8-mod-fileinfo +php8-mod-zip +php8-mod-iconv +php8-mod-mbstring +coreutils-stat +zoneinfo-asia +bash +curl +tar diff --git a/quickstart/Makefile b/quickstart/Makefile index 916b81e02..59403132b 100644 --- a/quickstart/Makefile +++ b/quickstart/Makefile @@ -10,11 +10,11 @@ include $(TOPDIR)/rules.mk PKG_ARCH_quickstart:=$(ARCH) PKG_NAME:=quickstart -PKG_VERSION:=0.9.5 +PKG_VERSION:=0.9.6 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-binary-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/linkease/istore-packages/releases/download/prebuilt/ -PKG_HASH:=a8ddffdf0f7b46decb6e95c6c1b6ef72bd639e8cd693eeb34a07fb581a4cea99 +PKG_HASH:=5c4d191d81651338f6560bbf78f5f2bb5729ba293844dfe24d3a41bd7aca6e8d PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-binary-$(PKG_VERSION) diff --git a/v2ray-geoview/Makefile b/v2ray-geoview/Makefile index 46a93ac72..208f387bc 100644 --- a/v2ray-geoview/Makefile +++ b/v2ray-geoview/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=geoview -PKG_VERSION:=0.0.7 +PKG_VERSION:=0.0.8 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/snowie2000/geoview/tar.gz/$(PKG_VERSION)? -PKG_HASH:=1099149d24b74ba6f4d4bca18aba4ffa0e29f8b3debb7f09b5972729ed11ca9c +PKG_HASH:=1d94d2f251505fd5da8e03de6aba5722554e199b0873de28ecd7be62538aad60 PKG_LICENSE:=Apache-2.0 PKG_LICENSE_FILES:=LICENSE