From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] tor: Update to 0.3.2.9 Date: Wed, 10 Jan 2018 21:22:12 +0100 Message-ID: <20180110202212.21047-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2674439274870462973==" List-Id: --===============2674439274870462973== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable For details see: https://gitweb.torproject.org/tor.git/plain/ReleaseNotes?id=3Dtor-0.3.2.9 Best, Matthias Signed-off-by: Matthias Fischer --- lfs/tor | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lfs/tor b/lfs/tor index af84d186e..686129451 100644 --- a/lfs/tor +++ b/lfs/tor @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2017 IPFire Team = # +# Copyright (C) 2007-2018 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.1.9 +VER =3D 0.3.2.9 =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 25 +PAK_VER =3D 26 =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 585e62d086ae7df7cd873f735d726118 +$(DL_FILE)_MD5 =3D 9aafe4d11464548346fdfb95a3eb9e83 =20 install : $(TARGET) =20 --=20 2.15.1 --===============2674439274870462973==--