2 Commits

Author SHA256 Message Date
c08568c0b5 Accepting request 1323677 from server:proxy
- Update version to 5.42.0
  * Add TLSMirror bootstrap enrollment and self enrollment feature
  * TLSMirror Inverse Role Request Tripper Enrollment Server Support
- Drop fix-CVE-2025-47911.patch, fixed by upstream (forwarded request 1323676 from hillwood)

OBS-URL: https://build.opensuse.org/request/show/1323677
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/v2ray-core?expand=0&rev=34
2025-12-19 15:46:12 +00:00
7a56590e6f - Update version to 5.42.0
* Add TLSMirror bootstrap enrollment and self enrollment feature
  * TLSMirror Inverse Role Request Tripper Enrollment Server Support
- Drop fix-CVE-2025-47911.patch, fixed by upstream

OBS-URL: https://build.opensuse.org/package/show/server:proxy/v2ray-core?expand=0&rev=66
2025-12-19 13:21:02 +00:00
7 changed files with 16 additions and 33 deletions

View File

@@ -1,24 +0,0 @@
diff -Nur v2ray-core-5.40.0/go.mod v2ray-core-5.40.0-new/go.mod
--- v2ray-core-5.40.0/go.mod 2025-10-04 02:48:03.000000000 +0800
+++ v2ray-core-5.40.0-new/go.mod 2025-10-08 21:22:52.425457464 +0800
@@ -38,7 +38,7 @@
go.starlark.net v0.0.0-20230612165344-9532f5667272
go4.org/netipx v0.0.0-20230303233057-f1b76eb4bb35
golang.org/x/crypto v0.42.0
- golang.org/x/net v0.44.0
+ golang.org/x/net v0.45.0
golang.org/x/sync v0.17.0
golang.org/x/sys v0.36.0
google.golang.org/grpc v1.75.1
diff -Nur v2ray-core-5.40.0/go.sum v2ray-core-5.40.0-new/go.sum
--- v2ray-core-5.40.0/go.sum 2025-10-04 02:48:03.000000000 +0800
+++ v2ray-core-5.40.0-new/go.sum 2025-10-08 21:22:52.429457454 +0800
@@ -655,6 +655,8 @@
golang.org/x/net v0.20.0/go.mod h1:z8BVo6PvndSri0LbOE3hAn0apkU+1YvI6E70E9jsnvY=
golang.org/x/net v0.44.0 h1:evd8IRDyfNBMBTTY5XRF1vaZlD+EmWx6x8PkhR04H/I=
golang.org/x/net v0.44.0/go.mod h1:ECOoLqd5U3Lhyeyo/QDCEVQ4sNgYsqvCZ722XogGieY=
+golang.org/x/net v0.45.0 h1:RLBg5JKixCy82FtLJpeNlVM0nrSqpCRYzVU1n8kj0tM=
+golang.org/x/net v0.45.0/go.mod h1:ECOoLqd5U3Lhyeyo/QDCEVQ4sNgYsqvCZ722XogGieY=
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:14e333c7454781f0b44fe9cba1616e25accfb04cf0d9d31db7acdd33e2e8d0ac
size 1109413

3
v2ray-core-5.42.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:24e2182bf77342165511150db014668723ac4a0c9e72269b0590b0be72875b49
size 1125183

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Dec 19 13:05:37 UTC 2025 - Hillwood Yang <hillwood@opensuse.org>
- Update version to 5.42.0
* Add TLSMirror bootstrap enrollment and self enrollment feature
* TLSMirror Inverse Role Request Tripper Enrollment Server Support
- Drop fix-CVE-2025-47911.patch, fixed by upstream
-------------------------------------------------------------------
Wed Oct 8 13:30:29 UTC 2025 - Hillwood Yang <hillwood@opensuse.org>

View File

@@ -25,7 +25,7 @@
%define import_path github.com/v2fly/v2ray-core/v5
Name: v2ray-core
Version: 5.40.0
Version: 5.42.0
Release: 0
Summary: Network tools for building a computer network
License: MIT
@@ -39,11 +39,11 @@ Source4: https://github.com/v2fly/geoip/raw/release/geoip.dat
Source5: https://github.com/v2fly/domain-list-community/raw/release/dlc.dat
Source6: https://github.com/v2fly/v2ray-core/releases/download/v%{version}/v2ray-extra.zip
Source99: %{name}-rpmlintrc
Patch0: fix-CVE-2025-47911.patch
BuildRequires: fdupes
BuildRequires: golang-packaging
BuildRequires: systemd-rpm-macros
BuildRequires: unzip
BuildRequires: golang(API) >= 1.25
BuildRequires: pkgconfig(systemd)
AutoReqProv: Off
Provides: v2ray = %{version}-%{release}
@@ -69,7 +69,6 @@ This package provide source code for %{repo}
%prep
%setup -q -a1 -a6 -n %{repo}-%{version}
%patch -P 0 -p1
%build
export GO111MODULE=off

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:abb1a1805f93ab352a85e38f565cee8956febf97d2edfc08a1309654ec881c02
oid sha256:05dea407b825bd2acc8f5ee36b1dafe477cf3cbd8b3587f627ad0e3811c8e987
size 296846

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2b47495a1c058b741f03627e827093d7036967973e4ad5d799221242f324e58a
size 8273389
oid sha256:c369a68e3d65ac1b1837af0657d15e0265b91a20dd65ac06f67c0b3b21b8c220
size 8224734