diff --git a/Makefile b/Makefile old mode 100644 new mode 100755 diff --git a/abi_used_libs b/abi_used_libs old mode 100644 new mode 100755 diff --git a/package.yml b/package.yml old mode 100644 new mode 100755 --- a/package.yml +++ b/package.yml @@ -1,9 +1,9 @@ name : syncthing -version : 0.14.43 -release : 33 +version : 0.14.44 +release : 35 homepage : https://syncthing.net source : - - https://github.com/syncthing/syncthing/releases/download/v0.14.43/syncthing-source-v0.14.43.tar.gz : bb0250e0bafce690a8ce3f43f0ab8349874ac1c8f3cdc224ed5d0110099bbd9c + - https://github.com/syncthing/syncthing/releases/download/v0.14.44/syncthing-source-v0.14.44.tar.gz : 2136ef7bdec305f01fd9e7bde92d904bb9215e1e6328703b12a98015b828b83b 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 old mode 100644 new mode 100755 --- 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-01-09 - 0.14.43 + + 2018-02-21 + 0.14.44 Packaging update - Pierre-Yves - pyu@riseup.net + Asaf Niv + asafniv511@gmail.com \ No newline at end of file