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.8.11 Date: Tue, 23 Apr 2024 13:27:37 +0200 Message-ID: <0587B5A5-B985-42B2-9725-78A4B1A0F199@ipfire.org> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3408523929715178065==" List-Id: --===============3408523929715178065== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Michael Tremer > On 22 Apr 2024, at 17:58, Peter M=C3=BCller wr= ote: >=20 > Full changelog according to https://gitlab.torproject.org/tpo/core/tor/-/ra= w/tor-0.4.8.11/ChangeLog: >=20 > Changes in version 0.4.8.11 - 2024-04-10 > This is a minor release mostly to upgrade the fallbackdir list. Worth noti= ng > also that directory authority running this version will now automatically > reject relays running the end of life 0.4.7.x version. >=20 > o Minor feature (authority): > - Reject 0.4.7.x series at the authority level. Closes ticket 40896. >=20 > o Minor feature (dirauth, tor26): > - New IP address and keys. >=20 > o Minor feature (directory authority): > - Allow BandwidthFiles "node_id" KeyValue without the dollar sign at > the start of the hexdigit, in order to easier database queries > combining Tor documents in which the relays fingerprint does not > include it. Fixes bug 40891; bugfix on 0.4.7 (all supported > versions of Tor). >=20 > o Minor features (fallbackdir): > - Regenerate fallback directories generated on April 10, 2024. >=20 > o Minor features (geoip data): > - Update the geoip files to match the IPFire Location Database, as > retrieved on 2024/04/10. >=20 > o Minor bugfixes (directory authorities): > - Add a warning when publishing a vote or signatures to another > directory authority fails. Fixes bug 40910; bugfix > on 0.2.0.3-alpha. >=20 > Signed-off-by: Peter M=C3=BCller > --- > lfs/tor | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) >=20 > diff --git a/lfs/tor b/lfs/tor > index aed30805f..488415902 100644 > --- a/lfs/tor > +++ b/lfs/tor > @@ -1,7 +1,7 @@ > ###########################################################################= #### > # = # > # IPFire.org - A linux based firewall = # > -# Copyright (C) 2007-2023 IPFire Team = # > +# Copyright (C) 2007-2024 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 = # > @@ -26,7 +26,7 @@ include Config >=20 > SUMMARY =3D Anonymizing overlay network for TCP (The onion router) >=20 > -VER =3D 0.4.8.10 > +VER =3D 0.4.8.11 >=20 > THISAPP =3D tor-$(VER) > DL_FILE =3D $(THISAPP).tar.gz > @@ -34,7 +34,7 @@ DL_FROM =3D $(URL_IPFIRE) > DIR_APP =3D $(DIR_SRC)/$(THISAPP) > TARGET =3D $(DIR_INFO)/$(THISAPP) > PROG =3D tor > -PAK_VER =3D 84 > +PAK_VER =3D 85 >=20 > DEPS =3D libseccomp >=20 > @@ -48,7 +48,7 @@ objects =3D $(DL_FILE) >=20 > $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) >=20 > -$(DL_FILE)_BLAKE2 =3D ef470664d85e019f6cac2366e934d5dc31b8ae92f121a2b4c8c9= 5f8267abce5ce4413d30a24affa40a069d587212364ae5a7c3cd114488e50a535f01c54c6e77 > +$(DL_FILE)_BLAKE2 =3D b7f5bb855a6f8fe7dfd0e0efe7b48798e9d4642e401641c83554= ed0f98fe238a5f303e9466e9e24a7ade63488a745b3c957ed6cc53a2f5e21f5f9c3f78f7fa78 >=20 > install : $(TARGET) >=20 > --=20 > 2.35.3 --===============3408523929715178065==--