From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arne Fitzenreiter To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, master, updated. a3a5c4ee95289ebc906e4406e2f87a246f8acabc Date: Mon, 30 Dec 2024 17:48:42 +0000 Message-ID: <4YMNrB0tdLz2y1N@people01.haj.ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3656781132953237152==" List-Id: --===============3656781132953237152== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree". The branch, master has been updated via a3a5c4ee95289ebc906e4406e2f87a246f8acabc (commit) from 58179c1efdd08019c35e9ad2376b12929e1bbe40 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit a3a5c4ee95289ebc906e4406e2f87a246f8acabc Author: Peter M=C3=BCller Date: Fri Dec 27 09:10:00 2024 +0000 Tor: Update to 0.4.8.13 =20 Full changelog according to https://gitlab.torproject.org/tpo/core/tor/-/blob/tor-0.4.8.13/ChangeLog : =20 Changes in version 0.4.8.13 - 2024-10-24 This is minor release fixing an important client circuit building (Conf= lux related) bug which lead to performance degradation and extra load on the network. Some minor memory leaks fixes as well as an important minor fe= ature for pluggable transports. We strongly recommend to update as soon as po= ssible for clients in order to neutralize this conflux bug. =20 o Major bugfixes (circuit building): - Conflux circuit building was ignoring the "predicted ports" feature, which aims to make Tor stop building circuits if there have been no user requests lately. This bug led to every idle Tor on the network building and discarding circuits every 30 seconds, which added overall load to the network, used bandwidth and battery from clients that weren't actively using their Tor, and kept sockets open on guards which added connection padding essentially forever. Fixes bug 40981; bugfix on 0.4.8.1-alpha; =20 o Minor feature (bridges, pluggable transport): - Add STATUS TYPE=3Dversion handler for Pluggable Transport. This allows us to gather version statistics on Pluggable Transport usage from bridge servers on our metrics portal. Closes ticket 11101. =20 o Minor features (fallbackdir): - Regenerate fallback directories generated on October 24, 2024. =20 o Minor features (geoip data): - Update the geoip files to match the IPFire Location Database, as retrieved on 2024/10/24. =20 o Minor bugfixes (memleak, authority): - Fix a small memleak when computing a new consensus. This only affects directory authorities. Fixes bug 40966; bugfix on 0.3.5.1-alpha. =20 o Minor bugfixes (memory): - Fix memory leaks of the CPU worker code during shutdown. Fixes bug 833; bugfix on 0.3.5.1-alpha. =20 Signed-off-by: Peter M=C3=BCller Signed-off-by: Arne Fitzenreiter ----------------------------------------------------------------------- Summary of changes: lfs/tor | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Difference in files: diff --git a/lfs/tor b/lfs/tor index 7659c5212..914fde021 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.12 +VER =3D 0.4.8.13 =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 86 +PAK_VER =3D 87 =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 adaf1f90c698ee373d7ef93c77e883b76a2d75932a50b2bf7a4f5a= 2d387f3f8cc00d83860ed61e1e2c1d224680d07828137cf4805adb9975d9cc7218c493d19d +$(DL_FILE)_BLAKE2 =3D b55b29b5b2d4aa391f8d9d22657833647064af354ac8b6751ddc09= 6fa30d0b43399851d11b0e8a41c7537aa134b61aa65c9b94f2a1854eea7c01a2bfa63f1110 =20 install : $(TARGET) =20 hooks/post-receive -- IPFire 2.x development tree --===============3656781132953237152==--