]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
tor: update to 0.2.5.11
authorJan Paul Tuecking <earl@ipfire.org>
Fri, 3 Apr 2015 01:05:24 +0000 (03:05 +0200)
committerJan Paul Tuecking <earl@ipfire.org>
Fri, 3 Apr 2015 01:05:24 +0000 (03:05 +0200)
config/rootfiles/packages/tor
lfs/tor

index f9c657c881a663d1cf1c7e54ecfe01d2a042c59d..972b207758aa2e1146a63d3795db63d22c45ed82 100644 (file)
@@ -1,11 +1,9 @@
-#etc/logrotate.d
 etc/logrotate.d/tor
 etc/rc.d/init.d/tor
 etc/rc.d/rc0.d/K40tor
 etc/rc.d/rc3.d/S60tor
 etc/rc.d/rc6.d/K40tor
 #etc/tor
-#etc/tor/tor-tsocks.conf
 etc/tor/torrc
 srv/web/ipfire/cgi-bin/tor.cgi
 usr/bin/tor
diff --git a/lfs/tor b/lfs/tor
index 0cc2957ed91ee7d3e2a939cf1930dfce7e898d08..9176fee03a45baa73b2400cb07083117a1b95dfc 100644 (file)
--- a/lfs/tor
+++ b/lfs/tor
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 0.2.4.23
+VER        = 0.2.5.11
 
 THISAPP    = tor-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -32,7 +32,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = tor
-PAK_VER    = 8
+PAK_VER    = 9
 
 DEPS       = "libevent2"
 
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 9e39928e310612c3bffee727f554c63f
+$(DL_FILE)_MD5 = 9ca64f76996cb8a750e50c792e2c4c52
 
 install : $(TARGET)