From patchwork Thu Mar 19 09:11: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: 2841 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 48jh413rNMz3yBY for ; Thu, 19 Mar 2020 09:11:45 +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 48jh3x5SbSz1D6; Thu, 19 Mar 2020 09:11:41 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 48jh3x2KDjz2yXL; Thu, 19 Mar 2020 09:11:41 +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 48jh3t6Bbnz2xFP for ; Thu, 19 Mar 2020 09:11:38 +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 48jh3q5JLJz5v for ; Thu, 19 Mar 2020 09:11:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1584609096; 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=FeaDTqDRsfa7MTjLbcwHT5zSK50n8kTPnRsGmIpEagA=; b=Y9tq2qXeaCrBfazUg+bz9NbIp+9IZMg5uJQncpmAOJyseyTz/qqVAIkWB2OIyKL3xMjhx1 XYQudLPexOKZldyFqoqU538FA/fy4UayrcO2HB0buRWBYvsXt8uAPjHSgOY2+9oJEc5zRl PWgPajF0hu86FWo8iQMmIQT3WPnOtn0RVveGgFZ5q8JhBrayO3X5oUNMlkOtmOkPtmbt+4 17oailbnTPAelT1MFM6ebYBZ2YBjh9+CwpVHOwNEog5q9NXMIqZuRAO0b4qTp0PUmpf2C4 2S44igcBd9kyRjX3LF7hkEEWh2ZZJBHrbOPcdNMxha+5Fk9Bpj66SHVGr2rRjA== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1584609096; 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=FeaDTqDRsfa7MTjLbcwHT5zSK50n8kTPnRsGmIpEagA=; b=2VrAtzcxZbleKY4YgtdD5sIld7SFU0gOk7cESZieduVu/25gRtIBOxflwLQ12aVK9rwoQJ WmlvYEhc87TtcgCA== From: =?utf-8?q?Peter_M=C3=BCller?= Subject: [PATCH] Tor: update to 0.4.2.7 To: "IPFire: Development-List" Message-ID: Date: Thu, 19 Mar 2020 09:11: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-03510-0419-0427 for release announcement. 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 cbe1a431b..e7feebc2e 100644 --- a/lfs/tor +++ b/lfs/tor @@ -24,7 +24,7 @@ include Config -VER = 0.4.2.6 +VER = 0.4.2.7 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 = 46 +PAK_VER = 47 DEPS = "libseccomp" @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 33383c897640e6ea55ab82c80d772ee0 +$(DL_FILE)_MD5 = a4b338b9f7444f4f89259c9736ff74c8 install : $(TARGET)