From patchwork Wed Nov 4 21:29:33 2020 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: 3642 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 "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4CRKYG4kgMz3wl7 for ; Wed, 4 Nov 2020 21:29:38 +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 "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4CRKYG2GCJz1GD; Wed, 4 Nov 2020 21:29:38 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4CRKYF6gcrz2xnv; Wed, 4 Nov 2020 21:29:37 +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 "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4CRKYD4rRYz2xZ8 for ; Wed, 4 Nov 2020 21:29: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 ECDSA (P-384)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4CRKYC4cwkzkm for ; Wed, 4 Nov 2020 21:29:35 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1604525376; 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=RhEwzFY6/eKbLnp/2hC+I+7DLYBeOdld3u6jYcJjXdE=; b=kIB4QDYu8jGFU2f5nnGzveLXF1JNBQwMuRkt1/Osb/wHv0lfa5FyaXN+gZNd0vqKl4qFrX 2RTW092961B/vlAA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1604525376; 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=RhEwzFY6/eKbLnp/2hC+I+7DLYBeOdld3u6jYcJjXdE=; b=LccF4z8yVY42qY4g+N+IhxP6/CEGZJ3BNFRJf6aKRay2raEZKOF+C+Sqm6LQPV7eE6Mriy HqTWOje+N8vUjaeH1muI9r8GhQ7WSpLFMjoWpGo4Jpi1vyI/LG/XyWf2GahCo7Mkm27yNV Sv/A1RbqBWqT02h+U7T97xKsPpBJpLiMz7MXywcmJf4vo0vV8m4fzpLCt6+XJ45pUr8cMv 4gZ9xS9McSt1CnJ+CwhRNR2jm9QSg3F6n1+oNa/56CXMSyvLjX8tnjihriymlUd7pmgW7H HBt1L8+RFRKUlgKNHaLMTGm/tYUyWdC1fgPVcmT+RQvnaQvyJEtcjYpmB+c50A== Subject: [PATCH 4/4] Tor: bump package version number To: development@lists.ipfire.org References: <88bdbdd4-1418-1be0-6240-3123ca64c00c@ipfire.org> From: =?utf-8?q?Peter_M=C3=BCller?= Message-ID: Date: Wed, 4 Nov 2020 22:29:33 +0100 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 --- lfs/tor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/tor b/lfs/tor index 956458407..5610c17d1 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 = 53 +PAK_VER = 54 DEPS = libseccomp