From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 07 15:27:02 2025 Received: (at submit) by debbugs.gnu.org; 7 Feb 2025 20:27:02 +0000 Received: from localhost ([127.0.0.1]:36808 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tgUwH-0003PX-Pi for submit@debbugs.gnu.org; Fri, 07 Feb 2025 15:27:02 -0500 Received: from lists.gnu.org ([2001:470:142::17]:47906) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tgUwF-0003PF-Bq for submit@debbugs.gnu.org; Fri, 07 Feb 2025 15:27:00 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tgUwA-00051P-1G for guix-patches@gnu.org; Fri, 07 Feb 2025 15:26:54 -0500 Received: from mx0.riseup.net ([198.252.153.6]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tgUw8-0003UD-9e for guix-patches@gnu.org; Fri, 07 Feb 2025 15:26:53 -0500 Received: from fews02-sea.riseup.net (fews02-sea-pn.riseup.net [10.0.1.112]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mx0.riseup.net (Postfix) with ESMTPS id 4YqQVg1bsqz9wvG for ; Fri, 7 Feb 2025 20:26:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1738960011; bh=wTavlSJgBBzpbZWWDnhLzjEOBTuEzbvhDdvobOzCM9Q=; h=From:To:Cc:Subject:Date:From; b=rOu67TPV3Qj4f6cG6w0NkP2n6qjQrhlwdJe6l5TCD2zZ5EO8G5xPo6JczNgFIIUVa H3vWwXB5R3SsEGLm5hL9D9EVXugSmfQ8AjDfll9p3RF8BMx9Tw/2CP8A5x/1ZJAvgP kDH6o80JSlJb8NKTixWsec69NyFpPCQx0b983F9A= X-Riseup-User-ID: 784713ECA9B67095046F9469372ED39A3D0CBBC2A827FA4AB691D180CE9392F8 Received: from [127.0.0.1] (localhost [127.0.0.1]) by fews02-sea.riseup.net (Postfix) with ESMTPSA id 4YqQVf2BdPzFt2Z; Fri, 7 Feb 2025 20:26:50 +0000 (UTC) From: =?UTF-8?q?Andr=C3=A9=20Batista?= To: guix-patches@gnu.org Subject: [PATCH] gnu: tor: Update to 0.4.8.14. Date: Fri, 7 Feb 2025 17:26:31 -0300 Message-ID: <20250207202631.20856-1-nandre@riseup.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=198.252.153.6; envelope-from=nandre@riseup.net; helo=mx0.riseup.net X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: submit Cc: =?UTF-8?q?Andr=C3=A9=20Batista?= X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/packages/tor.scm (tor): Update to 0.4.8.14. Change-Id: I40fbe5b019c03f420b51932e32838bc0a7cf823d --- gnu/packages/tor.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/tor.scm b/gnu/packages/tor.scm index b6b73f9237..f191c4a777 100644 --- a/gnu/packages/tor.scm +++ b/gnu/packages/tor.scm @@ -66,14 +66,14 @@ (define-module (gnu packages tor) (define-public tor (package (name "tor") - (version "0.4.8.13") + (version "0.4.8.14") (source (origin (method url-fetch) (uri (string-append "https://dist.torproject.org/tor-" version ".tar.gz")) (sha256 (base32 - "0a5sdx70fanhghlzcal6csyc4xzbwr322mys88whp0m2hz1jdbwv")))) + "043dlq2b794ifr8ks1crrrcds53pc9567xsqp17ar6ids7gf2ish")))) (build-system gnu-build-system) (arguments (list #:configure-flags base-commit: 70231fe7757f839f6ddd58d3c8a522b2e56fefe5 -- 2.46.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Feb 11 07:41:03 2025 Received: (at 76127-done) by debbugs.gnu.org; 11 Feb 2025 12:41:03 +0000 Received: from localhost ([127.0.0.1]:54834 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1thpZX-00082G-Cr for submit@debbugs.gnu.org; Tue, 11 Feb 2025 07:41:03 -0500 Received: from mail.envs.net ([5.199.136.28]:40566) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1thpZV-00081L-QH for 76127-done@debbugs.gnu.org; Tue, 11 Feb 2025 07:41:02 -0500 Received: from localhost (mail.envs.net [127.0.0.1]) by mail.envs.net (Postfix) with ESMTP id 0748438A3F19; Tue, 11 Feb 2025 12:41:01 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at mail.envs.net Received: from mail.envs.net ([127.0.0.1]) by localhost (mail.envs.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id ROGjJwoPn8NZ; Tue, 11 Feb 2025 12:40:58 +0000 (UTC) Received: from localhost (unknown [112.44.101.130]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.envs.net (Postfix) with ESMTPSA; Tue, 11 Feb 2025 12:40:57 +0000 (UTC) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id 105cad83; Tue, 11 Feb 2025 12:44:48 +0000 (UTC) From: =?utf-8?B?5a6L5paH5q2m?= To: =?utf-8?Q?Andr=C3=A9?= Batista Subject: Re: [bug#76127] [PATCH] gnu: tor: Update to 0.4.8.14. In-Reply-To: <20250207202631.20856-1-nandre@riseup.net> (=?utf-8?Q?=22Andr?= =?utf-8?Q?=C3=A9?= Batista"'s message of "Fri, 7 Feb 2025 17:26:31 -0300") References: <20250207202631.20856-1-nandre@riseup.net> Date: Tue, 11 Feb 2025 20:44:48 +0800 Message-ID: <87r0446473.fsf@envs.net> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 76127-done Cc: 76127-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Andr=C3=A9 Batista writes: > * gnu/packages/tor.scm (tor): Update to 0.4.8.14. Pushed, thanks. From unknown Fri Jun 20 20:12:57 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 12 Mar 2025 11:24:17 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator