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 ecb2d6b954ba5f7cee25ac0e46f245c16e49ceaa (commit) via b1636efd0b3f4faa3e4d08f54c2b2dfa170e373f (commit) from 15847a8001e5adda6bf253f3c329fce11d5a05b1 (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 ecb2d6b954ba5f7cee25ac0e46f245c16e49ceaa Merge: 15847a8 b1636ef Author: Michael Tremer michael.tremer@ipfire.org Date: Wed Apr 8 22:47:32 2015 +0200
Merge remote-tracking branch 'earl/tor' into next
commit b1636efd0b3f4faa3e4d08f54c2b2dfa170e373f Author: Jan Paul Tuecking earl@ipfire.org Date: Wed Apr 8 07:45:16 2015 +0200
tor: update to 0.2.5.12
-----------------------------------------------------------------------
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 9176fee..2098952 100644 --- a/lfs/tor +++ b/lfs/tor @@ -24,7 +24,7 @@
include Config
-VER = 0.2.5.11 +VER = 0.2.5.12
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 = 9 +PAK_VER = 10
DEPS = "libevent2"
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 9ca64f76996cb8a750e50c792e2c4c52 +$(DL_FILE)_MD5 = 89745069a7efb7aafd01ae263bd0fe5c
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree