From 2f29fccbd13a6c5bc77c640e8d7bc9b8ffe96368 Mon Sep 17 00:00:00 2001 From: Yanase Yuki Date: Fri, 28 Nov 2025 19:24:44 +0900 Subject: [PATCH] webui-aria2: remove package It seems this software is no longer maintained. - The latest upstream commit is 4 years ago. - Author didn't respond security issue report. (CVE-2023-39141) No packages depend on this. Signed-off-by: Yanase Yuki (cherry picked from commit 9d6d44487f7b3645d9d93dfacc03eecd7a7dcb7c) --- net/webui-aria2/Makefile | 52 ------------------- .../patches/0001-fix-favicon-path.patch | 11 ---- 2 files changed, 63 deletions(-) delete mode 100644 net/webui-aria2/Makefile delete mode 100644 net/webui-aria2/patches/0001-fix-favicon-path.patch diff --git a/net/webui-aria2/Makefile b/net/webui-aria2/Makefile deleted file mode 100644 index e1a9801298..0000000000 --- a/net/webui-aria2/Makefile +++ /dev/null @@ -1,52 +0,0 @@ -# -# Copyright (C) 2016-2020 OpenWrt.org -# -# This is free software, licensed under the GNU General Public License v2. -# See /LICENSE for more information. -# - -include $(TOPDIR)/rules.mk - -PKG_NAME:=webui-aria2 -PKG_SOURCE_DATE:=2018-12-09 -PKG_SOURCE_VERSION:=fb9d758d5cdc2be0867ee9502c44fd17560f5d24 -PKG_RELEASE:=1 - -PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_DATE).tar.gz -PKG_SOURCE_URL:=https://codeload.github.com/ziahamza/webui-aria2/tar.gz/$(PKG_SOURCE_VERSION)? -PKG_HASH:=4cddcbd64a7b20baf0c2c31cb3c07d0fa01576a12c4e6feefd0840acd3f65919 -PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_SOURCE_VERSION) - -PKG_LICENSE:=MIT -PKG_LICENSE_FILES:=LICENSE -PKG_MAINTAINER:=Hsing-Wang Liao - -include $(INCLUDE_DIR)/package.mk - -define Package/webui-aria2 - SECTION:=net - CATEGORY:=Network - SUBMENU:=Download Manager - DEPENDS:= - TITLE:=An interface to interact with aria2 - URL:=https://github.com/ziahamza/webui-aria2 - PKGARCH:=all -endef - -define Package/webui-aria2/description - The aim for this project is to create the worlds best and hottest interface to interact with aria2. Very simple to use. -endef - -define Build/Compile -endef - -define Package/webui-aria2/install - $(INSTALL_DIR) $(1)/www/webui-aria2 - - $(CP) \ - $(PKG_BUILD_DIR)/docs/* \ - $(PKG_BUILD_DIR)/{LICENSE,favicon.ico} \ - $(1)/www/webui-aria2 -endef - -$(eval $(call BuildPackage,webui-aria2)) diff --git a/net/webui-aria2/patches/0001-fix-favicon-path.patch b/net/webui-aria2/patches/0001-fix-favicon-path.patch deleted file mode 100644 index 2fb174971d..0000000000 --- a/net/webui-aria2/patches/0001-fix-favicon-path.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/docs/index.html -+++ b/docs/index.html -@@ -3,7 +3,7 @@ - - - -- -+ - - - -- 2.30.2