diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,6 +1,6 @@
name : syncthing
version : 0.14.43
-release : 33
+release : 34
homepage : https://syncthing.net
source :
- https://github.com/syncthing/syncthing/releases/download/v0.14.43/syncthing-source-v0.14.43.tar.gz : bb0250e0bafce690a8ce3f43f0ab8349874ac1c8f3cdc224ed5d0110099bbd9c
@@ -26,6 +26,10 @@
install -Dm00755 syncthing $installdir/usr/bin/syncthing
install -Dm00644 etc/linux-systemd/system/syncthing@.service $installdir/%libdir%/systemd/system/syncthing@.service
install -Dm00644 etc/linux-systemd/user/syncthing.service $installdir/%libdir%/systemd/user/syncthing.service
+ # ufw rules
+ mkdir -p $installdir/etc/ufw
+ mkdir -p $installdir/etc/ufw/applications.d
+ install -Dm00644 etc/firewall-ufw/syncthing $installdir/etc/ufw/applications.d/
# Install man pages
cd man
install -Dm00644 syncthing.1 $installdir/usr/share/man/man1/syncthing.1
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -20,6 +20,7 @@
network.util
+ /etc/ufw/applications.d/syncthing
/usr/bin
/usr/lib64/systemd/system/syncthing@.service
/usr/lib64/systemd/user/syncthing.service
@@ -28,11 +29,153 @@
- 2018-01-09
+ 2018-01-23
0.14.43
- Packaging update
+ 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
Pierre-Yves
pyu@riseup.net
+
+ 2017-12-05
+ 0.14.41
+ 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
+ Pierre-Yves
+ pyu@riseup.net
+
+
+ 2017-11-07
+ 0.14.40
+ 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.
+ Joshua Strobl
+ joshua@stroblindustries.com
+
+
+ 2017-10-12
+ 0.14.39
+ 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
+ Pierre-Yves
+ pyu@riseup.net
+
+
+ 2017-09-19
+ 0.14.38
+ 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.
+ Joshua Strobl
+ joshua@stroblindustries.com
+
+
+ 2017-08-10
+ 0.14.36
+ Update to 0.14.36
+
+**Changelog:**
+
+- Folders paths are no longer reset when editing a folder without a label
+ Joshua Strobl
+ joshua@stroblindustries.com
+
+
+ 2017-08-09
+ 0.14.35
+ Update to 0.14.35. Release notes available [here](https://github.com/syncthing/syncthing/releases/tag/v0.14.35).
+ Joshua Strobl
+ joshua@stroblindustries.com
+
+
+ 2017-07-11
+ 0.14.32
+ 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.
+ Joshua Strobl
+ joshua@stroblindustries.com
+
+
+ 2017-06-13
+ 0.14.30
+ 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
+ Joshua Strobl
+ joshua@stroblindustries.com
+
+
+ 2017-05-30
+ 0.14.29
+ Update to 0.14.29
+ Joshua Strobl
+ joshua@stroblindustries.com
+
\ No newline at end of file