From 6268c62384c17112f10cb0c6acc3b0951eb81f2c Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 3 Dec 2016 13:30:02 +0000 Subject: [PATCH] tor: Update to 0.2.8.10 Brings various major bugfixes and privacy enhancements Signed-off-by: Michael Tremer --- lfs/tor | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/tor b/lfs/tor index a00ff25965..5f39d78975 100644 --- 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) -- 2.39.2