]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
Tor: update to 0.3.5.7
authorPeter Müller <peter.mueller@ipfire.org>
Wed, 6 Feb 2019 19:21:00 +0000 (19:21 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 7 Feb 2019 15:15:26 +0000 (15:15 +0000)
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/packages/tor
lfs/tor

index 972b207758aa2e1146a63d3795db63d22c45ed82..c75e86f11895ba812af1b7fcfe9c0a6c6b7e50af 100644 (file)
@@ -8,15 +8,18 @@ etc/tor/torrc
 srv/web/ipfire/cgi-bin/tor.cgi
 usr/bin/tor
 usr/bin/tor-gencert
+usr/bin/tor-print-ed-signing-cert
 usr/bin/tor-resolve
 #usr/bin/torify
 usr/local/bin/torctrl
 #usr/share/doc/tor
 #usr/share/doc/tor/tor-gencert.html
+#usr/share/doc/tor/tor-print-ed-signing-cert.html
 #usr/share/doc/tor/tor-resolve.html
 #usr/share/doc/tor/tor.html
 #usr/share/doc/tor/torify.html
 #usr/share/man/man1/tor-gencert.1
+#usr/share/man/man1/tor-print-ed-signing-cert.1
 #usr/share/man/man1/tor-resolve.1
 #usr/share/man/man1/tor.1
 #usr/share/man/man1/torify.1
diff --git a/lfs/tor b/lfs/tor
index 2c3940638cebd425162afcf917cb820ec2c0f21c..e1027c131671f155817e91491ce7bbb38edd63da 100644 (file)
--- a/lfs/tor
+++ b/lfs/tor
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2018  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2019  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 0.3.4.9
+VER        = 0.3.5.7
 
 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    = 31
+PAK_VER    = 32
 
 DEPS       = ""
 
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 8a303c7c2491cd27b1646f6efdc4a5d0
+$(DL_FILE)_MD5 = 8076f11045b5a94fd4ef0a0114b845f6
 
 install : $(TARGET)