From patchwork Mon Mar 5 04:03:04 2018 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: 1683 Return-Path: Received: from mail01.ipfire.org (mail01.ipfire.org [IPv6:2001:470:7183:25::1]) by web02.i.ipfire.org (Postfix) with ESMTP id 1C0EB60BF4 for ; Sun, 4 Mar 2018 18:03:20 +0100 (CET) X-Virus-Scanned: ClamAV at mail01.ipfire.org X-Spam-Flag: NO X-Spam-Score: -0.05 X-Spam-Level: X-Spam-Status: No, score=-0.05 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.25, KAM_NUMSUBJECT=0.5, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 89A36111C4F5; Sun, 4 Mar 2018 17:03:18 +0000 (GMT) Authentication-Results: mail01.ipfire.org; dkim=pass (2048-bit key) header.d=link38.eu header.i=@link38.eu header.b="gaHETQ3/" X-Virus-Scanned: ClamAV at mail01.ipfire.org Received: from mx-nbg.link38.eu (mx-nbg.link38.eu [IPv6:2a03:4000:6:432c:1f9e:48:ac3:199]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mx-nbg.link38.eu", Issuer "Let's Encrypt Authority X3" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 09F8E111C505 for ; Sun, 4 Mar 2018 17:03:13 +0000 (GMT) Authentication-Results: mail01.ipfire.org; dmarc=pass (p=none dis=none) header.from=link38.eu Authentication-Results: mail01.ipfire.org; spf=pass smtp.mailfrom=peter.mueller@link38.eu X-Virus-Scanned: ClamAV at mx-nbg.link38.eu DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=link38.eu; s=201711; t=1520182985; x=1522774985; bh=l/Lp+QW//+GnH673hkA1xZbtBPV/KaH52ivPnTY/xRk=; h=Date:From:To:Subject:Message-ID:Content-Type:From:To:Subject:Date: Cc; b=gaHETQ3/4KWQIhmOpNLWSjhFllJCIQ/mmcRSRGPuVKqtCPdcPmZgy11GlhMRxqKfF Uem4GCTSqUbtR8mXa5GsnNqAoQHoGQ2oVZU3sMQWoFsVfiELR0cNWUOkjRcuRh24x7 IKkuVCHujF7hSoWSkFm5h9PjLuCc6UB3FyMIe9agxOiPuoEDAk8BqlVXWyClZrAaVR 5uTsz3UM++K12XA/0A+XNsThGMpg3/bUfukFRFx0smwnsWoMLzX3jFUKsBruvKiRvc i9DZg+K3AF6/bBoAFg4kvNS1BbbnaUcjISn4YtlzH47cxg3yXmcYEN3jIGIUhhmUCQ 4y+ZO1MH71MYQ== Date: Sun, 4 Mar 2018 18:03:04 +0100 From: Peter =?utf-8?q?M=C3=BCller?= To: "development@lists.ipfire.org" Subject: [PATCH] Tor: update to 0.3.2.10 Message-ID: <20180304180304.32f0e5cc.peter.mueller@link38.eu> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.15 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" Update Tor to 0.3.2.10, which fixes some security and DoS issues especially important for relays. The release notes are available at: https://blog.torproject.org/new-stable-tor-releases-security-fixes-and-dos-prevention-03210-03110-02915 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 a63a5fb49..f78e017eb 100644 --- a/lfs/tor +++ b/lfs/tor @@ -24,7 +24,7 @@ include Config -VER = 0.3.2.9 +VER = 0.3.2.10 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 = 27 +PAK_VER = 28 DEPS = "" @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 9aafe4d11464548346fdfb95a3eb9e83 +$(DL_FILE)_MD5 = a8b8b3db93f87a5c061109dbd8cd5309 install : $(TARGET)