From patchwork Sat Feb 1 21:38:00 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: 2744 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 "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4896s864kWz3xYC for ; Sat, 1 Feb 2020 21:38:20 +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 "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4896s60DvGz2qr; Sat, 1 Feb 2020 21:38:18 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4896s52XCFz2yj5; Sat, 1 Feb 2020 21:38:17 +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 "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4896s26Yzzz2xpB for ; Sat, 1 Feb 2020 21:38:14 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 4896s10tm7z2qr for ; Sat, 1 Feb 2020 21:38:12 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=201909ed25519; t=1580593094; 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=IEj/Weml8wTIUfG7Lq5ZJo3OFy/7XsqQg2FS12104vw=; b=X3Rj4htSRsVV9mhps7RlaooOIxhvZKiZNaKDWgmzjM4XSELaPXjFn6WgbFwzrRtQpJMT3b LmboU3ziD/EFBZAw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201909rsa; t=1580593094; 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=IEj/Weml8wTIUfG7Lq5ZJo3OFy/7XsqQg2FS12104vw=; b=PwM+2AXxksuZgwPLeshexV+Z5iqrosH1Evc6hvoFDETBQDDzZ7QP4dSe9qRmGphdewR1Nc oq447o7X5lpzaFceiUShJbxLmuA9t7U9qXfFGzNMCZCgIg3gK+IF8grb4uMesTCMa345Vj Nmh+jbyWFC8AumLvXSBM2Ut7AIsasfplS2ANel6pyVD7zmc7lewQWRrdAv6+sUHJe7QhOd RQt47rN3JR5vj5VlqXTP/+2n0qmVnq61uWboOe/V5SKA+sd+nHxyO1a0Ymti3LG8WBbyhN Tp7/EIGNAG043LsqrVSKUYOlmgZqK4xK1KZqchIQnCjppDsF/3CEpfdCieqSqw== To: "IPFire: Development-List" From: =?utf-8?q?Peter_M=C3=BCller?= Subject: [PATCH] Tor: update to 0.4.2.6 Message-ID: Date: Sat, 01 Feb 2020 21:38:00 +0000 MIME-Version: 1.0 Content-Language: en-US Authentication-Results: mail01.ipfire.org; auth=pass smtp.mailfrom=peter.mueller@ipfire.org 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://blog.torproject.org/new-releases-tor-0426-0418 for release notes. Signed-off-by: Peter Müller Reviewed-by: Michael Tremer --- lfs/tor | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/tor b/lfs/tor index b2a8d5ce0..cbe1a431b 100644 --- a/lfs/tor +++ b/lfs/tor @@ -24,7 +24,7 @@ include Config -VER = 0.4.2.5 +VER = 0.4.2.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 = 45 +PAK_VER = 46 DEPS = "libseccomp" @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = ea9e9078ff2e175332f0095c60284458 +$(DL_FILE)_MD5 = 33383c897640e6ea55ab82c80d772ee0 install : $(TARGET)