summaryrefslogtreecommitdiff
path: root/community/tor
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2013-12-29 03:37:35 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2013-12-29 03:37:35 +0000
commitce34930a04e783323d0a92208729b9e5fa1994c5 (patch)
treeb1a647e06eb26544065c462a1b567150a4fc573e /community/tor
parent65eeff79fff8a1bfdf67ca51d147384f46f4d5c0 (diff)
Sun Dec 29 03:35:02 UTC 2013
Diffstat (limited to 'community/tor')
-rw-r--r--community/tor/PKGBUILD13
-rw-r--r--community/tor/tor.service1
2 files changed, 8 insertions, 6 deletions
diff --git a/community/tor/PKGBUILD b/community/tor/PKGBUILD
index f21989d87..cbc8fdc64 100644
--- a/community/tor/PKGBUILD
+++ b/community/tor/PKGBUILD
@@ -1,16 +1,17 @@
-# $Id: PKGBUILD 92386 2013-06-04 12:52:29Z lfleischer $
+# $Id: PKGBUILD 103171 2013-12-28 17:39:34Z lfleischer $
# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
# Contributor: simo <simo@archlinux.org>
# 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/'
license=('BSD')
-depends=('openssl' 'libevent' 'torsocks' 'bash')
+depends=('openssl' 'libevent' 'bash')
+optdepends=('torsocks: for torify')
makedepends=('ca-certificates')
backup=('etc/tor/torrc'
'etc/tor/torrc-dist'
@@ -19,10 +20,10 @@ install='tor.install'
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}"
diff --git a/community/tor/tor.service b/community/tor/tor.service
index 264a95624..6f941afcf 100644
--- a/community/tor/tor.service
+++ b/community/tor/tor.service
@@ -6,6 +6,7 @@ After=network.target
User=tor
Type=simple
ExecStart=/usr/bin/tor -f /etc/tor/torrc
+ExecReload=/usr/bin/kill -HUP $MAINPID
KillSignal=SIGINT
LimitNOFILE=8192