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

Daniel Micay thestinger at nymeria.archlinux.org
Thu Apr 10 02:00:04 UTC 2014


    Date: Thursday, April 10, 2014 @ 04:00:03
  Author: thestinger
Revision: 109061

tor: use PrivateDevices=yes

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-04-10 01:58:21 UTC (rev 109060)
+++ PKGBUILD	2014-04-10 02:00:03 UTC (rev 109061)
@@ -5,7 +5,7 @@
 
 pkgname=tor
 pkgver=0.2.4.21
-pkgrel=1
+pkgrel=2
 pkgdesc='Anonymizing overlay network.'
 arch=('i686' 'x86_64')
 url='http://www.torproject.org/'
@@ -23,7 +23,7 @@
 md5sums=('bde981d10e8faf1e171ef1ebbb7b398a'
          'SKIP'
          'c1dd4004c63edaeaa829e01be5413cfc'
-         '51c81cd06b75edd87aafff5a7941822c')
+         '503cedd9679f9817b2c27916ba989a74')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"

Modified: tor.service
===================================================================
--- tor.service	2014-04-10 01:58:21 UTC (rev 109060)
+++ tor.service	2014-04-10 02:00:03 UTC (rev 109061)
@@ -9,6 +9,7 @@
 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