From 5cbaf38137d24b4e426b0f10a3bedf8d9b927cb1 Mon Sep 17 00:00:00 2001 From: Danny Rawlins Date: Sun, 19 Oct 2014 00:30:58 +1100 Subject: [PATCH] tor: 0.2.4.22 -> 0.2.4.24 remove file check for /etc/tor/tor-tsocks.conf from /etc/rc.d/tor --- tor/.md5sum | 4 ++-- tor/Pkgfile | 2 +- tor/tor.rc | 1 - 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/tor/.md5sum b/tor/.md5sum index bfbe6c99f..cb80da2e1 100644 --- a/tor/.md5sum +++ b/tor/.md5sum @@ -1,3 +1,3 @@ -5a7eee0d9df87233255d78b25c6f8270 tor-0.2.4.22.tar.gz +9acb86b529f0f48cc495da3801f85d1f tor-0.2.4.24.tar.gz 53f221aeaaaede055c810cd1858b294c tor-config.patch -64a6fed3c6c30ea20f3e1362dcbf0a93 tor.rc +7c7044055ada4eb8e65513763401739b tor.rc diff --git a/tor/Pkgfile b/tor/Pkgfile index a2df8cf27..ac5b9a4f1 100644 --- a/tor/Pkgfile +++ b/tor/Pkgfile @@ -5,7 +5,7 @@ # Depends on: libevent openssl zlib name=tor -version=0.2.4.22 +version=0.2.4.24 release=1 source=(https://www.torproject.org/dist/tor-$version.tar.gz tor.rc tor-config.patch) diff --git a/tor/tor.rc b/tor/tor.rc index 41f35f8e6..62a59cf96 100644 --- a/tor/tor.rc +++ b/tor/tor.rc @@ -8,7 +8,6 @@ DAEMON=tor RUN_AS_USER=tor # Check for configuration files -[ -f /etc/tor/tor-tsocks.conf ] || exit 1 [ -f /etc/tor/torrc ] || exit 1 # If you have to edit this section for this or any other