From patchwork Sat Sep 25 07:07:58 2021 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: 4730 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 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4HGg3B3nc9z3xWd for ; Sat, 25 Sep 2021 07:08:06 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4HGg3875lDz6lP; Sat, 25 Sep 2021 07:08:04 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4HGg384rkdz2yXv; Sat, 25 Sep 2021 07:08:04 +0000 (UTC) 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 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4HGg373lVyz2yCW for ; Sat, 25 Sep 2021 07:08:03 +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 ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4HGg362Sz2zks for ; Sat, 25 Sep 2021 07:08:02 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1632553682; 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=NZCzsER6UCCnQefuc7LTLutWARxxZzQ7sPp7cMbt/rI=; b=iKCOlW23axOYnx2hh5TWj/OYHJIfOMn8YbW/J+4aImrAabtxH43uo2sctFxzFSnF7qlZTg aATu1YBBWi6c6BAA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1632553682; 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=NZCzsER6UCCnQefuc7LTLutWARxxZzQ7sPp7cMbt/rI=; b=Yl4aD0Qj2B9ytK5nwj2XE0qMEKUhb9QsyyqLaS6PcCYux9hC5aHjYmiw1xDgzMdcbuqb7f MVti+Q76/8o/KyOPIfrFsrJH3+9XjA/2S6p35GrnwfRkU5zsbmxgMhAYFaZkn8gkDkziRO 6QXS0O1VKoBdPtYpDnDhBdIXezIdlkGAez3FPaK6T3rvcD0lPfXrEdEmGo3vyF7xzXkszs 6XTp12x37WXoBtQVVrdopf+bFvb6iQAofCKAvJmLhSknx9Wz5CDwbfjF1BGX1vpnMiVudq CyIYwmns8iBkmZa5ui58qw9IwzjoDQJf7B/Ss3/CGSm7vveoTzed1+lx1pRF3Q== To: "IPFire: Development" From: =?utf-8?q?Peter_M=C3=BCller?= Subject: [PATCH 1/4] Tor: Enable syscall sandbox Message-ID: Date: Sat, 25 Sep 2021 09:07:58 +0200 MIME-Version: 1.0 Content-Language: en-US X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" This makes post-exploitation activities harder, in case the local Tor instance has been compromised. It is worth noticing that Tor won't respond to a "GETINFO address" command on the control port if sandboxed, but our CGI does not make use of it, and neither is any legitimate service on IPFire doing so. Tested on a small middle relay running on an IPFire machine. Signed-off-by: Peter Müller --- html/cgi-bin/tor.cgi | 1 + 1 file changed, 1 insertion(+) diff --git a/html/cgi-bin/tor.cgi b/html/cgi-bin/tor.cgi index 3349336ae..ce579aec1 100644 --- a/html/cgi-bin/tor.cgi +++ b/html/cgi-bin/tor.cgi @@ -730,6 +730,7 @@ sub BuildConfiguration() { open(FILE, ">$torrc"); # Global settings. + print FILE "Sandbox 1\n"; print FILE "ControlPort $TOR_CONTROL_PORT\n"; if ($settings{'TOR_ENABLED'} eq 'on') { From patchwork Sat Sep 25 07:08:22 2021 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: 4731 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 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4HGg3Z2jTlz3xWd for ; Sat, 25 Sep 2021 07:08:26 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4HGg3Y6qbZz6mB; Sat, 25 Sep 2021 07:08:25 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4HGg3Y60w7z2yWh; Sat, 25 Sep 2021 07:08:25 +0000 (UTC) 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 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4HGg3X19znz2xB7 for ; Sat, 25 Sep 2021 07:08:24 +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 ECDSA (P-384)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4HGg3W34Pyzks for ; Sat, 25 Sep 2021 07:08:23 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1632553703; 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: in-reply-to:in-reply-to:references:references; bh=hppzTyoNsTQ6ixQPeGb8pgyP3ccXGE6kHBAJAn5GTTY=; b=gV6G3VcDtcriQp2mCgekJMrRNYv3KgBuiMTlfvfs8yBBhUKjSl4kOK5Vjg1eCpktZYtNZo go2UbTvLs+socLAg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1632553703; 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: in-reply-to:in-reply-to:references:references; bh=hppzTyoNsTQ6ixQPeGb8pgyP3ccXGE6kHBAJAn5GTTY=; b=GoEYvRt0MsaxP4DBQI4Ys0BWR8JNsF9iiwQEuyCxTHi1djVn6F3WAYtoaTBV48ycvsoQN0 K3iWoLWP+V1Y0GWr7ilF8RbSr43gFY2iYetfgpG7Wlb7PgndZBgRwHADg7lPtGXZ9KwMSc 2Zf83bMSNAPm4SOFDFa9rbf1eixjspe9c/xgYEwNpr5ZgHzEfhYVHyLRU+tOxG2m5zoxjf RvKtUyv/g65BU8Q7ktly3nln4E4bIJ9oN+Wa0YMM9v8/40+VK5oqDoYvUuitlzZJNKeJO1 ivPCh6wXQjyacWyaT426qbJfbmlFJuhgtqvACjxkTJQf2zok07qh1KX5auQ1nA== Subject: [PATCH 2/4] Tor: Use crypto hardware acceleration if available To: development@lists.ipfire.org References: From: =?utf-8?q?Peter_M=C3=BCller?= Message-ID: <37079e43-a5af-db04-086e-750f04151b75@ipfire.org> Date: Sat, 25 Sep 2021 09:08:22 +0200 MIME-Version: 1.0 In-Reply-To: Content-Language: en-US X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Peter Müller --- html/cgi-bin/tor.cgi | 1 + 1 file changed, 1 insertion(+) diff --git a/html/cgi-bin/tor.cgi b/html/cgi-bin/tor.cgi index ce579aec1..2b0d93336 100644 --- a/html/cgi-bin/tor.cgi +++ b/html/cgi-bin/tor.cgi @@ -731,6 +731,7 @@ sub BuildConfiguration() { # Global settings. print FILE "Sandbox 1\n"; + print FILE "HardwareAccel 1\n"; print FILE "ControlPort $TOR_CONTROL_PORT\n"; if ($settings{'TOR_ENABLED'} eq 'on') { From patchwork Sat Sep 25 07:08:42 2021 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: 4732 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 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4HGg3y3CWSz3xWd for ; Sat, 25 Sep 2021 07:08:46 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4HGg3y0XMLz6mX; Sat, 25 Sep 2021 07:08:46 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4HGg3x6wfxz2yCW; Sat, 25 Sep 2021 07:08:45 +0000 (UTC) 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 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4HGg3w0hdRz2xB7 for ; Sat, 25 Sep 2021 07:08:44 +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 ECDSA (P-384)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4HGg3v25Dhzks for ; Sat, 25 Sep 2021 07:08:43 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1632553723; 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: in-reply-to:in-reply-to:references:references; bh=4tMsZy6Hu7a18E+ku0sQD0lFldKBYy4PDVYnhakgIUQ=; b=i3wnk9c9Y4xGTFuRj8ZqP3dFwB+okkItnX9OUyqH1l5pGV0sWYb45JWjJDAkOe53fwP+tw HL+ZMso1wlfzZ7Cg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1632553723; 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: in-reply-to:in-reply-to:references:references; bh=4tMsZy6Hu7a18E+ku0sQD0lFldKBYy4PDVYnhakgIUQ=; b=hsPpH79NFPOCdJRE9BsQ6TwbOI4Adns8hNEC3nKQo2U5fyaeiRGyZKxt2Qt6tHzuzWTKrz vstMluz6RuW+9N5QAFR6N2Z+Ogv6bepiuzHqW9ExcTcYIuqbVXT7Mgl/cZuOdSCNJ6CpWB aq60ruzp13JwyNs47xCE+OwN6Fisvf1a1WeSPMal06NQ9En0yqn1vVM839vrJuCkupJYry afE+4TeNtOb6PYJgrcDc+DO/qcSbQ6us3BFELNLosmB3Jow2Yquft7gxepIugPCRKdjWwV mQyNxq53wRoeTfXmEpZZbD6yS40Wj5uFOH7C7Vg4HyFuyDESrVtCUcz2OoeMAg== Subject: [PATCH 3/4] Tor: Do not try to support IPv6 for Directory and OR ports To: development@lists.ipfire.org References: <37079e43-a5af-db04-086e-750f04151b75@ipfire.org> From: =?utf-8?q?Peter_M=C3=BCller?= Message-ID: <37a388ab-a01e-6628-f872-d5db530d7688@ipfire.org> Date: Sat, 25 Sep 2021 09:08:42 +0200 MIME-Version: 1.0 In-Reply-To: <37079e43-a5af-db04-086e-750f04151b75@ipfire.org> Content-Language: en-US X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" We currently don't have IPv6 in vanilla IPFire 2.x installations, hence there is no sense in letting Tor finding out IPv6 connectivity. Signed-off-by: Peter Müller --- html/cgi-bin/tor.cgi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/cgi-bin/tor.cgi b/html/cgi-bin/tor.cgi index 2b0d93336..8ecef5d9c 100644 --- a/html/cgi-bin/tor.cgi +++ b/html/cgi-bin/tor.cgi @@ -802,10 +802,10 @@ sub BuildConfiguration() { # Reject access to private networks. print FILE "ExitPolicyRejectPrivate 1\n"; - print FILE "ORPort $settings{'TOR_RELAY_PORT'}\n"; + print FILE "ORPort $settings{'TOR_RELAY_PORT'} IPv4Only\n"; if ($settings{'TOR_RELAY_DIRPORT'} ne '0') { - print FILE "DirPort $settings{'TOR_RELAY_DIRPORT'}\n"; + print FILE "DirPort $settings{'TOR_RELAY_DIRPORT'} IPv4Only\n"; } if ($settings{'TOR_RELAY_ADDRESS'} ne '') { From patchwork Sat Sep 25 07:09:00 2021 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: 4733 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 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4HGg4J5vmkz3xWd for ; Sat, 25 Sep 2021 07:09:04 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4HGg4J1Nsxz6mF; Sat, 25 Sep 2021 07:09:04 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4HGg4J0bYdz2yDs; Sat, 25 Sep 2021 07:09:04 +0000 (UTC) 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 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4HGg4G04Q2z2xB7 for ; Sat, 25 Sep 2021 07:09:02 +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 ECDSA (P-384)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4HGg4F1YWQz192 for ; Sat, 25 Sep 2021 07:09:00 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1632553741; 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: in-reply-to:in-reply-to:references:references; bh=2mF752OC2/xjghwIsdPrv5KMuFFI0fdT9vpZkhm+nO0=; b=meU/DqgU58m8BpaRxyPKdXfmlwh6juuAUbaOGf+AcMIDQYl0IfUHFRbbkH7ZIuEJ+t/Lwn p7rPcZRhe3OdZCCQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1632553741; 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: in-reply-to:in-reply-to:references:references; bh=2mF752OC2/xjghwIsdPrv5KMuFFI0fdT9vpZkhm+nO0=; b=U9ZeqOqVWGJrBOpEqjg69moy+8iIcfDoiIt0QoVKwORunJrDruv/PtP1//usB0utwWSrvG WdxDQ1icOUoT7ieat19NlJg8uaI/RPv6vqtfFWGl4uLUgdIl9nGOnsYSwrvvE1cMeL3zbE ADGd8VmiCXgzlfRs7DEjy8S5xbrsq9N8j+5m4X7Kbelb3MA31jdZC2p5iOsM7wFGewJGQz qktZjt6SgqS55nKrnto42OvHaCBNaoNvS48EoiR49XbM3FqeuI2UkHie/hbciGjhW14OVz y61DzykDa4oFpWby8jkm0bH5/1FEFMeOivysb/dw0hdeBptJZ3FeIaMLjkQYrw== Subject: [PATCH 4/4] Tor: Bump package version To: development@lists.ipfire.org References: <37079e43-a5af-db04-086e-750f04151b75@ipfire.org> <37a388ab-a01e-6628-f872-d5db530d7688@ipfire.org> From: =?utf-8?q?Peter_M=C3=BCller?= Message-ID: Date: Sat, 25 Sep 2021 09:09:00 +0200 MIME-Version: 1.0 In-Reply-To: <37a388ab-a01e-6628-f872-d5db530d7688@ipfire.org> Content-Language: en-US X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Peter Müller --- html/cgi-bin/tor.cgi | 2 +- lfs/tor | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/html/cgi-bin/tor.cgi b/html/cgi-bin/tor.cgi index 8ecef5d9c..539a74343 100644 --- a/html/cgi-bin/tor.cgi +++ b/html/cgi-bin/tor.cgi @@ -2,7 +2,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2020 IPFire Team # +# Copyright (C) 2007-2021 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/lfs/tor b/lfs/tor index 56280b936..7aaad07d3 100644 --- a/lfs/tor +++ b/lfs/tor @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = tor -PAK_VER = 63 +PAK_VER = 64 DEPS = libseccomp