Changeset View
Changeset View
Standalone View
Standalone View
pspec_x86_64.xml
| Show All 14 Lines | </Description> | ||||
| </Source> | </Source> | ||||
| <Package> | <Package> | ||||
| <Name>syncthing</Name> | <Name>syncthing</Name> | ||||
| <Summary xml:lang="en">Syncthing is an open-source file synchronization client/server application</Summary> | <Summary xml:lang="en">Syncthing is an open-source file synchronization client/server application</Summary> | ||||
| <Description xml:lang="en">Syncthing is an open-source file synchronization client/server application, written in Go, implementing its own, equally free Block Exchange Protocol. All transit communications between syncthing nodes are encrypted, and all nodes are uniquely identified with cryptographic certificates. | <Description xml:lang="en">Syncthing is an open-source file synchronization client/server application, written in Go, implementing its own, equally free Block Exchange Protocol. All transit communications between syncthing nodes are encrypted, and all nodes are uniquely identified with cryptographic certificates. | ||||
| </Description> | </Description> | ||||
| <PartOf>network.util</PartOf> | <PartOf>network.util</PartOf> | ||||
| <Files> | <Files> | ||||
| <Path fileType="config">/etc/ufw/applications.d/syncthing</Path> | |||||
| <Path fileType="executable">/usr/bin</Path> | <Path fileType="executable">/usr/bin</Path> | ||||
| <Path fileType="library">/usr/lib64/systemd/system/syncthing@.service</Path> | <Path fileType="library">/usr/lib64/systemd/system/syncthing@.service</Path> | ||||
| <Path fileType="library">/usr/lib64/systemd/user/syncthing.service</Path> | <Path fileType="library">/usr/lib64/systemd/user/syncthing.service</Path> | ||||
| <Path fileType="man">/usr/share/man</Path> | <Path fileType="man">/usr/share/man</Path> | ||||
| </Files> | </Files> | ||||
| </Package> | </Package> | ||||
| <History> | <History> | ||||
| <Update release="33"> | <Update release="33"> | ||||
| <Date>2018-01-09</Date> | <Date>2018-01-23</Date> | ||||
| <Version>0.14.43</Version> | <Version>0.14.43</Version> | ||||
| <Comment>Packaging update</Comment> | <Comment>Update syncthing to 0.14.43 | ||||
| Summary: | |||||
| Changelog available on [this page](https://github.com/syncthing/syncthing/releases) | |||||
| Signed-off-by: Pierre-Yves <pyu@riseup.net> | |||||
| Test Plan: Sync a local folder with my NAS | |||||
| Reviewers: #triage_team, sunnyflunk | |||||
| Reviewed By: #triage_team, sunnyflunk | |||||
| Differential Revision: https://dev.solus-project.com/D1766</Comment> | |||||
| <Name>Pierre-Yves</Name> | <Name>Pierre-Yves</Name> | ||||
| <Email>pyu@riseup.net</Email> | <Email>pyu@riseup.net</Email> | ||||
| </Update> | </Update> | ||||
| <Update release="32"> | |||||
| <Date>2017-12-05</Date> | |||||
| <Version>0.14.41</Version> | |||||
| <Comment>Update syncthing to 0.14.41 | |||||
| Summary: | |||||
| Changelog available [here](https://github.com/syncthing/syncthing/releases/tag/v0.14.41) | |||||
| Signed-off-by: Pierre-Yves <pyu@riseup.net> | |||||
| Test Plan: Sync a local folder with my NAS, build `syncthing-gtk` against this version and did the same checks from the fat client | |||||
| Reviewers: #triage_team, JoshStrobl | |||||
| Reviewed By: #triage_team, JoshStrobl | |||||
| Differential Revision: https://dev.solus-project.com/D1558</Comment> | |||||
| <Name>Pierre-Yves</Name> | |||||
| <Email>pyu@riseup.net</Email> | |||||
| </Update> | |||||
| <Update release="31"> | |||||
| <Date>2017-11-07</Date> | |||||
| <Version>0.14.40</Version> | |||||
| <Comment>Update to 0.14.40 | |||||
| **Changelog:** | |||||
| - Fixes | |||||
| - More data is reported as part of the anonymous usage report. | |||||
| - Sync errors are better reported. | |||||
| - Removing paused folders does not cause a panic. | |||||
| - Local IPv4 discovery is more resilient against write failures. | |||||
| - Clearer logging around config failures at startup. | |||||
| - Do not complain about inability to fsync files. | |||||
| - KCP connections are improved. | |||||
| - Folder health checking is improved. | |||||
| - Other | |||||
| - This release also includes built-in support for file system notifications, although disabled by default. | |||||
| - UDP based "KCP" protocol is now enabled by default. This provides better connectivity through NAT devices.</Comment> | |||||
| <Name>Joshua Strobl</Name> | |||||
| <Email>joshua@stroblindustries.com</Email> | |||||
| </Update> | |||||
| <Update release="30"> | |||||
| <Date>2017-10-12</Date> | |||||
| <Version>0.14.39</Version> | |||||
| <Comment>Update syncthing to 0.14.39 | |||||
| Summary: | |||||
| Changelog available [here](https://github.com/syncthing/syncthing/releases/tag/v0.14.39) | |||||
| Signed-off-by: Pierre-Yves <pyu@riseup.net> | |||||
| Test Plan: | |||||
| - Sync a local folder with my NAS. Add & delete file in folder (both side) | |||||
| - Build syncthing-gtk agaist this version and did same basic checks from the fat client | |||||
| Reviewers: #triage_team, Justin | |||||
| Reviewed By: #triage_team, Justin | |||||
| Differential Revision: https://dev.solus-project.com/D1198</Comment> | |||||
| <Name>Pierre-Yves</Name> | |||||
| <Email>pyu@riseup.net</Email> | |||||
| </Update> | |||||
| <Update release="29"> | |||||
| <Date>2017-09-19</Date> | |||||
| <Version>0.14.38</Version> | |||||
| <Comment>Update to 0.14.38 | |||||
| **Changelog:** | |||||
| - KCP connections are now more stable. | |||||
| - Hashing benchmarks are skipped if a manual selection has been forced. | |||||
| - Relay server RAM usage has been reduced.</Comment> | |||||
| <Name>Joshua Strobl</Name> | |||||
| <Email>joshua@stroblindustries.com</Email> | |||||
| </Update> | |||||
| <Update release="28"> | |||||
| <Date>2017-08-10</Date> | |||||
| <Version>0.14.36</Version> | |||||
| <Comment>Update to 0.14.36 | |||||
| **Changelog:** | |||||
| - Folders paths are no longer reset when editing a folder without a label</Comment> | |||||
| <Name>Joshua Strobl</Name> | |||||
| <Email>joshua@stroblindustries.com</Email> | |||||
| </Update> | |||||
| <Update release="27"> | |||||
| <Date>2017-08-09</Date> | |||||
| <Version>0.14.35</Version> | |||||
| <Comment>Update to 0.14.35. Release notes available [here](https://github.com/syncthing/syncthing/releases/tag/v0.14.35).</Comment> | |||||
| <Name>Joshua Strobl</Name> | |||||
| <Email>joshua@stroblindustries.com</Email> | |||||
| </Update> | |||||
| <Update release="26"> | |||||
| <Date>2017-07-11</Date> | |||||
| <Version>0.14.32</Version> | |||||
| <Comment>Update to 0.14.32 | |||||
| **Changes:** | |||||
| - "Nearby devices" are now shown in the add device dialog, avoiding the need to type their device ID. | |||||
| - Folders that were once ignored in a sharing request now actually work properly when later added manually.</Comment> | |||||
| <Name>Joshua Strobl</Name> | |||||
| <Email>joshua@stroblindustries.com</Email> | |||||
| </Update> | |||||
| <Update release="25"> | |||||
| <Date>2017-06-13</Date> | |||||
| <Version>0.14.30</Version> | |||||
| <Comment>Update to 0.14.30 | |||||
| Resolves the following upstream issues: | |||||
| - Correctly clear warning "path is a subdirectory of other folder" in folder dialog | |||||
| - Conflict copies' filename now includes the ID of the last device to change the file | |||||
| - Folders offered by other devices can now be ignored | |||||
| - Changed device name takes effect with restart; device name is not sent to unknown devices | |||||
| - Correctly show CPU usage when started with -no-restart option</Comment> | |||||
| <Name>Joshua Strobl</Name> | |||||
| <Email>joshua@stroblindustries.com</Email> | |||||
| </Update> | |||||
| <Update release="24"> | |||||
| <Date>2017-05-30</Date> | |||||
| <Version>0.14.29</Version> | |||||
| <Comment>Update to 0.14.29</Comment> | |||||
| <Name>Joshua Strobl</Name> | |||||
| <Email>joshua@stroblindustries.com</Email> | |||||
| </Update> | |||||
| </History> | </History> | ||||
| </PISI> | </PISI> | ||||
| No newline at end of file | No newline at end of file | ||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.