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-04-15 16:57:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/v2ray-core (Old)
 and      /work/SRC/openSUSE:Factory/.v2ray-core.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "v2ray-core"

Thu Apr 15 16:57:54 2021 rev:13 rq:885561 version:4.37.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/v2ray-core/v2ray-core.changes    2021-03-11 
20:12:04.708642790 +0100
+++ /work/SRC/openSUSE:Factory/.v2ray-core.new.12324/v2ray-core.changes 
2021-04-15 16:58:37.802789434 +0200
@@ -1,0 +2,35 @@
+Thu Apr 15 06:11:12 UTC 2021 - opensuse-packaging 
<opensuse-packag...@opensuse.org>
+
+- update version to 4.37.3
+  * Add multiple address host support for DNS (#884 #886 #888)
+  * Fix geoiop & geosite load issue (#889)
+- update in 4.37.2
+  * Add browser forwarder support for Websocket (#818)
+  * Add Websocket 0-RTT early data support (#818)
+  * Add replay protection for Shadowsocks proxy (#777)
+  * Add queryStrategy option for DNS (#794)
+  * Add disableFallback & skipFallback option for DNS client (#864)
+  * Add inversed GeoIP matching (#860)
+  * Add grpcSettings & gunSettings to streamSettings (00879c4) @rprx
+  * Fix vprotogen loop dependency (#797) @Loyalsoldier @U-v-U
+  * Fix DNS tests timeout due to network instability (#805) @Loyalsoldier
+  * Remove AA header flag in DNS query (#817) @Loyalsoldier
+  * TProxy: cannot find IPv6 destination in redirect mode (#815) @mzz2017
+  * Context: ctx initialization for core.functions (#841) @rurirei
+  * Set FakeDNS FakeEnable option dynamically (#879) @sixg0000d @Loyalsoldier
+  * Fix Websocket early data 404 bug (#859) @k79e
+  * Fix QUIC: disconnect due to timeout (#850) @bhoppi
+  * Log: remove package path prefix in logs (#840 0138017 78c1993) @kslr
+- update in 4.36.2
+  * Fix gRPC max delay unintentionally low (1eaec68) @xiaokangwang
+  * Fix core panics when zero domain/full type of rule (#786) @darsvador
+- update in 4.36.1
+  * Add gRPC/gun transport (#757 #783)
+  * Add loopback proxy (#770)
+  * Add a new efficient routing rule matcher MphDomainMatcher (#743)
+  * FakeDNS: use 198.18.0.0/15 as default FakeDNS IP pool (#779)
+- update build needed golang version to 1.16
+- keep go.sum go.mod to fix build issue with 'matched no packages'
+- add geo files manually since upstream removed them from source
+
+-------------------------------------------------------------------

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

New:
----
  dlc.dat
  geoip.dat
  v2ray-core-4.37.3.tar.gz

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

Other differences:
------------------
++++++ v2ray-core.spec ++++++
--- /var/tmp/diff_new_pack.3idm4E/_old  2021-04-15 16:58:38.406790389 +0200
+++ /var/tmp/diff_new_pack.3idm4E/_new  2021-04-15 16:58:38.410790395 +0200
@@ -25,7 +25,7 @@
 %define   import_path     github.com/v2fly/v2ray-core/v4
 
 Name:           v2ray-core
-Version:        4.35.1
+Version:        4.37.3
 Release:        0
 Summary:        Network tools for building a computer network
 License:        MIT
@@ -35,12 +35,14 @@
 Source1:        vendor.tar.gz
 Source2:        v2ray.service
 Source3:        v2ray@.service
+Source4:        https://github.com/v2fly/geoip/raw/release/geoip.dat
+Source5:        
https://github.com/v2fly/domain-list-community/raw/release/dlc.dat
 Source99:       %{name}-rpmlintrc
 BuildRequires:  fdupes
 BuildRequires:  golang-packaging
 BuildRequires:  systemd-rpm-macros
-# This package can not be built with go version < 1.15
-BuildRequires:  golang(API) = 1.15
+# This package (v4.37.3+) can not be built with go version < 1.16
+BuildRequires:  golang(API) = 1.16
 BuildRequires:  pkgconfig(systemd)
 AutoReqProv:    Off
 Provides:       v2ray = %{version}-%{release}
@@ -66,7 +68,6 @@
 
 %prep
 %setup -q -a1 -n %{repo}-%{version}
-rm go.sum go.mod
 
 %build
 %goprep %{import_path}
@@ -81,8 +82,8 @@
 %gofilelist
 
 install -d %{buildroot}%{_datadir}/v2ray
-install -m0644 release/config/geoip.dat %{buildroot}%{_datadir}/v2ray/
-install -m0644 release/config/geosite.dat %{buildroot}%{_datadir}/v2ray/
+install -m0644 %{SOURCE4} %{buildroot}%{_datadir}/v2ray/geoip.dat
+install -m0644 %{SOURCE5} %{buildroot}%{_datadir}/v2ray/geosite.dat
 
 install -d %{buildroot}%{_unitdir}
 install -m0644 %{SOURCE2} %{buildroot}%{_unitdir}/

++++++ v2ray-core-4.35.1.tar.gz -> v2ray-core-4.37.3.tar.gz ++++++
++++ 21414 lines of diff (skipped)

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

Reply via email to