From patchwork Tue Jul 14 20:26:26 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: 3260 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 4B5sVm53ysz3xKT for ; Tue, 14 Jul 2020 20:26:40 +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 4B5sVh3sDgz1f8; Tue, 14 Jul 2020 20:26:36 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4B5sVg4mJdz2yVn; Tue, 14 Jul 2020 20:26:35 +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 4B5sVd73XLz2xqt for ; Tue, 14 Jul 2020 20:26:33 +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) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 4B5sVZ6pY3z122 for ; Tue, 14 Jul 2020 20:26:30 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1594758391; 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=rgYGHE0Y1+iuqnX4zAfRFQMWe4JAy58T10dQLFElxbU=; b=zATWEi5JB0yEBpaHi+NtN2eAMgijk60W8Pu1OrxJlaaBSeK+kDA5GHK8HHWjPgtVU3zqb9 d7Qaf6ArnZeiXMCg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1594758391; 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=rgYGHE0Y1+iuqnX4zAfRFQMWe4JAy58T10dQLFElxbU=; b=oiM/+Z5hURGHC+ZJfJLxfnvuldFU/Wv6+mSlUZai4LuTgRr9FcqKOeBWxQwuXCQ0MkQlkA pdAgDP2mnk6+u23DjQELFYj3+wLajLGcqy/vod1yInlgZ769uFyw8K9f13n7zRaVco8tuY FihZKEtAptWyQp1mHpCqjRCAU6qZW3iKVJrXr4HZ+T89OOU4903TdlXf/H1zHqSEF/EQPN nY5PgN6khfotKFvSzw5NL3yb7GFV6lPTtz6XW1Z4S1x6SFve1ktCDnmr7qBE/cKsq5fuSZ JnjJGVmxzkpJNSwD7/4WbvZ49lKAWCISxcnaSSrxzdA9pY1R0CRw4asmW9ZYSA== To: development@lists.ipfire.org From: =?utf-8?q?Peter_M=C3=BCller?= Subject: [PATCH] Tor: update to 0.4.3.6 Message-ID: Date: Tue, 14 Jul 2020 20:26:26 +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-release-tor-03511-0428-0436-security-fixes for release announcements. 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 ec08bf0f3..cc72f5051 100644 --- a/lfs/tor +++ b/lfs/tor @@ -24,7 +24,7 @@ include Config -VER = 0.4.3.5 +VER = 0.4.3.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 = 49 +PAK_VER = 50 DEPS = libseccomp @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 0ad32a560bce8eeb64496d2a0fd8035c +$(DL_FILE)_MD5 = 78a733e2f528354c1706b143119579f6 install : $(TARGET)