From 55bcdae2dd3ad65dd714559774be5c68e2eca7ec Mon Sep 17 00:00:00 2001 From: Bintel Date: Fri, 7 Mar 2025 20:53:12 +0800 Subject: [PATCH 1/3] xray-core: update to 25.3.6 --- net/xray-core/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/xray-core/Makefile b/net/xray-core/Makefile index eff45822..f6b0a94f 100644 --- a/net/xray-core/Makefile +++ b/net/xray-core/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=xray-core -PKG_VERSION:=25.1.30 +PKG_VERSION:=25.3.6 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/XTLS/Xray-core/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=983ee395f085ed1b7fbe0152cb56a5b605a6f70a5645d427c7186c476f14894e +PKG_HASH:=d62305348deff713767fe1b3c23538e3f8bfe0c96d092f1f95f48c17bc2f5943 PKG_MAINTAINER:=Tianling Shen PKG_LICENSE:=MPL-2.0 From e01e50b3d7bf8083188e334d5bc26158d05e791b Mon Sep 17 00:00:00 2001 From: Internet1235 <135099493+Internet1235@users.noreply.github.com> Date: Sat, 8 Mar 2025 17:48:57 +0800 Subject: [PATCH 2/3] nextdns: bump to 1.45.0 Fixes: https://github.com/coolsnowwolf/lede/issues/13280 --- net/nextdns/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/net/nextdns/Makefile b/net/nextdns/Makefile index fb9ca8c8..e1119797 100644 --- a/net/nextdns/Makefile +++ b/net/nextdns/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nextdns -PKG_VERSION:=1.39.4 +PKG_VERSION:=1.45.0 PKG_RELEASE:=1 PKG_SOURCE:=nextdns-$(PKG_VERSION).tar.gz PKG_SOURCE_VERSION:=v$(PKG_VERSION) PKG_SOURCE_URL:=https://codeload.github.com/nextdns/nextdns/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=e24db909fbd732e064be465b74f4004a6f4fc0f422ef7c10e86ff707a016ccac +PKG_HASH:=6222359c4a1ea3106c0a13d470806ed833bfbc7a1d10bd91aa3f4701927031b0 PKG_MAINTAINER:=Olivier Poitrey PKG_LICENSE:=MIT @@ -34,6 +34,7 @@ define Package/nextdns SECTION:=net CATEGORY:=Network TITLE:=NextDNS DNS over HTTPS Proxy + SUBMENU:=IP Addresses and Names URL:=https://github.com/nextdns/nextdns DEPENDS:=$(GO_ARCH_DEPENDS) +ca-bundle endef From 5bc118af7b442a53564aaad75460a42879bdcb61 Mon Sep 17 00:00:00 2001 From: parkycai Date: Fri, 14 Mar 2025 16:00:11 +0800 Subject: [PATCH 3/3] softethervpn5: remove region restriction (#907) --- .../patches/120-remove-region-restriction.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 net/softethervpn5/patches/120-remove-region-restriction.patch diff --git a/net/softethervpn5/patches/120-remove-region-restriction.patch b/net/softethervpn5/patches/120-remove-region-restriction.patch new file mode 100644 index 00000000..16d87635 --- /dev/null +++ b/net/softethervpn5/patches/120-remove-region-restriction.patch @@ -0,0 +1,12 @@ +diff --git a/src/Cedar/Server.c b/src/Cedar/Server.c +index 1aad0d94..0eba8bfc 100644 +--- a/src/Cedar/Server.c ++++ b/src/Cedar/Server.c +@@ -10749,6 +10749,7 @@ void SiGetCurrentRegion(CEDAR *c, char *region, UINT region_size) + // + bool SiIsEnterpriseFunctionsRestrictedOnOpenSource(CEDAR *c) + { ++ return false; + char region[128]; + bool ret = false; + // Validate arguments