This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, next has been updated via 6268c62384c17112f10cb0c6acc3b0951eb81f2c (commit) from 2aa15dee660214bfe4f402ff7c34c28b9bb068bc (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 6268c62384c17112f10cb0c6acc3b0951eb81f2c Author: Michael Tremer michael.tremer@ipfire.org Date: Sat Dec 3 13:30:02 2016 +0000
tor: Update to 0.2.8.10
Brings various major bugfixes and privacy enhancements
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: lfs/tor | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
Difference in files: diff --git a/lfs/tor b/lfs/tor index a00ff25..5f39d78 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)
hooks/post-receive -- IPFire 2.x development tree