diff --git a/jpcre2/Makefile b/jpcre2/Makefile index c2de42bda..ac370b11c 100644 --- a/jpcre2/Makefile +++ b/jpcre2/Makefile @@ -27,6 +27,7 @@ define Package/jpcre2 CATEGORY:=Libraries TITLE:=C++ wrapper for PCRE2 Library URL:=https://github.com/jpcre2/jpcre2 + BUILDONLY:=1 endef define Package/jpcre2/description diff --git a/libcron/Makefile b/libcron/Makefile index 601544a6c..89de9b991 100644 --- a/libcron/Makefile +++ b/libcron/Makefile @@ -29,6 +29,7 @@ define Package/libcron CATEGORY:=Libraries URL:=https://github.com/PerMalmberg/libcron TITLE:=A C++ scheduling library using cron formatting + BUILDONLY:=1 endef define Package/libcron/description diff --git a/luci-app-godproxy/ikoolproxy/files/x86_64 b/luci-app-godproxy/ikoolproxy/files/x86_64 index 1c03dedfb..7e7bb3f1b 100755 Binary files a/luci-app-godproxy/ikoolproxy/files/x86_64 and b/luci-app-godproxy/ikoolproxy/files/x86_64 differ diff --git a/microsocks/Makefile b/microsocks/Makefile index 76b11b1a3..797e00be8 100644 --- a/microsocks/Makefile +++ b/microsocks/Makefile @@ -1,3 +1,7 @@ +# SPDX-License-Identifier: GPL-3.0-only +# +# Copyright (C) 2021 ImmortalWrt.org + include $(TOPDIR)/rules.mk PKG_NAME:=microsocks @@ -18,20 +22,22 @@ PKG_INSTALL:=1 include $(INCLUDE_DIR)/package.mk define Package/microsocks - SECTION:=net - CATEGORY:=Network - SUBMENU:=Web Servers/Proxies - TITLE:=microsocks for OpenWRT - DEPENDS:=+libpthread + SECTION:=net + CATEGORY:=Network + SUBMENU:=Web Servers/Proxies + TITLE:=Tiny, portable SOCKS5 server + URL:=https://github.com/rofl0r/microsocks + DEPENDS:=+libpthread endef define Package/microsocks/description - microsocks is a Tiny Proxy in C. + A SOCKS5 service that you can run on your remote boxes to tunnel connections + through them, if for some reason SSH doesn't cut it for you. endef define Package/microsocks/install $(INSTALL_DIR) $(1)/usr/bin - $(INSTALL_BIN) $(PKG_BUILD_DIR)/microsocks $(1)/usr/bin/microsocks + $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/local/bin/microsocks $(1)/usr/bin/microsocks endef $(eval $(call BuildPackage,microsocks)) diff --git a/pdnsd-alt/patches/002-fix-pdnsd-alt-build-error-within-kernel_5.15.patch b/pdnsd-alt/patches/002-fix-pdnsd-alt-build-error-within-kernel_5.15.patch new file mode 100644 index 000000000..d24521c43 --- /dev/null +++ b/pdnsd-alt/patches/002-fix-pdnsd-alt-build-error-within-kernel_5.15.patch @@ -0,0 +1,52 @@ +From 09171eef574503a82342a8b23d4a55b8a5286724 Mon Sep 17 00:00:00 2001 +From: W_Y_CPP <383152993@qq.com> +Date: Sat, 1 Jan 2022 13:05:37 +0900 +Subject: [PATCH] fix pdnsd alt build error with kernel_5.15 + +--- + src/conff.h | 2 +- + src/dns.h | 2 +- + src/netdev.c | 2 +- + 3 files changed, 3 insertions(+), 3 deletions(-) + +diff --git a/src/conff.h b/src/conff.h +index a07b1561b..c66d210aa 100644 +--- a/src/conff.h ++++ b/src/conff.h +@@ -32,7 +32,7 @@ + #include + #include + #include +-#include ++#include + #include "ipvers.h" + #include "list.h" + +diff --git a/src/dns.h b/src/dns.h +index 0f6a4ac1e..ecc9680b2 100644 +--- a/src/dns.h ++++ b/src/dns.h +@@ -27,7 +27,7 @@ + #include + #include + #include +-#include ++#include + #include + #include + #include "rr_types.h" +diff --git a/src/netdev.c b/src/netdev.c +index bd5f8c451..bfd5046df 100644 +--- a/src/netdev.c ++++ b/src/netdev.c +@@ -59,7 +59,7 @@ + #include "ipvers.h" + #include + #include +-#include ++#include + #include + #include + #include +-- +2.17.1 diff --git a/quickjspp/Makefile b/quickjspp/Makefile index 0d519b85f..04481c2cb 100644 --- a/quickjspp/Makefile +++ b/quickjspp/Makefile @@ -27,6 +27,7 @@ define Package/quickjspp URL:=https://github.com/ftk/quickjspp TITLE:=QuickJS wrapper for C++ DEPENDS:=+libatomic +libpthread + BUILDONLY:=1 endef define Package/quickjspp/description diff --git a/rapidjson/Makefile b/rapidjson/Makefile index 369fe274f..c312d140b 100644 --- a/rapidjson/Makefile +++ b/rapidjson/Makefile @@ -32,6 +32,7 @@ define Package/rapidjson CATEGORY:=Libraries URL:=https://github.com/Tencent/rapidjson TITLE:=rapidjson JSON parser/generator for C++ + BUILDONLY:=1 endef define Package/rapidjson/description