diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,9 +1,9 @@
name : syncthing
-version : 0.14.46
-release : 36
+version : 0.14.47
+release : 37
homepage : https://syncthing.net
source :
- - https://github.com/syncthing/syncthing/releases/download/v0.14.46/syncthing-source-v0.14.46.tar.gz : 9401c4554d51284f906edc7498ce4a5f39ecda56ff3d3e7efe18440a6e15ab40
+ - https://github.com/syncthing/syncthing/releases/download/v0.14.47/syncthing-source-v0.14.47.tar.gz : 92b3535ca3ea7b27c5b2ec771088865cd6e91d811a0816be39a6283a3067e6f3
license : MPL-2.0
extract : no
component : network.util
@@ -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
@@ -3,8 +3,8 @@
syncthing
https://syncthing.net
- Pierre-Yves
- pyu@riseup.net
+ Asaf Niv
+ asafniv511@gmail.com
MPL-2.0
network.util
@@ -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
@@ -27,12 +28,12 @@
-
- 2018-04-05
- 0.14.46
+
+ 2018-05-03
+ 0.14.47
Packaging update
- Pierre-Yves
- pyu@riseup.net
+ Asaf Niv
+ asafniv511@gmail.com
\ No newline at end of file