From patchwork Wed Mar 3 17:56:19 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: 3923 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 4DrMBN1MWGz3xGH for ; Wed, 3 Mar 2021 17:56:28 +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 4DrMBL5CyTzhJ; Wed, 3 Mar 2021 17:56:26 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4DrMBL4N58z2xlL; Wed, 3 Mar 2021 17:56:26 +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 4DrMBJ5DhKz2xX7 for ; Wed, 3 Mar 2021 17:56: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) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4DrMBH5wYDzhJ for ; Wed, 3 Mar 2021 17:56:23 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1614794184; 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=Ii7LJrnDn+hMB4P8yzqMFEEaVsnZWzSzd7kN1A159YU=; b=uQPvkcmG4vfr+QSJqbq/QkUuONaW0Y3/2Fqan4VkBg+yfIMpkS0usx1IDkAp5BpKYO6YGT ot6Ws8jxk1RfN5Dw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1614794184; 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=Ii7LJrnDn+hMB4P8yzqMFEEaVsnZWzSzd7kN1A159YU=; b=o/i1rh+BVrP8oO0NS26uxs+OPazYHCCFLHN6OjRMrpYb3LbfefJyghxx9zX0j3vsMkRx/+ bisPV8Sv9xGJR/HaEfReKH2hrA5R8Qxr3Twr8Sx5ItYm7yLaoD5AEbXbwHhQWkRy2Zm7Fm nzI1R7elOoRb6/6eZwGws/qHTnngOrx8McmH/kCXAN/ZOd9UuSU4JBIdCVxl+9Vutjyw3P Hqp8Yhwf9TyqcczN4FgloE3GeqYS9obhZmBs2erkaTg3FS+eSxgTrWm0b3JM1eyQcXlk5C f4go9xa21KDPCcVu1yiBpz0hVovh+pknWJO6n+x7XeT+/nSnuNX/udPasai8+w== To: "IPFire: Development" From: =?utf-8?q?Peter_M=C3=BCller?= Subject: [PATCH] Tor: update to 0.4.5.6 Message-ID: Date: Wed, 3 Mar 2021 18:56:19 +0100 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" Please refer to https://gitweb.torproject.org/tor.git/plain/ChangeLog?h=tor-0.4.5.6 for the full changelog of this release. 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 e36d5c6cf..8ad5986b0 100644 --- a/lfs/tor +++ b/lfs/tor @@ -24,7 +24,7 @@ include Config -VER = 0.4.4.7 +VER = 0.4.5.6 THISAPP = tor-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = tor -PAK_VER = 57 +PAK_VER = 58 DEPS = libseccomp @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 6ea60eb939ab3633a682a81fb46dd37f +$(DL_FILE)_MD5 = 22a04ef62c714b7d9d8928ebe238e4c4 install : $(TARGET)