From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] tor: Update to 3.1.7 Date: Fri, 29 Sep 2017 20:42:31 +0200 Message-ID: <20170929184231.26859-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4952166736087687631==" List-Id: --===============4952166736087687631== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Fixes TROVE-2017-008 and CVE-2017-0380 and others.... For details see https://gitweb.torproject.org/tor.git/plain/ReleaseNotes?id= =3Dtor-0.3.1.7 "Tor 0.3.1.7 is the first stable release in the 0.3.1 series." Best, Matthias Signed-off-by: Matthias Fischer --- lfs/tor | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/tor b/lfs/tor index 9e463445b..867f01fb4 100644 --- a/lfs/tor +++ b/lfs/tor @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 0.3.0.10 +VER =3D 0.3.1.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 22 +PAK_VER =3D 23 =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 c9920169798c28b60b03fa3f0e592509 +$(DL_FILE)_MD5 =3D ec7c9f588c9e1a42c09bcc097a1e55eb =20 install : $(TARGET) =20 --=20 2.14.2 --===============4952166736087687631==--