forked from pool/syncthing
Accepting request 640919 from network
- Update to version 0.14.51. OBS-URL: https://build.opensuse.org/request/show/640919 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/syncthing?expand=0&rev=76
This commit is contained in:
commit
1d2844498f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a5cc5b98a47ffae2bae12573ce6ab1695cb459274b620e574282ff1dff37527a
|
||||
size 10714641
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1
|
||||
|
||||
iQEcBAABCAAGBQJbl18MAAoJENJubtAAZUo+X4sH/RM6DIBGNWDTSA3uR/PgKOHC
|
||||
jFaFzlNW7ltOGyxesFaumNWqvxLe49N7rbL3xsOUoGfk0TIyRZxZrh0t2wePUBnz
|
||||
JQhDQxqSYwaG85GJZDo3BwitEd4Csy3qhjcP+V0LlNIP+cULss8PCdlG4IKhdsAR
|
||||
ZdgXocm4r0Oyy+KVteuhd4+Y+MnfQkV77NUlUplUabQrnE7L0CcbO3IefXfw9xjS
|
||||
iUABLh7vSv5ubr71PZ4xoLcKxUUIpvhI4PS7Xxmxn6LR5Qq4X0TOVo8bM19AhzUV
|
||||
7GvNcnIy9wJLyTM/OleHxuUewh2J2M/PWs7lcUw5R99WhS7MWEWutds7SrLW0IA=
|
||||
=M2qO
|
||||
-----END PGP SIGNATURE-----
|
3
syncthing-source-v0.14.51.tar.gz
Normal file
3
syncthing-source-v0.14.51.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:10bf5de6f5f01dc605667185ac0b485548ae9088abaa8401fc0f3a2528b2f09e
|
||||
size 10971917
|
11
syncthing-source-v0.14.51.tar.gz.asc
Normal file
11
syncthing-source-v0.14.51.tar.gz.asc
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1
|
||||
|
||||
iQEcBAABCAAGBQJbs2m0AAoJENJubtAAZUo+06gIAIA2InX6hwcMUswIj7tUmgyz
|
||||
crIZlue/uDiznxw8q7fU7FSZsNpvyPOQZrRQwSL+X3+xRKaMfKAYeSVV9lo9DlaV
|
||||
2PkZ9qD4ogZ2wmOkFin2t7HZR8gkNUo/LqrxJV0WCc02GwQ6+e1spMyUdLDBy0zh
|
||||
UgSxtD/GqLIcskAiwM5Rk7ThKYzm5k7g3LcO2uaTVzjan5QPXtKenMGCchvA9FSs
|
||||
Mgs0gN8dgclsoB3tlcrmQp6/+AeK4+RNnb1n+AxdAaIYTewiKgmgsW3BUlZSRDuX
|
||||
SMuE6PYNgtAi7J6KDgeb0BpUgwcSzwzHMV/cExb5Mk6DGcoSZ7xl75LpD8qpIKI=
|
||||
=DBB+
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 9 21:01:45 UTC 2018 - sor.alexei@meowr.ru
|
||||
|
||||
- Update to version 0.14.51:
|
||||
* Scanning and deletes should be processed even when above the
|
||||
free space limit (gh#syncthing/syncthing#2370).
|
||||
* panic: nil pointer dereference when unpausing directories
|
||||
(gh#syncthing/syncthing#5078).
|
||||
* cmd/stdiscosrv: Not enough traffic breaks replication between
|
||||
discovery servers (gh#syncthing/syncthing#5117).
|
||||
* Parent directories of unignored files keep being included and
|
||||
immediately ignored again (gh#syncthing/syncthing#5127).
|
||||
* Progress updates are ignored for send only directories
|
||||
(gh#syncthing/syncthing#5131).
|
||||
* cmd/stdiscosrv: Should not allow localhost addresses
|
||||
(gh#syncthing/syncthing#5151).
|
||||
* panic: bug: Notify backend is processing a change outside of
|
||||
the filesystem root (gh#syncthing/syncthing#5183).
|
||||
* Permanently notify about initial connection requests
|
||||
(gh#syncthing/syncthing#2291).
|
||||
* Reduce unnecessary synchronising / database traversal
|
||||
(gh#syncthing/syncthing#4782).
|
||||
* GUI authentication using LDAP (gh#syncthing/syncthing#5163).
|
||||
* Suture services should not survive panics
|
||||
(gh#syncthing/syncthing#4758).
|
||||
* Run directory tests in temporary directories
|
||||
(gh#syncthing/syncthing#5110).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 26 17:20:42 UTC 2018 - fgerling@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: syncthing
|
||||
Version: 0.14.50
|
||||
Version: 0.14.51
|
||||
Release: 0
|
||||
Summary: Continuous File Synchronisation
|
||||
License: MPL-2.0
|
||||
@ -85,11 +85,7 @@ install -Dpm 0644 %{name}.firewall \
|
||||
%systemd_user_postun %{name}.service
|
||||
|
||||
%files
|
||||
%if 0%{?suse_version} >= 1500
|
||||
%license LICENSE
|
||||
%else
|
||||
%doc LICENSE
|
||||
%endif
|
||||
%doc AUTHORS CONDUCT.md CONTRIBUTING.md README.md
|
||||
%config %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/%{name}
|
||||
%{_bindir}/%{name}
|
||||
|
Loading…
Reference in New Issue
Block a user