update 2025-03-28 04:22:25

This commit is contained in:
kenzok8 2025-03-28 04:22:25 +08:00
parent e5ca5f9cab
commit 0548efb3fe
5 changed files with 27 additions and 31 deletions

View File

@ -7,13 +7,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=alist
PKG_VERSION:=3.43.0
PKG_WEB_VERSION:=3.43.0
PKG_VERSION:=3.44.0
PKG_WEB_VERSION:=3.44.0
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/alist-org/alist/tar.gz/v$(PKG_VERSION)?
PKG_HASH:=803e3568d055053cbd345834237308708872cd6e154df1da7c00bc46803e4a8a
PKG_HASH:=8511e147e912933ba05c31c28f25c4245cc3529f854b0471ba947e33c09f297d
PKG_LICENSE:=GPL-3.0
PKG_LICENSE_FILE:=LICENSE
@ -23,7 +23,7 @@ define Download/$(PKG_NAME)-web
FILE:=$(PKG_NAME)-web-$(PKG_WEB_VERSION).tar.gz
URL_FILE:=dist.tar.gz
URL:=https://github.com/alist-org/alist-web/releases/download/$(PKG_WEB_VERSION)/
HASH:=22d1fcbd10af2257029c65add00a589201fabf9509ea57494a6d088b76a4e8a2
HASH:=3709bec59bbc14f0f9f74193cebbb25a317c978fa3a5ae06a900eb341e1b5ae7
endef
PKG_BUILD_DEPENDS:=golang/host

View File

@ -3,41 +3,41 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=chinadns-ng
PKG_VERSION:=2024.12.22
PKG_VERSION:=2025.03.27
PKG_RELEASE:=1
ifeq ($(ARCH),aarch64)
ifeq ($(BOARD),rockchip)
PKG_ARCH:=chinadns-ng+wolfssl@aarch64-linux-musl@generic+v8a@fast+lto
PKG_HASH:=2e17092170abf989c5333a021cdb6789059069a24cf06856a5805336b99fd1a7
PKG_HASH:=2b3f77f1526da452c1884119dd01176a7964e0d3544b9fc624f67b2a7760613d
else
PKG_ARCH:=chinadns-ng+wolfssl_noasm@aarch64-linux-musl@generic+v8a@fast+lto
PKG_HASH:=a4d58dc9f9a6d49133f008b4f3941486396934ae2b3f9ebf9b8bf5e3d1cf656b
PKG_HASH:=0d6f5f742a3c81f907639b5e1ef2b727870f7aafc67010728e88a7968079b9c0
endif
else ifeq ($(ARCH),arm)
ARM_CPU_FEATURES:=$(word 2,$(subst +,$(space),$(call qstrip,$(CONFIG_CPU_TYPE))))
ifeq ($(ARM_CPU_FEATURES),)
PKG_ARCH:=chinadns-ng+wolfssl@arm-linux-musleabi@generic+v6+soft_float@fast+lto
PKG_HASH:=e0af25ed7516b4e2bffd8cfb22b45cc1dbdeb47bce02f6495ca8ea1c407fd75c
PKG_HASH:=2d972e864a90d1c5e7c874e8ff1f1229fddc03e869c7be9f3b4bf4347a7f150a
else
PKG_ARCH:=chinadns-ng+wolfssl@arm-linux-musleabihf@generic+v7a@fast+lto
PKG_HASH:=e7a42ed517c73c56bdd7ddf52b5e1263b7aea488ceb82c303278fc7760353b90
PKG_HASH:=77faf3fea926752e2ab54a4d32b3de1c29ada8e075921a0e5bb219285d34d938
endif
else ifeq ($(ARCH),mips)
PKG_ARCH:=chinadns-ng+wolfssl@mips-linux-musl@mips32+soft_float@fast+lto
PKG_HASH:=926811e55d46ed275f678b62d9fe67e35a053243475306c391b1c3c6a61d9710
PKG_HASH:=b8ae32305069cccf01ef2704633ab326d69bd8ef7cfb71a30722d71e9cd6787e
else ifeq ($(ARCH),mipsel)
PKG_ARCH:=chinadns-ng+wolfssl@mipsel-linux-musl@mips32+soft_float@fast+lto
PKG_HASH:=071ed28e06f9306b4f25c2b9a9bb83ddcfb4dde0cc08d0b232efd772f8a8792a
PKG_HASH:=f12ce9b5227fefbf82401bd22379a52f2ec157c7cbe7e7dbdd2c0b2599e3a323
else ifeq ($(ARCH),mips64)
PKG_ARCH:=chinadns-ng+wolfssl@mips64-linux-musl@mips64+soft_float@fast+lto
PKG_HASH:=b79090caee28ce266829ae82edb97ac18c65c6c570625912533d46753def0515
PKG_HASH:=658d2f46caad44ba731193380b06faaeaa82501766584a6208ec4ff54d9b16e5
else ifeq ($(ARCH),i386)
PKG_ARCH:=chinadns-ng+wolfssl@i386-linux-musl@i686@fast+lto
PKG_HASH:=1149d9fdcf0ca798c63624e62e6c76314aa7b0940e782cc0d064e618772c4b22
PKG_HASH:=d9d0c3c38ca5b3ac266ae5753a0d87b37f571a6e2a8806699f858ad348afbf5e
else ifeq ($(ARCH),x86_64)
PKG_ARCH:=chinadns-ng+wolfssl@x86_64-linux-musl@x86_64@fast+lto
PKG_HASH:=4b9548191b856690182f98b721512b9a50004986ecebf6eeed71cb709acbd1f5
PKG_HASH:=37b337f1006b85176840f1b82508731a292751d1ee94bb3791578d04d63f856f
else
PKG_HASH:=dummy
endif

View File

@ -2347,7 +2347,7 @@ button:active{
box-shadow: 0 0 4px var(--inputborder-color);
border-radius: var(--radius2);
border: 0px solid var(--inputborder-color);
background: rgba(var(--primary-rgbbody), 1);
background-color: rgba(var(--primary-rgbbody), 1);
color: var(--inputtext-color);
cursor: pointer;
margin-left: 0 !important;
@ -2455,9 +2455,8 @@ input {
position: relative;
height: 26px;
margin: 2px 0;
border-radius: var(--radius2) !important;
border-color: rgba(0, 0, 0, 0.3) !important;
background-color: rgba(0, 0, 0, 0.5) !important;
border-color: rgba(0, 0, 0, 0.5) !important;
background-color: rgba(0, 0, 0, 0.35) !important;
color: var(--menu-color)
}
@ -2465,16 +2464,15 @@ input {
width: 0;
height: 100%;
transition: width .25s ease-in;
border-radius: var(--radius2) !important;
background-color: rgba(var(--primary-rgbm), 0.7)
background-color: rgba(var(--primary-rgbm), 0.8)
}
.cbi-progressbar::after {
font-size: var(--font-x);
/*
font-family: monospace;
font-size-adjust: .5;
line-height: normal;
font-size-adjust: .5; */
line-height: 1.5;
position: absolute;
top: 4px;
right: 0;
@ -3103,13 +3101,13 @@ span[data-tooltip] .label {
position: absolute;
z-index: 1000;
left: -1000px;
padding: 2px 5px;
padding: 0.4rem 0.8rem;
transition: opacity .25s ease-out;
white-space: pre;
pointer-events: none;
opacity: 0;
border-radius: var(--radius2);
background: var(--menu-barbgcolor);
background-color: rgba(var(--primary-rgbbody), 1);
box-shadow: 0 0 2px #444
}
@ -4542,7 +4540,6 @@ div#file-manager-container #status-bar #status-info{
[data-page="admin-status-overview"] .main #view td:nth-child(1) {
width: 6rem;
padding-right: 0.6rem
}
.modal .cbi-value-title,
@ -4856,7 +4853,6 @@ div#file-manager-container #status-bar #status-info{
@media only screen and (max-width: 480px) {
[data-page="admin-status-overview"] .main #view td:nth-child(1) {
padding-right: 0.2rem;
max-width: 8rem;
white-space: normal !important;
}

View File

@ -30,7 +30,7 @@
local boardinfo = util.ubus("system", "board") or { }
local node = disp.context.dispatched
local path = table.concat(disp.context.path, "-")
local path = table.concat(disp.context.requestpath, "-")
function glob(...)
local iter, code, msg = fs.glob(...)

View File

@ -5,12 +5,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=v2rayA
PKG_VERSION:=2.2.6.6
PKG_VERSION:=2.2.6.7
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/v2rayA/v2rayA/tar.gz/v$(PKG_VERSION)?
PKG_HASH:=9ca40d9a19ffc46e6c27ad4214e958f3430d03e87352dbcaf4f15a8f65bdaac0
PKG_HASH:=1cfc53a2e45a14db260c1e4bfec2d70cf79167fc2529d05835943ce77dac2c39
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)/service
PKG_LICENSE:=AGPL-3.0-only
@ -60,7 +60,7 @@ define Download/v2raya-web
URL:=https://github.com/v2rayA/v2rayA/releases/download/v$(PKG_VERSION)/
URL_FILE:=web.tar.gz
FILE:=$(WEB_FILE)
HASH:=a30bd587b607e168cd6b34f71630418a09d88491349300e69bfcd39dc46f68f3
HASH:=d871f119812979a20da3f57a792d7842dad4c4b528c8ec9e4a9aea29b8508147
endef
define Build/Prepare