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-03-11 20:10:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/v2ray-core (Old)
 and      /work/SRC/openSUSE:Factory/.v2ray-core.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "v2ray-core"

Thu Mar 11 20:10:08 2021 rev:12 rq:878159 version:4.35.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/v2ray-core/v2ray-core.changes    2020-11-26 
23:15:33.597045311 +0100
+++ /work/SRC/openSUSE:Factory/.v2ray-core.new.2401/v2ray-core.changes  
2021-03-11 20:12:04.708642790 +0100
@@ -1,0 +2,32 @@
+Tue Mar  9 10:26:12 UTC 2021 - opensuse-packaging 
<[email protected]>
+
+- update version to 4.35.1
+  * Add support for FakeDNS (#395 #406 #696) @yuhan6665
+  * Add streamSetting / transport support for outbound front proxy
+  * Add zero pseudo encryption for better performance VMess
+  * Add support to disable compatibility for legacy VMess MD5 (#596) @dyhkwong
+  * Add a faster and more memory-efficient routing rule matcher
+    HybridDomainMatcher (#587 #639) @darsvador
+  * Add support to disable DNS cache (#699 #705) @CalmLong
+  * Fix test HTTP/2 dial timeout (#570) @kslr
+  * Fix Trojan panic when UDP dispatcher fails to write response (#599) 
@maskedeken
+  * Fix TCP default ALPN (#716) @AkinoKaede
+  * Fix DNS rule index out of range (#727) @Loyalsoldier
+  Check https://github.com/v2fly/v2ray-core/releases/tag/v4.35.1 for more info
+- update import path to github.com/v2fly/v2ray-core/v4
+
+-------------------------------------------------------------------
+Sat Jan  9 01:37:48 UTC 2021 - opensuse-packaging 
<[email protected]>
+
+- update version to 4.34.0
+  * Disable TLS Session Resumption by default
+  * Remove legacy Shadowsocks unsecure stream ciphers
+  * Add preliminary support for DNS over QUIC
+
+-------------------------------------------------------------------
+Tue Dec 29 13:11:50 UTC 2020 - opensuse-packaging 
<[email protected]>
+
+- Rename golang-github-v2ray-v2ray-core to golang-github-v2fly-v2ray-core
+- Update vendor.
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ v2ray-core.spec ++++++
--- /var/tmp/diff_new_pack.Lmumwl/_old  2021-03-11 20:12:11.464653753 +0100
+++ /var/tmp/diff_new_pack.Lmumwl/_new  2021-03-11 20:12:11.464653753 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package v2ray-core
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,14 +18,14 @@
 
 %define   provider        github
 %define   provider_tld    com
-%define   project         v2ray
+%define   project         v2fly
 %define   repo            v2ray-core
-# https://github.com/shadowsocks/v2ray-plugin
+# https://github.com/v2fly/v2ray-core
 %define   provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
-%define   import_path     v2ray.com/core
+%define   import_path     github.com/v2fly/v2ray-core/v4
 
 Name:           v2ray-core
-Version:        4.33.0
+Version:        4.35.1
 Release:        0
 Summary:        Network tools for building a computer network
 License:        MIT
@@ -43,8 +43,8 @@
 BuildRequires:  golang(API) = 1.15
 BuildRequires:  pkgconfig(systemd)
 AutoReqProv:    Off
-Provides:       %{project} = %{version}-%{release}
-Obsoletes:      %{project} < %{version}-%{release}
+Provides:       v2ray = %{version}-%{release}
+Obsoletes:      v2ray < %{version}-%{release}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %{go_provides}
 %{?systemd_ordering}
@@ -80,16 +80,16 @@
 %gosrc
 %gofilelist
 
-install -d %{buildroot}%{_datadir}/%{project}
-install -m0644 release/config/geoip.dat %{buildroot}%{_datadir}/%{project}/
-install -m0644 release/config/geosite.dat %{buildroot}%{_datadir}/%{project}/
+install -d %{buildroot}%{_datadir}/v2ray
+install -m0644 release/config/geoip.dat %{buildroot}%{_datadir}/v2ray/
+install -m0644 release/config/geosite.dat %{buildroot}%{_datadir}/v2ray/
 
 install -d %{buildroot}%{_unitdir}
 install -m0644 %{SOURCE2} %{buildroot}%{_unitdir}/
 install -m0644 %{SOURCE3} %{buildroot}%{_unitdir}/
 
-install -d %{buildroot}%{_sysconfdir}/%{project}
-install -m0644 release/config/*.json %{buildroot}%{_sysconfdir}/%{project}/
+install -d %{buildroot}%{_sysconfdir}/v2ray
+install -m0644 release/config/*.json %{buildroot}%{_sysconfdir}/v2ray/
 
 install -d %{buildroot}%{_sbindir}/
 ln -sf %{_sbindir}/service %{buildroot}%{_sbindir}/rcv2ray
@@ -97,28 +97,28 @@
 %fdupes %{buildroot}
 
 %pre
-%service_add_pre %{project}.service %{project}@.service
+%service_add_pre v2ray.service [email protected]
 
 %post
-%service_add_post %{project}.service %{project}@.service
+%service_add_post v2ray.service [email protected]
 
 %preun
-%service_del_preun %{project}.service %{project}@.service
+%service_del_preun v2ray.service [email protected]
 
 %postun
-%service_del_postun %{project}.service %{project}@.service
+%service_del_postun v2ray.service [email protected]
 
 %files
 %doc README.md
 %license LICENSE
 %{_bindir}/v2ray
 %{_bindir}/v2ctl
-%{_unitdir}/%{project}.service
-%{_unitdir}/%{project}@.service
-%dir %{_sysconfdir}/%{project}
-%dir %{_datadir}/%{project}
-%{_datadir}/%{project}/*
-%config(noreplace) %{_sysconfdir}/%{project}/*.json
+%{_unitdir}/v2ray.service
+%{_unitdir}/[email protected]
+%dir %{_sysconfdir}/v2ray
+%dir %{_datadir}/v2ray
+%{_datadir}/v2ray/*
+%config(noreplace) %{_sysconfdir}/v2ray/*.json
 %{_sbindir}/rcv2ray
 
 %files -n golang-%{provider}-%{project}-%{repo} -f file.lst

++++++ v2ray-core-4.33.0.tar.gz -> v2ray-core-4.35.1.tar.gz ++++++
++++ 45200 lines of diff (skipped)

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

Reply via email to