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

Daniel Micay thestinger at nymeria.archlinux.org
Fri Jun 27 00:03:41 UTC 2014


    Date: Friday, June 27, 2014 @ 02:03:41
  Author: thestinger
Revision: 113655

upgpkg: tor 0.2.4.22-3

re-enable PrivateDevices=yes now that it supports the syslog API

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-06-26 20:47:30 UTC (rev 113654)
+++ PKGBUILD	2014-06-27 00:03:41 UTC (rev 113655)
@@ -6,7 +6,7 @@
 
 pkgname=tor
 pkgver=0.2.4.22
-pkgrel=2
+pkgrel=3
 pkgdesc='Anonymizing overlay network.'
 arch=('i686' 'x86_64')
 url='http://www.torproject.org/'
@@ -23,7 +23,7 @@
 md5sums=('5a7eee0d9df87233255d78b25c6f8270'
          'SKIP'
          'c1dd4004c63edaeaa829e01be5413cfc'
-         '51c81cd06b75edd87aafff5a7941822c')
+         '503cedd9679f9817b2c27916ba989a74')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"

Modified: tor.service
===================================================================
--- tor.service	2014-06-26 20:47:30 UTC (rev 113654)
+++ tor.service	2014-06-27 00:03:41 UTC (rev 113655)
@@ -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