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.2.10 Date: Sun, 04 Mar 2018 18:03:04 +0100 Message-ID: <20180304180304.32f0e5cc.peter.mueller@link38.eu> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8840393097675867957==" List-Id: --===============8840393097675867957== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Update Tor to 0.3.2.10, which fixes some security and DoS issues especially important for relays. The release notes are available at: https://blog.torproject.org/new-stable-tor-releases-security-fixes-and-dos-pr= evention-03210-03110-02915 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 a63a5fb49..f78e017eb 100644 --- a/lfs/tor +++ b/lfs/tor @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 0.3.2.9 +VER =3D 0.3.2.10 =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 27 +PAK_VER =3D 28 =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 9aafe4d11464548346fdfb95a3eb9e83 +$(DL_FILE)_MD5 =3D a8b8b3db93f87a5c061109dbd8cd5309 =20 install : $(TARGET) =20 --=20 2.13.6 --===============8840393097675867957==--