From mboxrd@z Thu Jan  1 00:00:00 1970
From: Peter =?utf-8?q?M=C3=BCller?= <peter.mueller@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] Tor: Update to 0.4.8.12
Date: Sun, 16 Jun 2024 13:52:00 +0000
Message-ID: <40b08b59-c327-4761-9a37-43d43390cef6@ipfire.org>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============4137429836535242897=="
List-Id: <development.lists.ipfire.org>

--===============4137429836535242897==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable

>>From https://gitlab.torproject.org/tpo/core/tor/-/raw/release-0.4.8/ReleaseNo=
tes:

Changes in version 0.4.8.12 - 2024-06-06
  This is a minor release with couple bugfixes affecting conflux and logging.
  We also have the return of faravahar directory authority with new keys and
  address.

  o Minor feature (dirauth):
    - Add back faravahar with a new address and new keys. Closes 40689.

  o Minor features (fallbackdir):
    - Regenerate fallback directories generated on June 06, 2024.

  o Minor features (geoip data):
    - Update the geoip files to match the IPFire Location Database, as
      retrieved on 2024/06/06.

  o Minor bugfix (circuit):
    - Remove a log_warn being triggered by a protocol violation that
      already emits a protocol warning log. Fixes bug 40932; bugfix
      on 0.4.8.1-alpha.

  o Minor bugfixes (conflux):
    - Avoid a potential hard assert (crash) when sending a cell on a
      Conflux set. Fixes bug 40921; bugfix on 0.4.8.1-alpha.
    - Make sure we don't process a closed circuit when packaging data.
      This lead to a non fatal BUG() spamming logs. Fixes bug 40908;
      bugfix on 0.4.8.1-alpha.

Signed-off-by: Peter M=C3=BCller <peter.mueller(a)ipfire.org>
---
 lfs/tor | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lfs/tor b/lfs/tor
index 488415902..7659c5212 100644
--- a/lfs/tor
+++ b/lfs/tor
@@ -26,7 +26,7 @@ include Config
=20
 SUMMARY    =3D Anonymizing overlay network for TCP (The onion router)
=20
-VER        =3D 0.4.8.11
+VER        =3D 0.4.8.12
=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 85
+PAK_VER    =3D 86
=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 b7f5bb855a6f8fe7dfd0e0efe7b48798e9d4642e401641c83554ed=
0f98fe238a5f303e9466e9e24a7ade63488a745b3c957ed6cc53a2f5e21f5f9c3f78f7fa78
+$(DL_FILE)_BLAKE2 =3D adaf1f90c698ee373d7ef93c77e883b76a2d75932a50b2bf7a4f5a=
2d387f3f8cc00d83860ed61e1e2c1d224680d07828137cf4805adb9975d9cc7218c493d19d
=20
 install : $(TARGET)
=20
--=20
2.35.3

--===============4137429836535242897==--