forked from pool/syncthing
- Update to version 0.14.13.
OBS-URL: https://build.opensuse.org/package/show/network/syncthing?expand=0&rev=84
This commit is contained in:
parent
419d096de6
commit
f641566a5e
15
syncthing-0.14.13-go-1.6-compat.patch
Normal file
15
syncthing-0.14.13-go-1.6-compat.patch
Normal file
@ -0,0 +1,15 @@
|
||||
--- a/cmd/strelaysrv/main.go
|
||||
+++ b/cmd/strelaysrv/main.go
|
||||
@@ -129,10 +129,10 @@ func main() {
|
||||
laddr.Port = 0
|
||||
transport, ok := http.DefaultTransport.(*http.Transport)
|
||||
if ok {
|
||||
- transport.DialContext = (&net.Dialer{
|
||||
+ transport.Dial = (&net.Dialer{
|
||||
Timeout: 30 * time.Second,
|
||||
LocalAddr: laddr,
|
||||
- }).DialContext
|
||||
+ }).Dial
|
||||
}
|
||||
}
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:65cc5662923d9e211d362d764a6ae419023e83622b74678c816ab0a5083c9f91
|
||||
size 7413836
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1
|
||||
|
||||
iQEcBAABCAAGBQJYNAn3AAoJENJubtAAZUo+V/sIAJ0n5CqdkN/QiF6bSqer9+Js
|
||||
hh3EonWqbzOm6gvhwOuZ1oYwhB8Ibh07uqMqdtiwx6EXx0GGdtYoj0MbddipHSeO
|
||||
VxjEcGFtBePJXsU80b/w5XLmDh7rHZ/Aj73wQAXpcAvcI2fEA5aiEfrnuBpSKakV
|
||||
PM68aS80I0kucF4kw60qPeUR22l067JrxPuvH4tOQ5Bfb7i4jt4RF0D9M5bz0eWE
|
||||
QxIHVlhDOIB2A+awmrdqR++qxb6qLd2xT7bwhICyh9svCSNQkm1V4Dd97afpX6lO
|
||||
YYS0UV9Rp+Jqf1+ozFFs444YffIsEKy4hwLBLRjvkRIsWs9KFQqkhPXH4aYa2eo=
|
||||
=rCQu
|
||||
-----END PGP SIGNATURE-----
|
3
syncthing-source-v0.14.13.tar.gz
Normal file
3
syncthing-source-v0.14.13.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f1190173f2ba2f341920faf7aa1a05af775bac6cd4cff0f003c4b0831022c67d
|
||||
size 7418996
|
11
syncthing-source-v0.14.13.tar.gz.asc
Normal file
11
syncthing-source-v0.14.13.tar.gz.asc
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1
|
||||
|
||||
iQEcBAABCAAGBQJYPWkJAAoJENJubtAAZUo+GCkH/2A19wgQagu/KS1TWsbmRbOU
|
||||
9epnP6gjvBAABUxWHtrXoAsjhBrK7QPdAFHKEaUFumYoCHzfT1ZbNjc+Rwd5rv3O
|
||||
Ind4yLYbTXj4wn2bwwLOasr9nhk27ZCFlvaic1a5ZqT2msisVh0RpNuI64doN+8X
|
||||
Wol3svGOEKupL5ffISdbNn1ovGoUiCO89RJR2Ha1drIxrCe0nUlQ4JZkgub/YNEe
|
||||
yCTKJlI326cIZiPNqTUNYn59iZ4PBz87dsFfdgJ0BD58wF5qPOL2owFH6gERR9me
|
||||
mzKx792vemH/qn0p4KleQ4t0YLEhVxKVmAapc4qrq4/2XkhSfCU6ckSp3dY4ksI=
|
||||
=8wbB
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 7 12:13:25 UTC 2016 - sor.alexei@meowr.ru
|
||||
|
||||
- Update to version 0.14.13:
|
||||
* Improve CPU usage when scanning (gh#syncthing/syncthing#3394).
|
||||
* Fix writing config and .stignore files on filesystems without
|
||||
chmod support (gh#syncthing/syncthing#2472).
|
||||
* Language selector now stays above the bottom bar
|
||||
(gh#syncthing/syncthing#3758).
|
||||
- Add syncthing-0.14.13-go-1.6-compat.patch: Fix Go 1.6 and older
|
||||
compatibility (commit 0dcf2f1).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 28 13:23:16 UTC 2016 - sor.alexei@meowr.ru
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: syncthing
|
||||
Version: 0.14.12
|
||||
Version: 0.14.13
|
||||
Release: 0
|
||||
Summary: FOSS Continuous File Synchronisation
|
||||
License: MPL-2.0
|
||||
@ -27,6 +27,8 @@ Source: https://github.com/%{name}/%{name}/releases/download/v%{version}
|
||||
Source1: https://github.com/%{name}/%{name}/releases/download/v%{version}/%{name}-source-v%{version}.tar.gz.asc
|
||||
Source2: %{name}.keyring
|
||||
Source3: %{name}.firewall
|
||||
# PATCH-FIX-UPSTREAM syncthing-0.14.13-go-1.6-compat.patch -- Fix Go 1.6 and older compatibility (commit 0dcf2f1).
|
||||
Patch0: %{name}-0.14.13-go-1.6-compat.patch
|
||||
BuildRequires: go >= 1.3
|
||||
BuildRequires: systemd
|
||||
BuildRequires: systemd-rpm-macros
|
||||
@ -40,6 +42,7 @@ Internet.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}
|
||||
%patch0 -p1
|
||||
cp -f %{SOURCE3} %{name}.firewall
|
||||
%if !(0%{?suse_version} > 1320 || 0%{?sle_version} >= 120200)
|
||||
# Remove entries which only exist since systemd 215.
|
||||
|
Loading…
Reference in New Issue
Block a user