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.4.4.6 Date: Fri, 20 Nov 2020 16:53:47 +0000 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4767211723796617344==" List-Id: --===============4767211723796617344== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Full changelog can be obtained from https://gitweb.torproject.org/tor.git/pla= in/ChangeLog?h=3Dtor-0.4.4.6 . Signed-off-by: Peter M=C3=BCller --- lfs/tor | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/tor b/lfs/tor index b7c28495d..6d758dcb0 100644 --- a/lfs/tor +++ b/lfs/tor @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 0.4.4.5 +VER =3D 0.4.4.6 =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 55 +PAK_VER =3D 56 =20 DEPS =3D libseccomp =20 @@ -44,7 +44,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D b061b7c4ce6102fb7c800b73c8573388 +$(DL_FILE)_MD5 =3D 3635b2f7b6645910bf702ce8eaeffd0d =20 install : $(TARGET) =20 --=20 2.20.1 --===============4767211723796617344==--