forked from pool/syncthing
Accepting request 748455 from home:mrey:branches:network
- Update to 1.3.1: - Bugfixes: - #5993: Build information missing in discovery and relay server binaries - #5995: Usage-reported transfer stats are meaningless - #6008: Changed file in receive-only folder cannot be ignored - #6040: Shows authentication warning when listening on UNIX socket - #6049: Hostnames resolving to localhost are not considered 'local' in remote access warning - Enhancements: - #5583: White tab in black Interface ? - #5627: Stalled scans need better UI representation - Other issues: - #6010: STUN server stun.voxgratia.org should be removed - Changes from 1.3.0: - Bugfixes: - #5985: Log spam and high CPU use if #include path is wrong in .stignore - Enhancements: - #5138: Rate limit can be very bursty - #5948: Improve free space checking when syncing - #5966: Database performance: improve situation with huge databases - Other issues: - #5924: Upgrade server JSON generator - #5991: lib/api: TestHostCheck never finishes with Go 1.13rc2 under Docker - #5999: Allow providing your own ldflags for building - Changes from 1.2.2: OBS-URL: https://build.opensuse.org/request/show/748455 OBS-URL: https://build.opensuse.org/package/show/network/syncthing?expand=0&rev=172
This commit is contained in:
parent
153bc48d71
commit
b5d1318017
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:313bd59ddc2562e833fc4caa8d90360a06d5ff02976c0a4d5d42393e6f8bceac
|
|
||||||
size 10186077
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
Version: GnuPG v1
|
|
||||||
|
|
||||||
iQEcBAABCAAGBQJdSRMoAAoJENJubtAAZUo+3PsH/iACd8cp561sB4vhx+pI7uyn
|
|
||||||
K+KpqJGh4SMrPNUByGBgCGQwvc1XvsS1Fr2ezNO9BXQX6xRf5pBMc8LT9f1CrIPX
|
|
||||||
2qsEzPMm7AV8dNwK4by59/lZdO6jz5HPhgQUyYceogm7kDbVnB6pmx6/eKkZfS2b
|
|
||||||
GmHufPk7KMUToBPxqreBjNFlejQckTMrXLr3zEygFMUW71AJqHJb8ki30s1QczdD
|
|
||||||
AQnSn2qySqAIsBXCop8oFMnhSFElufDvXBUoA4bgXCAsFN+L+UOzQPSwxwQz775k
|
|
||||||
Zv5PJKGsmxQbeInkAHfWaO8BsD/uhg2jt5t05fv9C16ci6qcIIQEDCT1HbljAMQ=
|
|
||||||
=S9x6
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
syncthing-source-v1.3.1.tar.gz
Normal file
3
syncthing-source-v1.3.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:159619dfe4f22efd4e863e1871124e04c531d96940fad843c44ba605c2dd79ef
|
||||||
|
size 10300186
|
11
syncthing-source-v1.3.1.tar.gz.asc
Normal file
11
syncthing-source-v1.3.1.tar.gz.asc
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
Version: GnuPG v1
|
||||||
|
|
||||||
|
iQEcBAABCAAGBQJdwT+WAAoJENJubtAAZUo+j68IAL8gc6hkyevXSmV1ODClpgzJ
|
||||||
|
YeddS7unlNxAxkVSa7nKujJ9sIhr/SjA/ys1ejgtEvVo5JdYWlC4gBJDH1Fq4cBD
|
||||||
|
hjAGmvnQxqBw7R23QcBpwGqtJOvSv1XfwSjCrGuu84ujLd5c3FYFk3cxfkHqpiX2
|
||||||
|
Js021B2ScsyvzAenSVT2PmfZTFC7vJ0q3btB2+AuzinULli9WDQetSSfnRVkbDdP
|
||||||
|
9QXxKpKfB5k0m6qADDGl64kOp77f8woBbDi6jq29sJtCuJvavgE0oamUHj0RbjLU
|
||||||
|
fRbtDa7hj8xQmShCA+S35zXQTDjs8V8pDubnsT/ulFXZtObnl++5qwoeMUHRsDc=
|
||||||
|
=o4uF
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,59 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 13 15:47:06 UTC 2019 - Martin Rey <mrey@suse.com>
|
||||||
|
|
||||||
|
- Update to 1.3.1:
|
||||||
|
- Bugfixes:
|
||||||
|
- #5993: Build information missing in discovery and relay
|
||||||
|
server binaries
|
||||||
|
- #5995: Usage-reported transfer stats are meaningless
|
||||||
|
- #6008: Changed file in receive-only folder cannot be ignored
|
||||||
|
- #6040: Shows authentication warning when listening on UNIX
|
||||||
|
socket
|
||||||
|
- #6049: Hostnames resolving to localhost are not considered
|
||||||
|
'local' in remote access warning
|
||||||
|
- Enhancements:
|
||||||
|
- #5583: White tab in black Interface ?
|
||||||
|
- #5627: Stalled scans need better UI representation
|
||||||
|
- Other issues:
|
||||||
|
- #6010: STUN server stun.voxgratia.org should be removed
|
||||||
|
|
||||||
|
- Changes from 1.3.0:
|
||||||
|
- Bugfixes:
|
||||||
|
- #5985: Log spam and high CPU use if #include path is wrong in
|
||||||
|
.stignore
|
||||||
|
- Enhancements:
|
||||||
|
- #5138: Rate limit can be very bursty
|
||||||
|
- #5948: Improve free space checking when syncing
|
||||||
|
- #5966: Database performance: improve situation with huge
|
||||||
|
databases
|
||||||
|
- Other issues:
|
||||||
|
- #5924: Upgrade server JSON generator
|
||||||
|
- #5991: lib/api: TestHostCheck never finishes with Go 1.13rc2
|
||||||
|
under Docker
|
||||||
|
- #5999: Allow providing your own ldflags for building
|
||||||
|
|
||||||
|
- Changes from 1.2.2:
|
||||||
|
- Bugfixes:
|
||||||
|
- #5824: Sync Protocol Listen Address in Actions behaves badly
|
||||||
|
- #5836: panic: chmod ...: operation not permitted
|
||||||
|
- #5839: Prevent leaking log info into stack traces
|
||||||
|
- #5866: No indication in GUI that Syncthing has been shut down
|
||||||
|
- #5888: Adding/updating pending folders is inefficient
|
||||||
|
- #5908: panic: close of closed channel in lib/syncthing when
|
||||||
|
shutting down
|
||||||
|
- #5920: Free space error message is unintelligeble
|
||||||
|
- #5934: Dialing regards any established connection as
|
||||||
|
successful / does not check device ID
|
||||||
|
- Enhancements:
|
||||||
|
- #5738: Avoid logging http: TLS handshake error ...
|
||||||
|
remote error: tls: unknown certificate
|
||||||
|
- #5940: TLS: Support x25519, reconsider elliptic curve
|
||||||
|
priority in handshake
|
||||||
|
- Other issues:
|
||||||
|
- #5115: Include systemd units in stdiscosrv/strelaysrv Debian
|
||||||
|
packages
|
||||||
|
- #5901: TestPullInvalidIgnoredSR flakyness + data race
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 9 11:23:25 UTC 2019 - Frederic Crozat <fcrozat@suse.com>
|
Fri Aug 9 11:23:25 UTC 2019 - Frederic Crozat <fcrozat@suse.com>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: syncthing
|
Name: syncthing
|
||||||
Version: 1.2.1
|
Version: 1.3.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Continuous File Synchronisation
|
Summary: Continuous File Synchronisation
|
||||||
License: MPL-2.0
|
License: MPL-2.0
|
||||||
@ -61,7 +61,7 @@ ls | sed '/^build$/d' | xargs cp -at build/src/github.com/%{name}/%{name}
|
|||||||
cp -a vendor build/vendor/src
|
cp -a vendor build/vendor/src
|
||||||
|
|
||||||
pushd build/src/github.com/%{name}/%{name}/
|
pushd build/src/github.com/%{name}/%{name}/
|
||||||
go run build.go -no-upgrade -version v%{version} install all
|
go run build.go -version v%{version} install all
|
||||||
popd
|
popd
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
Reference in New Issue
Block a user