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 3868dc2a0cec3dc14cf9f78145ec25a468d4ebd3 (commit) via 0fffd0e763573f0e4be37653e5e4b8da9eec9531 (commit) from a408e02da29d32d72a570112caec8544f0474f51 (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 3868dc2a0cec3dc14cf9f78145ec25a468d4ebd3 Merge: a408e02 0fffd0e Author: Michael Tremer michael.tremer@ipfire.org Date: Thu Dec 5 00:00:28 2013 +0100
Merge remote-tracking branch 'earl/tor' into next
commit 0fffd0e763573f0e4be37653e5e4b8da9eec9531 Author: Jan Paul Tuecking earl@ipfire.org Date: Thu Nov 21 09:28:44 2013 +0100
tor: update to 0.2.4.18-rc
-----------------------------------------------------------------------
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 795f7c3..10eaca4 100644 --- a/lfs/tor +++ b/lfs/tor @@ -24,7 +24,7 @@
include Config
-VER = 0.2.4.17-rc +VER = 0.2.4.18-rc
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 = 4 +PAK_VER = 5
DEPS = "libevent2"
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 2cdfb8dcc3306a43cf465a858bf97b2d +$(DL_FILE)_MD5 = 6cc5bc776e9d61a9fb1b000609ed2692
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree