From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: [PATCH] Tor: update to 0.3.5.7 Date: Wed, 06 Feb 2019 19:21:00 +0000 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8806599390719729236==" List-Id: --===============8806599390719729236== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Peter M=C3=BCller --- config/rootfiles/packages/tor | 3 +++ lfs/tor | 8 ++++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/config/rootfiles/packages/tor b/config/rootfiles/packages/tor index 972b20775..c75e86f11 100644 --- a/config/rootfiles/packages/tor +++ b/config/rootfiles/packages/tor @@ -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 2c3940638..e1027c131 100644 --- a/lfs/tor +++ b/lfs/tor @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2018 IPFire Team = # +# Copyright (C) 2007-2019 IPFire Team = # # = # # 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 @@ =20 include Config =20 -VER =3D 0.3.4.9 +VER =3D 0.3.5.7 =20 THISAPP =3D tor-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D tor -PAK_VER =3D 31 +PAK_VER =3D 32 =20 DEPS =3D "" =20 @@ -44,7 +44,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D 8a303c7c2491cd27b1646f6efdc4a5d0 +$(DL_FILE)_MD5 =3D 8076f11045b5a94fd4ef0a0114b845f6 =20 install : $(TARGET) =20 --=20 2.16.4 --===============8806599390719729236==--