From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] Tor: update to 0.4.2.5 Date: Sat, 04 Jan 2020 16:32:26 +0000 Message-ID: In-Reply-To: <36325172-801d-97f0-a732-2d0af79f8c29@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5582418964988754955==" List-Id: --===============5582418964988754955== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Michael Tremer > On 4 Jan 2020, at 16:15, Peter M=C3=BCller wro= te: >=20 > Please refer to https://blog.torproject.org/new-release-0425-also-0417-0406= -and-0359 > for release notes. >=20 > Signed-off-by: Peter M=C3=BCller > --- > lfs/tor | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) >=20 > diff --git a/lfs/tor b/lfs/tor > index 178f84be9..b2a8d5ce0 100644 > --- a/lfs/tor > +++ b/lfs/tor > @@ -1,7 +1,7 @@ > ###########################################################################= #### > # = # > # IPFire.org - A linux based firewall = # > -# Copyright (C) 2007-2019 IPFire Team = # > +# Copyright (C) 2007-2020 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.4.1.6 > +VER =3D 0.4.2.5 >=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 44 > +PAK_VER =3D 45 >=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 d5e290d2a09d4225693cebc37a83097f > +$(DL_FILE)_MD5 =3D ea9e9078ff2e175332f0095c60284458 >=20 > install : $(TARGET) >=20 > @@ -107,7 +107,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) > install -v -m 644 $(DIR_SRC)/config/tor/defaults-torrc \ > /usr/share/tor/defaults-torrc >=20 > - #install initscripts > + # Install initscripts > $(call INSTALL_INITSCRIPT,tor) >=20 > # Install start links and backup include file. > --=20 > 2.16.4 --===============5582418964988754955==--