Page MenuHomeSolus

D2084.id6967.diff
No OneTemporary

D2084.id6967.diff

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
@@ -18,7 +18,7 @@
mkdir -p $syncdir
tar -xf $sources/syncthing-source-v${version}.tar.gz -C $syncdir
cd $syncdir/syncthing
- go run build.go -no-upgrade -version v${version} build
+ go run build.go -no-upgrade -version v${version} build
install : |
export syncdir="${workdir}/src/github.com/syncthing/"
cd $syncdir/syncthing
@@ -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 @@
<Name>syncthing</Name>
<Homepage>https://syncthing.net</Homepage>
<Packager>
- <Name>Pierre-Yves</Name>
- <Email>pyu@riseup.net</Email>
+ <Name>Asaf Niv</Name>
+ <Email>asafniv511@gmail.com</Email>
</Packager>
<License>MPL-2.0</License>
<PartOf>network.util</PartOf>
@@ -20,6 +20,7 @@
</Description>
<PartOf>network.util</PartOf>
<Files>
+ <Path fileType="config">/etc/ufw/applications.d/syncthing</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib64/systemd/system/syncthing@.service</Path>
<Path fileType="library">/usr/lib64/systemd/user/syncthing.service</Path>
@@ -27,12 +28,12 @@
</Files>
</Package>
<History>
- <Update release="36">
- <Date>2018-04-05</Date>
- <Version>0.14.46</Version>
+ <Update release="37">
+ <Date>2018-05-03</Date>
+ <Version>0.14.47</Version>
<Comment>Packaging update</Comment>
- <Name>Pierre-Yves</Name>
- <Email>pyu@riseup.net</Email>
+ <Name>Asaf Niv</Name>
+ <Email>asafniv511@gmail.com</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Sat, Aug 12, 1:10 AM (3 h, 19 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5842782
Default Alt Text
D2084.id6967.diff (3 KB)

Event Timeline