From patchwork Wed Oct 8 20:49:00 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Peter_M=C3=BCller?= X-Patchwork-Id: 9176 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "R13" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4chlVq3Czrz3x5s for ; Wed, 08 Oct 2025 20:49:39 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [IPv6:2001:678:b28::201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail02.haj.ipfire.org", Issuer "E8" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4chlVq0tLhz3w7 for ; Wed, 08 Oct 2025 20:49:39 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4chlVq09r5z32mQ for ; Wed, 08 Oct 2025 20:49:39 +0000 (UTC) X-Original-To: development@lists.ipfire.org Received: from mail01.ipfire.org (mail01.haj.ipfire.org [IPv6:2001:678:b28::25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "R13" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4chlVm3Phnz2xGG for ; Wed, 08 Oct 2025 20:49:36 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4chlVk3hqxz1N3 for ; Wed, 08 Oct 2025 20:49:34 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1759956575; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=nEECyuaNPJ5UvwkFhFjfEiBnQuQJ/3yRuyZ4GgB/p2M=; b=jFWBweqZLRXdRLgQ1+GdKLHBOra9ZBhNyMRAVMH/L0DO/heJs8eMdW7nzg/IRXIrZlgtPI 2fHLqkeYEH1ceqAA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1759956575; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=nEECyuaNPJ5UvwkFhFjfEiBnQuQJ/3yRuyZ4GgB/p2M=; b=SlN8vv0sNHfzLpBVfZK+E0f8Df9gGYIvkVCEM/0M0Dhj34o+603FOn3n/cb/dWvVU9Ddkl 5Z54jLbcK/K0UwtkZO8IX/S2Zx7QOvPilmYQVLX310+BI8Vm9KE9Wx3iVc+EDbO52u2HvU U333cC/vBGKyp14SSof6I/Jcmx9mJX9n/nfsRgL861TimpSwLS8RQdl23Esmqy3eIfhYHy UWtxX/uYZEM6DjAosP9VyorFGoT01ZqdNbepl3Cj1pRguYzqz5QPCthwFliDOkzCM7Z3Ub wU2EeKyyntCZ7tAl9jGj3D8Dy/sb2/pyrA0DEtFaSicWC2YJJ8aKm3gmVIH7Cw== Message-ID: Date: Wed, 8 Oct 2025 20:49:00 +0000 Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 To: "IPFire: Development" From: =?utf-8?q?Peter_M=C3=BCller?= Subject: [PATCH] Tor: Update to 0.4.8.19 Changes in version 0.4.8.19 - 2025-10-06 This release fixes two major bugfixes for a LibreSSL issue and a flow control C-tor specific problem (not protocol). We strongly recommend you upgrade as soon as possible. o Major bugfixes (client, TLS): - Fix some clients not being able to connect to LibreSSL relays. Fixes bug 41134; bugfix on 0.4.8.17 o Major bugfixes (stream flow control performance): - Use a 5 ms grace period to allow an edge connection to flush its stream data to the socket before sending an XOFF. This significantly reduces the number of XON/XOFF messages sent when (1) the application is reading stream data at a fast rate, and (2) when conflux is enabled. Fixes part of bug 41130; bugfix on 0.4.7.2-alpha o Minor features (fallbackdir): - Regenerate fallback directories generated on October 06, 2025. o Minor features (geoip data): - Update the geoip files to match the IPFire Location Database, as retrieved on 2025/10/06. o Minor bugfix (process): - Avoid closing all possible FDs when spawning a process (PT). On some systems, this could lead to 3+ minutes hang. Fixes bug 40990; bugfix on 0.3.5.1-alpha. Signed-off-by: Peter Müller --- lfs/tor | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/tor b/lfs/tor index af16cc982..09c965c03 100644 --- a/lfs/tor +++ b/lfs/tor @@ -26,7 +26,7 @@ include Config SUMMARY = Anonymizing overlay network for TCP (The onion router) -VER = 0.4.8.18 +VER = 0.4.8.19 THISAPP = tor-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = tor -PAK_VER = 90 +PAK_VER = 91 DEPS = libseccomp @@ -48,7 +48,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 8a2ff369d3b29557a4bb3018dcc5c17b04e459626d23a44bed2968c938a4073ff85c88f734b8f732273197cbb173b70906b4f553db7a432cfbefad73329f6349 +$(DL_FILE)_BLAKE2 = 298612a737a3c035de266549cae911ba709f8c261fe8856f9eff6b7a72b7a71d99e91d1d20dbb6f1c10c9c8d42778423d7a96348303006987dd43fa3888699d8 install : $(TARGET)