]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
Merge remote-tracking branch 'earl/tor' into next
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 8 Apr 2015 20:47:32 +0000 (22:47 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 8 Apr 2015 20:47:32 +0000 (22:47 +0200)
lfs/tor

diff --git a/lfs/tor b/lfs/tor
index 9176fee03a45baa73b2400cb07083117a1b95dfc..209895297e63c08d8b1baaff825c8aae157c4fbe 100644 (file)
--- 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)