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.6.9 Date: Sun, 19 Dec 2021 10:59:36 +0100 Message-ID: <3535AFF9-9405-4F7B-B7DC-C02854A3095B@ipfire.org> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1438001363583061242==" List-Id: --===============1438001363583061242== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Michael Tremer > On 18 Dec 2021, at 17:23, Peter M=C3=BCller wr= ote: >=20 > Full changelog as per https://gitweb.torproject.org/tor.git/plain/ChangeLog: >=20 > Changes in version 0.4.6.9 - 2021-12-15 > This version fixes several bugs from earlier versions of Tor. One important > piece is the removal of DNS timeout metric from the overload general signa= l. > See below for more details. >=20 > o Major bugfixes (relay, overload): > - Don't make Tor DNS timeout trigger an overload general state. > These timeouts are different from DNS server timeout. They have to > be seen as timeout related to UX and not because of a network > problem. Fixes bug 40527; bugfix on 0.4.6.1-alpha. >=20 > o Minor feature (reproducible build): > - The repository can now build reproducible tarballs which adds the > build command "make dist-reprod" for that purpose. Closes > ticket 26299. >=20 > o Minor features (compilation): > - Give an error message if trying to build with a version of > LibreSSL known not to work with Tor. (There's an incompatibility > with LibreSSL versions 3.2.1 through 3.4.0 inclusive because of > their incompatibility with OpenSSL 1.1.1's TLSv1.3 APIs.) Closes > ticket 40511. >=20 > o Minor features (fallbackdir): > - Regenerate fallback directories generated on December 15, 2021. >=20 > o Minor features (geoip data): > - Update the geoip files to match the IPFire Location Database, as > retrieved on 2021/12/15. >=20 > o Minor bugfixes (compilation): > - Fix our configuration logic to detect whether we had OpenSSL 3: > previously, our logic was reversed. This has no other effect than > to change whether we suppress deprecated API warnings. Fixes bug > 40429; bugfix on 0.3.5.13. >=20 > o Minor bugfixes (relay): > - Reject IPv6-only DirPorts. Our reachability self-test forces > DirPorts to be IPv4, but our configuration parser allowed them to > be IPv6-only, which led to an assertion failure. Fixes bug 40494; > bugfix on 0.4.5.1-alpha. >=20 > o Documentation (man, relay): > - Missing "OverloadStatistics" in tor.1 manpage. Fixes bug 40504; > bugfix on 0.4.6.1-alpha. >=20 > Signed-off-by: Peter M=C3=BCller > --- > lfs/tor | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) >=20 > diff --git a/lfs/tor b/lfs/tor > index 1c41ef89d..aca9c0c92 100644 > --- a/lfs/tor > +++ b/lfs/tor > @@ -24,7 +24,7 @@ >=20 > include Config >=20 > -VER =3D 0.4.6.8 > +VER =3D 0.4.6.9 >=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 65 > +PAK_VER =3D 66 >=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 e65cbb78aece2c135f635970e555506a > +$(DL_FILE)_MD5 =3D 6a8bb8f6c6f7c6d80a50de8f9f8be8c4 >=20 > install : $(TARGET) >=20 > --=20 > 2.26.2 --===============1438001363583061242==--