From 2aefdb6a177ca81bfb5ed1fc878fe24ef59d5a5b Mon Sep 17 00:00:00 2001 From: Kristupas Savickas Date: Wed, 25 Sep 2019 14:39:31 +0300 Subject: [PATCH] syncthing: install ufw rules --- srcpkgs/syncthing/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index 3f57b313004..5ae7433fecc 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -1,7 +1,7 @@ # Template file for 'syncthing' pkgname=syncthing version=1.2.2 -revision=1 +revision=2 build_style=go go_import_path="github.com/syncthing/syncthing" go_package="${go_import_path}/cmd/strelaysrv ${go_import_path}/cmd/syncthing" @@ -21,6 +21,7 @@ pre_build() { } post_install() { + vinstall etc/firewall-ufw/syncthing 644 etc/ufw/applications.d vlicense LICENSE vdoc README.md }