forked from pool/syncthing
Accepting request 896718 from network
- Update to 1.17.0 * This release deprecates TLS 1.2 for sync connections; other side should be Syncthing 1.3.0 or newer, or see insecureAllowOldTLSVersions. * Bugfixes: #7592: Web UI doesn't handle long machine names well #7593: ChaCha priority detection logic broken #7608: Files ignored on one remote do not get synced #7649: Incorrect local and global states after ignoring and unignoring files #7673: bug: cli subcommand is stuck on non-interactive shell #7677: UTF-8 normalization doesn't work on macOS #7685: CLI: strconv.ParseInt error when adding new device via CLI #7699: Sharing receive encrypted folder as receive encrypted with yet another device creates conflicts * Enhancements: #7471: Improve UDP hole punching #7580: Improve logging for service failures #7594: Consider removing support for TLS <1.3 on sync connections #7600: Fast connect to new devices following config update #7636: Improve QUIC performance OBS-URL: https://build.opensuse.org/request/show/896718 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/syncthing?expand=0&rev=108
This commit is contained in:
commit
157b00e5f1
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:32a594975c64bacf2ff0921c8c775b6cf1e03f2f56253f3453a8df71f519b354
|
||||
size 12236422
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEN8hFVOfgomHk924e0m5u0ABlSj4FAmCSTjUACgkQ0m5u0ABl
|
||||
Sj4gQAgAm0xDV+gaekNlcu7Mob74d6BFINDM1J+Z8QFVIAlPr7S5GHA4VHRjc4pA
|
||||
FVwM8rus82FXSZMdMnLq3qT0pjgxTz2qlrxOGdYaI6wy+bZNDkJ+X+D4ZVaH4b5c
|
||||
YXiPfwEN4IQJ4lMlG8QrdGJcax8u7Nznmp3QSQMzhX203RN6B4x7MywGilwCW5ZJ
|
||||
yzA5qPjdfOy1eiUxy3kK0+JQrT4bU3SiBxjZje10c4VrtmCmDU4HrJ4cbrIBQ1Z2
|
||||
pF1Qkz4EHMDqjcXPAivUbRIQOmq1D7uUD9LbnkP580XxdtIJPB9wGU9nqtxLzBdv
|
||||
6OE3ntPZ+9TzjejKAu79cQGxFJ2ylg==
|
||||
=tAwT
|
||||
-----END PGP SIGNATURE-----
|
3
syncthing-source-v1.17.0.tar.gz
Normal file
3
syncthing-source-v1.17.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:625412991717e0d442e24beac88e4b7a16545fbc8c0afffeebbe95dbeae3be33
|
||||
size 12768385
|
11
syncthing-source-v1.17.0.tar.gz.asc
Normal file
11
syncthing-source-v1.17.0.tar.gz.asc
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEN8hFVOfgomHk924e0m5u0ABlSj4FAmC2P+sACgkQ0m5u0ABl
|
||||
Sj7RlwgAkxF1PlHl/8m/ngl5QA2mmsTJUQ1pg9sc2cxBDZFXkb0O5AAywkq2lUC4
|
||||
ir5pmKs1ugRTjGg+5ArQMFm+qTkWE21N5rI+nAEaUN39vD2Vl6vGuObcZSFVN+8/
|
||||
2bPVmcch8sbhilr1h+DGopdWvLEwUfp22U7YLZGPYTePpMP3cHLl3mHpvfhQZKye
|
||||
WeRzh1BermUh/XIuoBfDgH6QNixEi90l9dEZQWwGR0dWV0L547xApaq3u1QFjJlv
|
||||
BsaU1xLG7f8n/Q6+DbUfsdTk6/RbMzXzA4n78+bhVk2H90syTgXYfLkZfs2MWm2H
|
||||
homr6Hmt9O69aU3Bwat9uEomeSVqHg==
|
||||
=XFbE
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 1 14:26:19 UTC 2021 - Marius Kittler <marius.kittler@suse.com>
|
||||
|
||||
- Update to 1.17.0
|
||||
* This release deprecates TLS 1.2 for sync connections; other side should
|
||||
be Syncthing 1.3.0 or newer, or see
|
||||
insecureAllowOldTLSVersions.
|
||||
|
||||
* Bugfixes:
|
||||
#7592: Web UI doesn't handle long machine names well
|
||||
#7593: ChaCha priority detection logic broken
|
||||
#7608: Files ignored on one remote do not get synced
|
||||
#7649: Incorrect local and global states after ignoring and unignoring files
|
||||
#7673: bug: cli subcommand is stuck on non-interactive shell
|
||||
#7677: UTF-8 normalization doesn't work on macOS
|
||||
#7685: CLI: strconv.ParseInt error when adding new device via CLI
|
||||
#7699: Sharing receive encrypted folder as receive encrypted with yet another device creates conflicts
|
||||
|
||||
* Enhancements:
|
||||
#7471: Improve UDP hole punching
|
||||
#7580: Improve logging for service failures
|
||||
#7594: Consider removing support for TLS <1.3 on sync connections
|
||||
#7600: Fast connect to new devices following config update
|
||||
#7636: Improve QUIC performance
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 29 12:40:56 UTC 2021 - Fabian Niepelt <fniepelt@takios.de>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: syncthing
|
||||
Version: 1.16.1
|
||||
Version: 1.17.0
|
||||
Release: 0
|
||||
Summary: Continuous File Synchronisation
|
||||
License: MPL-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user