Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package v2ray-core for openSUSE:Factory 
checked in at 2021-06-04 00:33:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/v2ray-core (Old)
 and      /work/SRC/openSUSE:Factory/.v2ray-core.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "v2ray-core"

Fri Jun  4 00:33:32 2021 rev:14 rq:897040 version:4.39.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/v2ray-core/v2ray-core.changes    2021-04-15 
16:58:37.802789434 +0200
+++ /work/SRC/openSUSE:Factory/.v2ray-core.new.1898/v2ray-core.changes  
2021-06-04 00:33:43.232898447 +0200
@@ -1,0 +2,39 @@
+Wed Jun  2 08:15:09 UTC 2021 - opensuse-packaging 
<[email protected]>
+
+- Update version to 4.39.2
+  * Websocket: support header based Websocket early data & its partial browser
+  forwarder support
+  * GeoData: add a memory efficient geodata decoder called memconservative for
+  memory-limited devices #934 #953 #964 #965 #967 #977 Thanks @Loyalsoldier 
@rurirei
+  * HTTP/2 Transport: support to set method and headers for outgoing 
connections
+  * TCP Socket Option: support to set keepalive interval on Linux operating 
system
+  #962 Thanks @therealak12
+  * Fix BrowserForwarder panics with empty config (#954) Thanks @AkinoKaede
+  @Loyalsoldier
+  * Fix FakeDNS prints error with empty config (#955) Thanks @Loyalsoldier
+  * Fix Dual stack FakeDNS Close method (#956) Thanks @Loyalsoldier
+  * Fix Observatory starts with empty config & fails to close (#957) Thanks
+  @Loyalsoldier
+  * Fix Null check on alternative system dialer (#959) Thanks @rurirei
+  * Fixed the chain proxy support for gRPC and HTTP/2 transport
+  * Fixed leastping logic (#1019) Thanks @fanyiguang
+  * Fixed v2ctl unable to create geodata loaders (#1014) Thanks @ght99
+- Update in 4.38.3
+  - FakeDNS: Added fakedns+others sniffer , based on #697 . Thanks @yuhan6665
+  - TLS: A SECURITY improvement that allow the remote peer's TLS certificate
+  to be pinned to a known value. Document for TLS is updated
+  - Observatory: A component that measure the connectivity of selected 
outbounds
+  The document for Observatory is updated.
+  - Routing : leastPing balancing strategy is added. This strategy will select
+  a outbound that is alive and completed HTTPS GET request in the least time.
+  The document for Routing is updated.
+  - Fixed crashing in fake dns. #931 Thanks @IceCodeNew
+  - Added IPv6 pool in fake dns by default. #925 Thanks @Loyalsoldier
+  - Return ErrEmptyResponse for fakedns. #926 Thanks @sixg0000d
+  - Fixed UDP DNS connection cause crash. Thanks @nekohasekai
+  - Fixed two typo in comments. Thanks @U-v-U
+  * Multi-json support for observatory, browser forwarder.
+  #944 Thanks @ha-ku @AkinoKaede
+- Add browserforwarder related v2ray-extra.zip
+
+-------------------------------------------------------------------

Old:
----
  v2ray-core-4.37.3.tar.gz

New:
----
  v2ray-core-4.39.2.tar.gz
  v2ray-extra.zip

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ v2ray-core.spec ++++++
--- /var/tmp/diff_new_pack.BIo9jz/_old  2021-06-04 00:33:44.120901004 +0200
+++ /var/tmp/diff_new_pack.BIo9jz/_new  2021-06-04 00:33:44.124901015 +0200
@@ -25,7 +25,7 @@
 %define   import_path     github.com/v2fly/v2ray-core/v4
 
 Name:           v2ray-core
-Version:        4.37.3
+Version:        4.39.2
 Release:        0
 Summary:        Network tools for building a computer network
 License:        MIT
@@ -37,12 +37,14 @@
 Source3:        [email protected]
 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
 BuildRequires:  fdupes
 BuildRequires:  golang-packaging
 BuildRequires:  systemd-rpm-macros
 # This package (v4.37.3+) can not be built with go version < 1.16
 BuildRequires:  golang(API) = 1.16
+BuildRequires:  unzip
 BuildRequires:  pkgconfig(systemd)
 AutoReqProv:    Off
 Provides:       v2ray = %{version}-%{release}
@@ -67,7 +69,7 @@
 This package provide source code for %{repo}
 
 %prep
-%setup -q -a1 -n %{repo}-%{version}
+%setup -q -a1 -a6 -n %{repo}-%{version}
 
 %build
 %goprep %{import_path}
@@ -95,6 +97,10 @@
 install -d %{buildroot}%{_sbindir}/
 ln -sf %{_sbindir}/service %{buildroot}%{_sbindir}/rcv2ray
 
+install -d %{buildroot}%{_datadir}/v2ray/browserforwarder
+install -m0644 browserforwarder/index.js 
%{buildroot}%{_datadir}/v2ray/browserforwarder/
+install -m0644 browserforwarder/index.html 
%{buildroot}%{_datadir}/v2ray/browserforwarder/
+
 %fdupes %{buildroot}
 
 %pre
@@ -121,6 +127,7 @@
 %{_datadir}/v2ray/*
 %config(noreplace) %{_sysconfdir}/v2ray/*.json
 %{_sbindir}/rcv2ray
+%{_datadir}/v2ray/browserforwarder/
 
 %files -n golang-%{provider}-%{project}-%{repo} -f file.lst
 %doc README.md

++++++ dlc.dat ++++++
++++ 13189 lines (skipped)
++++ between dlc.dat
++++ and /work/SRC/openSUSE:Factory/.v2ray-core.new.1898/dlc.dat

++++++ geoip.dat ++++++
Binary files /var/tmp/diff_new_pack.BIo9jz/_old and 
/var/tmp/diff_new_pack.BIo9jz/_new differ

++++++ v2ray-core-4.37.3.tar.gz -> v2ray-core-4.39.2.tar.gz ++++++
++++ 10671 lines of diff (skipped)

++++++ vendor.tar.gz ++++++
++++ 60188 lines of diff (skipped)

Reply via email to