From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= <peter.mueller@ipfire.org> To: development@lists.ipfire.org Subject: [PATCH 2/2] update Tor to 0.3.5.8 Date: Sat, 23 Feb 2019 16:54:00 +0000 Message-ID: <d3be0a05-6ef6-9b45-dd76-6d5a97949c52@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8871015727600890649==" List-Id: <development.lists.ipfire.org> --===============8871015727600890649== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable See https://blog.torproject.org/new-releases-tor-0402-alpha-0358-03411-and-03= 312 for release notes. Signed-off-by: Peter M=C3=BCller <peter.mueller(a)ipfire.org> --- lfs/tor | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/tor b/lfs/tor index e1027c131..4e38a3e7c 100644 --- a/lfs/tor +++ b/lfs/tor @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 0.3.5.7 +VER =3D 0.3.5.8 =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 32 +PAK_VER =3D 33 =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 8076f11045b5a94fd4ef0a0114b845f6 +$(DL_FILE)_MD5 =3D e4b0feca80cc221ab235c9544851b146 =20 install : $(TARGET) =20 --=20 2.16.4 --===============8871015727600890649==--