]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
tor: Update to 0.2.8.10
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 3 Dec 2016 13:30:02 +0000 (13:30 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 3 Dec 2016 13:30:02 +0000 (13:30 +0000)
Brings various major bugfixes and privacy enhancements

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/tor

diff --git a/lfs/tor b/lfs/tor
index a00ff2596525ac0696b5a09816a2ea8116234c2d..5f39d78975ade3abf985fd2c672fb0484963953c 100644 (file)
--- a/lfs/tor
+++ b/lfs/tor
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 0.2.7.6
+VER        = 0.2.8.10
 
 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    = 17
+PAK_VER    = 18
 
 DEPS       = ""
 
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = cc19107b57136a68e8c563bf2d35b072
+$(DL_FILE)_MD5 = f5762c9eeb7bc68a6405cd5d6a53b5d7
 
 install : $(TARGET)