summaryrefslogtreecommitdiff
path: root/community/tor
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-11-23 02:33:48 -0800
committerroot <root@rshg054.dnsready.net>2012-11-23 02:33:48 -0800
commit1fce42e9327109bd47dba5e3e690144a23bbbc19 (patch)
treee48f488b533fcfa9f4e29f6d2b935e57adf0a178 /community/tor
parent13c6302fab6118693af345756375923b9fb7da69 (diff)
Fri Nov 23 02:31:09 PST 2012
Diffstat (limited to 'community/tor')
-rw-r--r--community/tor/PKGBUILD12
-rw-r--r--community/tor/tor.service4
2 files changed, 8 insertions, 8 deletions
diff --git a/community/tor/PKGBUILD b/community/tor/PKGBUILD
index d4dc0067b..6a1b3ec48 100644
--- a/community/tor/PKGBUILD
+++ b/community/tor/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 79370 2012-11-03 16:57:39Z lfleischer $
+# $Id: PKGBUILD 80483 2012-11-22 17:38:18Z lfleischer $
# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
# Contributor: simo <simo@archlinux.org>
pkgname=tor
-pkgver=0.2.2.39
-pkgrel=2
+pkgver=0.2.3.25
+pkgrel=1
pkgdesc='Anonymizing overlay network.'
arch=('i686' 'x86_64')
url='http://www.torproject.org/'
@@ -21,12 +21,12 @@ source=("http://www.torproject.org/dist/${pkgname}-${pkgver}.tar.gz"{,.asc}
'tor'
'tor.conf.d'
'tor.service')
-md5sums=('9157a1f02fcda9d7d2c5744176373abd'
- '7944de0693fccf65fe0e3ea6712887b6'
+md5sums=('a1c364189a9a66ed9daa8e6436489daf'
+ 'a4c12795ffb8f68550a5dab4a9eb0654'
'56c75d4e8a66f34167d31e38c43793dd'
'f8e6868a389877346e7eebaacd1078bb'
'5c7c6834064b3530c442def6079ac3aa'
- '98901f7dfa85b352b806ba7b0d66b7d0')
+ 'b8989a7b3ab39d697624b243f7fc255d')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
diff --git a/community/tor/tor.service b/community/tor/tor.service
index a4bc1ac51..33bbc0776 100644
--- a/community/tor/tor.service
+++ b/community/tor/tor.service
@@ -5,10 +5,10 @@ After=network.target
[Service]
Type=forking
GuessMainPID=yes
-EnvironmentFile=/etc/conf.d/tor
-ExecStart=/usr/bin/tor -f $TOR_CONF $TOR_ARGS
+ExecStart=/usr/bin/tor -f /etc/tor/torrc --quiet
ExecReload=/bin/kill -HUP $MAINPID
KillSignal=SIGINT
+LimitNOFILE=8192
[Install]
WantedBy=multi-user.target