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

Daniel Micay thestinger at nymeria.archlinux.org
Fri Apr 11 20:14:42 UTC 2014


    Date: Friday, April 11, 2014 @ 22:14:41
  Author: thestinger
Revision: 109225

upgpkg: tor 0.2.4.21-3

* remove obsolete file from the backup array (replaced by torsocks)
* revert the usage of PrivateDevices=yes (breaks syslog - has to wait for tor
  to support the journal directly)

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-04-11 20:13:21 UTC (rev 109224)
+++ PKGBUILD	2014-04-11 20:14:41 UTC (rev 109225)
@@ -1,11 +1,12 @@
 # $Id$
 # Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
+# Contributor: Daniel Micay <danielmicay at gmail.com>
 # Contributor: simo <simo at archlinux.org>
 # Contributor: Sid Karunaratne
 
 pkgname=tor
 pkgver=0.2.4.21
-pkgrel=2
+pkgrel=3
 pkgdesc='Anonymizing overlay network.'
 arch=('i686' 'x86_64')
 url='http://www.torproject.org/'
@@ -14,8 +15,7 @@
 optdepends=('torsocks: for torify')
 makedepends=('ca-certificates')
 backup=('etc/tor/torrc'
-        'etc/tor/torrc-dist'
-        'etc/tor/tor-tsocks.conf')
+        'etc/tor/torrc-dist')
 install='tor.install'
 source=("http://www.torproject.org/dist/${pkgname}-${pkgver}.tar.gz"{,.asc}
         'torrc'
@@ -23,7 +23,7 @@
 md5sums=('bde981d10e8faf1e171ef1ebbb7b398a'
          'SKIP'
          'c1dd4004c63edaeaa829e01be5413cfc'
-         '503cedd9679f9817b2c27916ba989a74')
+         '51c81cd06b75edd87aafff5a7941822c')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"

Modified: tor.service
===================================================================
--- tor.service	2014-04-11 20:13:21 UTC (rev 109224)
+++ tor.service	2014-04-11 20:14:41 UTC (rev 109225)
@@ -9,7 +9,6 @@
 ExecReload=/usr/bin/kill -HUP $MAINPID
 KillSignal=SIGINT
 LimitNOFILE=8192
-PrivateDevices=yes
 
 [Install]
 WantedBy=multi-user.target




More information about the arch-commits mailing list