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

Lukas Fleischer lfleischer at nymeria.archlinux.org
Sat Dec 28 17:39:17 UTC 2013


    Date: Saturday, December 28, 2013 @ 18:39:17
  Author: lfleischer
Revision: 103170

upgpkg: tor 0.2.4.20-1

* Upstream update.
* Rebuild to remove dependency cycle (fixes FS#36330).
* Readd reload functionality (fixes FS#36580).

Modified:
  tor/trunk/PKGBUILD
  tor/trunk/tor.service

-------------+
 PKGBUILD    |    8 ++++----
 tor.service |    1 +
 2 files changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-12-28 17:00:30 UTC (rev 103169)
+++ PKGBUILD	2013-12-28 17:39:17 UTC (rev 103170)
@@ -4,8 +4,8 @@
 # Contributor: Sid Karunaratne
 
 pkgname=tor
-pkgver=0.2.3.25
-pkgrel=3
+pkgver=0.2.4.20
+pkgrel=1
 pkgdesc='Anonymizing overlay network.'
 arch=('i686' 'x86_64')
 url='http://www.torproject.org/'
@@ -20,10 +20,10 @@
 source=("http://www.torproject.org/dist/${pkgname}-${pkgver}.tar.gz"{,.asc}
         'torrc'
         'tor.service')
-md5sums=('a1c364189a9a66ed9daa8e6436489daf'
+md5sums=('a8cd8e3b3a3f6a7770f2c22d280f19b8'
          'SKIP'
          'c1dd4004c63edaeaa829e01be5413cfc'
-         'a396657e6f6df21d319ad586500c04b1')
+         '51c81cd06b75edd87aafff5a7941822c')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"

Modified: tor.service
===================================================================
--- tor.service	2013-12-28 17:00:30 UTC (rev 103169)
+++ tor.service	2013-12-28 17:39:17 UTC (rev 103170)
@@ -6,6 +6,7 @@
 User=tor
 Type=simple
 ExecStart=/usr/bin/tor -f /etc/tor/torrc
+ExecReload=/usr/bin/kill -HUP $MAINPID
 KillSignal=SIGINT
 LimitNOFILE=8192
 




More information about the arch-commits mailing list