[arch-commits] Commit in smokeping/trunk (PKGBUILD)

2020-01-25 Thread Florian Pritz via arch-commits
Date: Saturday, January 25, 2020 @ 11:34:50
  Author: bluewind
Revision: 555419

Switch to dist tarballs

These contain a patched VERSION variable with the correct version number. This
number is shown on the webpage and potentially used as a dependency by other
perl code.

upgpkg: smokeping 2.7.3-3

Modified:
  smokeping/trunk/PKGBUILD

--+
 PKGBUILD |   12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-01-25 10:58:37 UTC (rev 555418)
+++ PKGBUILD2020-01-25 11:34:50 UTC (rev 555419)
@@ -3,7 +3,7 @@
 
 pkgname=smokeping
 pkgver=2.7.3
-pkgrel=2
+pkgrel=3
 pkgdesc="A tool to keep track of your network latency"
 arch=('any')
 url="https://oss.oetiker.ch/smokeping/";
@@ -10,22 +10,22 @@
 license=('GPL2')
 depends=('perl-config-grammar' 'perl-digest-hmac' 'perl-libwww' 'rrdtool' 
'perl-fcgi' 'perl-cgi-fast'
  'perl-io-tty' 'perl-net-dns' 'perl-net-snmp' 'perl-net-telnet' 
'perl-ldap' 'perl-net-openssh')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/oetiker/SmokePing/archive/$pkgver.tar.gz";
+source=("${pkgname}_release-$pkgver.tar.gz::https://github.com/oetiker/SmokePing/releases/download/$pkgver/smokeping-$pkgver.tar.gz";
 smokeping.sysusers
 smokeping.tmpfiles
 service)
-sha256sums=('6bd90e9a9c44a03789519cf21bd2c977476f0c11267fd55f7d14015f92b93a05'
+sha256sums=('430fd58030a494068a897f772c052fc0979ebdd38d1859a03820e098628d36b4'
 'ab3b399f58118fc31fac5f627814bbb3b1d7752dd3b4fed2d6b7ee58f24fbd2e'
 'afd3196804a120866e8e5f207f177c96fd64b36c974888d8287fba3c216b1583'
 '4691650aed6c7341bf3a898f63c8ad03f2453d4ce9874e83f24ced5ee21317d9')
 
 build() {
-  cd "$srcdir"/SmokePing-${pkgver}
+  cd "$srcdir"/smokeping-${pkgver}
 
-  ./bootstrap
   ./configure --prefix=/usr --sysconfdir=/etc/smokeping 
--with-htdocs-dir=/srv/http/smokeping
 
   # prevent the build system from packaging CPAN deps
+  rm -rf thirdparty/CPAN
   mkdir thirdparty/CPAN
   touch thirdparty/touch thirdparty/CPAN/touch
 
@@ -33,7 +33,7 @@
 }
 
 package() {
-  cd "$srcdir"/SmokePing-${pkgver}
+  cd "$srcdir"/smokeping-${pkgver}
 
   # We package CPAN modules separately
   rm -rf thirdparty/lib/perl5


[arch-commits] Commit in smokeping/trunk (PKGBUILD smokeping.tmpfiles)

2019-01-02 Thread Florian Pritz via arch-commits
Date: Wednesday, January 2, 2019 @ 13:35:01
  Author: bluewind
Revision: 420270

Change /var/lib/smokeping permissions to 750

This allows to run the cgi with a different user than the smokeping user.

upgpkg: smokeping 2.7.3-2

Modified:
  smokeping/trunk/PKGBUILD
  smokeping/trunk/smokeping.tmpfiles

+
 PKGBUILD   |4 ++--
 smokeping.tmpfiles |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-02 12:05:22 UTC (rev 420269)
+++ PKGBUILD2019-01-02 13:35:01 UTC (rev 420270)
@@ -3,7 +3,7 @@
 
 pkgname=smokeping
 pkgver=2.7.3
-pkgrel=1
+pkgrel=2
 pkgdesc="A tool to keep track of your network latency"
 arch=('any')
 url="https://oss.oetiker.ch/smokeping/";
@@ -16,7 +16,7 @@
 service)
 sha256sums=('6bd90e9a9c44a03789519cf21bd2c977476f0c11267fd55f7d14015f92b93a05'
 'ab3b399f58118fc31fac5f627814bbb3b1d7752dd3b4fed2d6b7ee58f24fbd2e'
-'de0042cd54c4bd3329604939a6c3f4fd2034be466aed4421a7467493c024e1a1'
+'afd3196804a120866e8e5f207f177c96fd64b36c974888d8287fba3c216b1583'
 '4691650aed6c7341bf3a898f63c8ad03f2453d4ce9874e83f24ced5ee21317d9')
 
 build() {

Modified: smokeping.tmpfiles
===
--- smokeping.tmpfiles  2019-01-02 12:05:22 UTC (rev 420269)
+++ smokeping.tmpfiles  2019-01-02 13:35:01 UTC (rev 420270)
@@ -1 +1 @@
-d /var/lib/smokeping 0700 smokeping smokeping - -
+d /var/lib/smokeping 0750 smokeping smokeping - -


[arch-commits] Commit in smokeping/trunk (PKGBUILD)

2018-12-20 Thread Florian Pritz via arch-commits
Date: Thursday, December 20, 2018 @ 12:03:47
  Author: bluewind
Revision: 416917

upgpkg: smokeping 2.7.3-1

upstream update

Modified:
  smokeping/trunk/PKGBUILD

--+
 PKGBUILD |   15 ++-
 1 file changed, 10 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 12:02:58 UTC (rev 416916)
+++ PKGBUILD2018-12-20 12:03:47 UTC (rev 416917)
@@ -2,7 +2,7 @@
 # Contributor: Christos Nouskas nous 
 
 pkgname=smokeping
-pkgver=2.7.2
+pkgver=2.7.3
 pkgrel=1
 pkgdesc="A tool to keep track of your network latency"
 arch=('any')
@@ -10,25 +10,30 @@
 license=('GPL2')
 depends=('perl-config-grammar' 'perl-digest-hmac' 'perl-libwww' 'rrdtool' 
'perl-fcgi' 'perl-cgi-fast'
  'perl-io-tty' 'perl-net-dns' 'perl-net-snmp' 'perl-net-telnet' 
'perl-ldap' 'perl-net-openssh')
-source=(https://oss.oetiker.ch/smokeping/pub/smokeping-${pkgver}.tar.gz
+source=("$pkgname-$pkgver.tar.gz::https://github.com/oetiker/SmokePing/archive/$pkgver.tar.gz";
 smokeping.sysusers
 smokeping.tmpfiles
 service)
-sha256sums=('5277fb88eed3c79c8ed22ca830e099727b0e612e887b64bbfeaa98d8d75d493b'
+sha256sums=('6bd90e9a9c44a03789519cf21bd2c977476f0c11267fd55f7d14015f92b93a05'
 'ab3b399f58118fc31fac5f627814bbb3b1d7752dd3b4fed2d6b7ee58f24fbd2e'
 'de0042cd54c4bd3329604939a6c3f4fd2034be466aed4421a7467493c024e1a1'
 '4691650aed6c7341bf3a898f63c8ad03f2453d4ce9874e83f24ced5ee21317d9')
 
 build() {
-  cd "$srcdir"/${pkgname}-${pkgver}
+  cd "$srcdir"/SmokePing-${pkgver}
 
+  ./bootstrap
   ./configure --prefix=/usr --sysconfdir=/etc/smokeping 
--with-htdocs-dir=/srv/http/smokeping
+
+  # prevent the build system from packaging CPAN deps
+  mkdir thirdparty/CPAN
   touch thirdparty/touch thirdparty/CPAN/touch
+
   make
 }
 
 package() {
-  cd "$srcdir"/${pkgname}-${pkgver}
+  cd "$srcdir"/SmokePing-${pkgver}
 
   # We package CPAN modules separately
   rm -rf thirdparty/lib/perl5


[arch-commits] Commit in smokeping/trunk (PKGBUILD)

2018-04-14 Thread Florian Pritz via arch-commits
Date: Saturday, April 14, 2018 @ 09:51:08
  Author: bluewind
Revision: 316261

upgpkg: smokeping 2.7.2-1

upstream update

Modified:
  smokeping/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-14 09:41:08 UTC (rev 316260)
+++ PKGBUILD2018-04-14 09:51:08 UTC (rev 316261)
@@ -2,7 +2,7 @@
 # Contributor: Christos Nouskas nous 
 
 pkgname=smokeping
-pkgver=2.7.1
+pkgver=2.7.2
 pkgrel=1
 pkgdesc="A tool to keep track of your network latency"
 arch=('any')
@@ -14,7 +14,7 @@
 smokeping.sysusers
 smokeping.tmpfiles
 service)
-sha256sums=('e91d9cc836c830f1bc80e83c82d142e2626282d70754cb812cec4715f1b0b192'
+sha256sums=('5277fb88eed3c79c8ed22ca830e099727b0e612e887b64bbfeaa98d8d75d493b'
 'ab3b399f58118fc31fac5f627814bbb3b1d7752dd3b4fed2d6b7ee58f24fbd2e'
 'de0042cd54c4bd3329604939a6c3f4fd2034be466aed4421a7467493c024e1a1'
 '4691650aed6c7341bf3a898f63c8ad03f2453d4ce9874e83f24ced5ee21317d9')
@@ -23,6 +23,7 @@
   cd "$srcdir"/${pkgname}-${pkgver}
 
   ./configure --prefix=/usr --sysconfdir=/etc/smokeping 
--with-htdocs-dir=/srv/http/smokeping
+  touch thirdparty/touch thirdparty/CPAN/touch
   make
 }
 


[arch-commits] Commit in smokeping/trunk (PKGBUILD)

2018-02-20 Thread Florian Pritz via arch-commits
Date: Tuesday, February 20, 2018 @ 09:16:07
  Author: bluewind
Revision: 296450

upgpkg: smokeping 2.7.1-1

upstream update

Modified:
  smokeping/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-02-20 08:58:59 UTC (rev 296449)
+++ PKGBUILD2018-02-20 09:16:07 UTC (rev 296450)
@@ -2,7 +2,7 @@
 # Contributor: Christos Nouskas nous 
 
 pkgname=smokeping
-pkgver=2.7.0
+pkgver=2.7.1
 pkgrel=1
 pkgdesc="A tool to keep track of your network latency"
 arch=('any')
@@ -14,7 +14,7 @@
 smokeping.sysusers
 smokeping.tmpfiles
 service)
-sha256sums=('65d0b3f0ecf82a6a7f02e55d3b201bf252d9517352dfe3d1a4ad15c9ec52139e'
+sha256sums=('e91d9cc836c830f1bc80e83c82d142e2626282d70754cb812cec4715f1b0b192'
 'ab3b399f58118fc31fac5f627814bbb3b1d7752dd3b4fed2d6b7ee58f24fbd2e'
 'de0042cd54c4bd3329604939a6c3f4fd2034be466aed4421a7467493c024e1a1'
 '4691650aed6c7341bf3a898f63c8ad03f2453d4ce9874e83f24ced5ee21317d9')


[arch-commits] Commit in smokeping/trunk (PKGBUILD)

2018-02-03 Thread Florian Pritz via arch-commits
Date: Saturday, February 3, 2018 @ 14:37:04
  Author: bluewind
Revision: 288793

upgpkg: smokeping 2.7.0-1

upstream update

Modified:
  smokeping/trunk/PKGBUILD

--+
 PKGBUILD |   10 +++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-02-03 14:22:48 UTC (rev 288792)
+++ PKGBUILD2018-02-03 14:37:04 UTC (rev 288793)
@@ -2,8 +2,8 @@
 # Contributor: Christos Nouskas nous 
 
 pkgname=smokeping
-pkgver=2.6.11
-pkgrel=4
+pkgver=2.7.0
+pkgrel=1
 pkgdesc="A tool to keep track of your network latency"
 arch=('any')
 url="https://oss.oetiker.ch/smokeping/";
@@ -14,7 +14,7 @@
 smokeping.sysusers
 smokeping.tmpfiles
 service)
-sha256sums=('f2b3c386e95a74af2b1e7aec6410d0a58852339f00e9963f3c770cfd85ba30dd'
+sha256sums=('65d0b3f0ecf82a6a7f02e55d3b201bf252d9517352dfe3d1a4ad15c9ec52139e'
 'ab3b399f58118fc31fac5f627814bbb3b1d7752dd3b4fed2d6b7ee58f24fbd2e'
 'de0042cd54c4bd3329604939a6c3f4fd2034be466aed4421a7467493c024e1a1'
 '4691650aed6c7341bf3a898f63c8ad03f2453d4ce9874e83f24ced5ee21317d9')
@@ -28,6 +28,10 @@
 
 package() {
   cd "$srcdir"/${pkgname}-${pkgver}
+
+  # We package CPAN modules separately
+  rm -rf thirdparty/lib/perl5
+
   make DESTDIR="$pkgdir" install
 
   install -Dm644 "$srcdir/service" 
"$pkgdir/usr/lib/systemd/system/smokeping.service"


[arch-commits] Commit in smokeping/trunk (PKGBUILD install)

2016-01-11 Thread Florian Pritz
Date: Tuesday, January 12, 2016 @ 00:16:27
  Author: bluewind
Revision: 156035

Add smokeping user home dir

upgpkg: smokeping 2.6.11-3

Modified:
  smokeping/trunk/PKGBUILD
  smokeping/trunk/install

--+
 PKGBUILD |3 ++-
 install  |2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-01-11 20:56:15 UTC (rev 156034)
+++ PKGBUILD2016-01-11 23:16:27 UTC (rev 156035)
@@ -3,7 +3,7 @@
 
 pkgname=smokeping
 pkgver=2.6.11
-pkgrel=2
+pkgrel=3
 pkgdesc="A tool to keep track of your network latency"
 arch=('any')
 url="http://oss.oetiker.ch/smokeping/";
@@ -29,5 +29,6 @@
 
   install -Dm644 "$srcdir/service" 
"$pkgdir/usr/lib/systemd/system/smokeping.service"
   chmod 700 "$pkgdir/etc/smokeping"
+  install -dm700 "$pkgdir/var/lib/smokeping"
 }
 

Modified: install
===
--- install 2016-01-11 20:56:15 UTC (rev 156034)
+++ install 2016-01-11 23:16:27 UTC (rev 156035)
@@ -1,7 +1,7 @@
 post_install() {
getent group smokeping  &>/dev/null || groupadd -g 181 smokeping  
>/dev/null
getent passwd smokeping &>/dev/null || useradd -u 181 -d 
/var/lib/smokeping -g smokeping -s /bin/false smokeping >/dev/null
-   chown -R smokeping:smokeping /srv/http/smokeping /etc/smokeping 
+   chown -R smokeping:smokeping /srv/http/smokeping /etc/smokeping 
/var/lib/smokeping
 }
 
 post_upgrade() {


[arch-commits] Commit in smokeping/trunk (PKGBUILD install service)

2016-01-09 Thread Florian Pritz
Date: Saturday, January 9, 2016 @ 17:22:03
  Author: bluewind
Revision: 155802

Fix FS#47678 - [smokeping] daemon is not running after reboot

upgpkg: smokeping 2.6.11-2

Modified:
  smokeping/trunk/PKGBUILD
  smokeping/trunk/install
  smokeping/trunk/service

--+
 PKGBUILD |4 ++--
 install  |5 -
 service  |4 
 3 files changed, 6 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-01-09 16:19:53 UTC (rev 155801)
+++ PKGBUILD2016-01-09 16:22:03 UTC (rev 155802)
@@ -3,7 +3,7 @@
 
 pkgname=smokeping
 pkgver=2.6.11
-pkgrel=1
+pkgrel=2
 pkgdesc="A tool to keep track of your network latency"
 arch=('any')
 url="http://oss.oetiker.ch/smokeping/";
@@ -13,7 +13,7 @@
 source=(http://oss.oetiker.ch/smokeping/pub/smokeping-${pkgver}.tar.gz
 service)
 sha256sums=('f2b3c386e95a74af2b1e7aec6410d0a58852339f00e9963f3c770cfd85ba30dd'
-'d8269fb14221d679bd4eb7e7028eda47ac5bb24490ecff4ec7e949c6209688be')
+'4691650aed6c7341bf3a898f63c8ad03f2453d4ce9874e83f24ced5ee21317d9')
 install=install
 
 build() {

Modified: install
===
--- install 2016-01-09 16:19:53 UTC (rev 155801)
+++ install 2016-01-09 16:22:03 UTC (rev 155802)
@@ -8,8 +8,3 @@
post_install
 }
 
-pre_remove() {
-   getent passwd smokeping &>/dev/null && userdel  smokeping  >/dev/null
-   getent group smokeping  &>/dev/null && groupdel smokeping  >/dev/null
-   true
-}

Modified: service
===
--- service 2016-01-09 16:19:53 UTC (rev 155801)
+++ service 2016-01-09 16:22:03 UTC (rev 155802)
@@ -1,3 +1,7 @@
+[Unit]
+Description=SmokePing Daemon
+After=network.target
+
 [Service]
 User=smokeping
 ExecStart=/usr/bin/smokeping --nodaemon --config=/etc/smokeping/config


[arch-commits] Commit in smokeping/trunk (PKGBUILD)

2015-01-03 Thread Florian Pritz
Date: Saturday, January 3, 2015 @ 19:18:16
  Author: bluewind
Revision: 125240

upgpkg: smokeping 2.6.11-1

upstream update

Modified:
  smokeping/trunk/PKGBUILD

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-01-03 18:13:40 UTC (rev 125239)
+++ PKGBUILD2015-01-03 18:18:16 UTC (rev 125240)
@@ -2,16 +2,17 @@
 # Contributor: Christos Nouskas nous 
 
 pkgname=smokeping
-pkgver=2.6.10
+pkgver=2.6.11
 pkgrel=1
 pkgdesc="A tool to keep track of your network latency"
 arch=('any')
 url="http://oss.oetiker.ch/smokeping/";
 license=('GPL2')
-depends=('perl-config-grammar' 'perl-digest-hmac' 'perl-libwww' 'rrdtool' 
'perl-fcgi' 'perl-cgi-fast')
+depends=('perl-config-grammar' 'perl-digest-hmac' 'perl-libwww' 'rrdtool' 
'perl-fcgi' 'perl-cgi-fast'
+ 'perl-io-tty' 'perl-net-dns' 'perl-net-snmp' 'perl-net-telnet' 
'perl-ldap' 'perl-net-openssh')
 source=(http://oss.oetiker.ch/smokeping/pub/smokeping-${pkgver}.tar.gz
 service)
-sha256sums=('0121672951f47bd45575898c3e4d767e22cc692dd272d723b422515fd3cc641c'
+sha256sums=('f2b3c386e95a74af2b1e7aec6410d0a58852339f00e9963f3c770cfd85ba30dd'
 'd8269fb14221d679bd4eb7e7028eda47ac5bb24490ecff4ec7e949c6209688be')
 install=install
 


[arch-commits] Commit in smokeping/trunk (PKGBUILD)

2014-10-29 Thread Florian Pritz
Date: Wednesday, October 29, 2014 @ 21:43:42
  Author: bluewind
Revision: 121583

upgpkg: smokeping 2.6.10-1

upstream update

Modified:
  smokeping/trunk/PKGBUILD

--+
 PKGBUILD |   19 +--
 1 file changed, 5 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-29 19:47:53 UTC (rev 121582)
+++ PKGBUILD2014-10-29 20:43:42 UTC (rev 121583)
@@ -2,8 +2,8 @@
 # Contributor: Christos Nouskas nous 
 
 pkgname=smokeping
-pkgver=2.6.9
-pkgrel=4
+pkgver=2.6.10
+pkgrel=1
 pkgdesc="A tool to keep track of your network latency"
 arch=('any')
 url="http://oss.oetiker.ch/smokeping/";
@@ -10,20 +10,11 @@
 license=('GPL2')
 depends=('perl-config-grammar' 'perl-digest-hmac' 'perl-libwww' 'rrdtool' 
'perl-fcgi' 'perl-cgi-fast')
 source=(http://oss.oetiker.ch/smokeping/pub/smokeping-${pkgver}.tar.gz
-service
-htdocs-makefile.patch)
-sha256sums=('cd551d4384d8b19879d128ea0566bd680c19bb4ad8664a3c5a304604746f8863'
-'d8269fb14221d679bd4eb7e7028eda47ac5bb24490ecff4ec7e949c6209688be'
-'d044f421ea9b7fac147b9da69dd16c0e45bb534c500ebac6e011f1cfecc9bb8f')
+service)
+sha256sums=('0121672951f47bd45575898c3e4d767e22cc692dd272d723b422515fd3cc641c'
+'d8269fb14221d679bd4eb7e7028eda47ac5bb24490ecff4ec7e949c6209688be')
 install=install
 
-prepare() {
-  cd "$srcdir"/${pkgname}-${pkgver}
-   sed -i 's#the master/slave mode|smokeping_master_slave#the 
masterEslave mode|smokeping_master_slave#' \
-   lib/Smokeping.pm
-   patch -p1 -i "$srcdir/htdocs-makefile.patch"
-}
-
 build() {
   cd "$srcdir"/${pkgname}-${pkgver}
 


[arch-commits] Commit in smokeping/trunk (PKGBUILD)

2014-08-02 Thread Florian Pritz
Date: Saturday, August 2, 2014 @ 20:25:59
  Author: bluewind
Revision: 116755

upgpkg: smokeping 2.6.9-4

depend on perl-cgi-fast

Modified:
  smokeping/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-02 18:25:36 UTC (rev 116754)
+++ PKGBUILD2014-08-02 18:25:59 UTC (rev 116755)
@@ -3,17 +3,17 @@
 
 pkgname=smokeping
 pkgver=2.6.9
-pkgrel=3
+pkgrel=4
 pkgdesc="A tool to keep track of your network latency"
 arch=('any')
 url="http://oss.oetiker.ch/smokeping/";
 license=('GPL2')
-depends=('perl-config-grammar' 'perl-digest-hmac' 'perl-libwww' 'rrdtool' 
'perl-fcgi' 'perl-cgi')
+depends=('perl-config-grammar' 'perl-digest-hmac' 'perl-libwww' 'rrdtool' 
'perl-fcgi' 'perl-cgi-fast')
 source=(http://oss.oetiker.ch/smokeping/pub/smokeping-${pkgver}.tar.gz
 service
 htdocs-makefile.patch)
 sha256sums=('cd551d4384d8b19879d128ea0566bd680c19bb4ad8664a3c5a304604746f8863'
-'312e9c7a9d4a2e56da823bcbfa39c4e38a66bbe1da365dae8d11774d9eb2ee28'
+'d8269fb14221d679bd4eb7e7028eda47ac5bb24490ecff4ec7e949c6209688be'
 'd044f421ea9b7fac147b9da69dd16c0e45bb534c500ebac6e011f1cfecc9bb8f')
 install=install
 



[arch-commits] Commit in smokeping/trunk (PKGBUILD service)

2014-08-02 Thread Florian Pritz
Date: Saturday, August 2, 2014 @ 18:57:04
  Author: bluewind
Revision: 116751

depend on perl-cgi and add reload to service file

Modified:
  smokeping/trunk/PKGBUILD
  smokeping/trunk/service

--+
 PKGBUILD |4 ++--
 service  |1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-02 15:40:37 UTC (rev 116750)
+++ PKGBUILD2014-08-02 16:57:04 UTC (rev 116751)
@@ -3,12 +3,12 @@
 
 pkgname=smokeping
 pkgver=2.6.9
-pkgrel=2
+pkgrel=3
 pkgdesc="A tool to keep track of your network latency"
 arch=('any')
 url="http://oss.oetiker.ch/smokeping/";
 license=('GPL2')
-depends=('perl-config-grammar' 'perl-digest-hmac' 'perl-libwww' 'rrdtool' 
'perl-fcgi')
+depends=('perl-config-grammar' 'perl-digest-hmac' 'perl-libwww' 'rrdtool' 
'perl-fcgi' 'perl-cgi')
 source=(http://oss.oetiker.ch/smokeping/pub/smokeping-${pkgver}.tar.gz
 service
 htdocs-makefile.patch)

Modified: service
===
--- service 2014-08-02 15:40:37 UTC (rev 116750)
+++ service 2014-08-02 16:57:04 UTC (rev 116751)
@@ -1,6 +1,7 @@
 [Service]
 User=smokeping
 ExecStart=/usr/bin/smokeping --nodaemon --config=/etc/smokeping/config
+ExecReload=/bin/kill -HUP $MAINPID
 
 [Install]
 WantedBy=multi-user.target