From patchwork Fri May 10 06:06:00 2019 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: 2247 Return-Path: Received: from mail01.ipfire.org (unknown [172.28.1.200]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail01.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web07.i.ipfire.org (Postfix) with ESMTPS id 7D88887AF7C for ; Thu, 9 May 2019 21:06:51 +0100 (BST) Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 450PWG3Ys4z56XsV; Thu, 9 May 2019 21:06:50 +0100 (BST) Received: from [127.0.0.1] (unknown [IPv6:2a0b:f4c1::8]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 450PWC2bwZz5KkBR for ; Thu, 9 May 2019 21:06:47 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201904rsa; t=1557432407; h=from:from:sender: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:in-reply-to: references:openpgp:autocrypt; bh=dCpFHRgeq7iffFDWq72b1Mkh2IawjRYgUGTf4SRLCk0=; b=TMeT7Y3/lGYFZvCzpvwgcsIQReInGkFPP7HYDQ2enAa96cjYcZaYwLZGlU3fOf53XApnlI ne8XokoYedGDMM7PqzNtJh702Ki2Tb4oCP7srxwozh38Anl2F4G7Xdnt7V6RDr/7+OeIix T1zK+Kn7M0+GddIYq+XRsX9lve8pxbdehooXKSS3sFBaXJ14EvqHumH+arBCxp+ZYBSpHT naQO9AAJEXyOGAYX2u6E5NMZsTXzSoPc84upfFsdeYTNFWZLXmrs3J6Nji1e5kmzEYUs/i LMx+ZAPGRJcGalYefjsq9wFWdMlpNbSMcMy/m/Q8QdWGCMkbC2Jocr9z/jxIZw== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=201904ed25519; t=1557432407; h=from:from:sender: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:in-reply-to: references:openpgp:autocrypt; bh=dCpFHRgeq7iffFDWq72b1Mkh2IawjRYgUGTf4SRLCk0=; b=7H4I7Wq6HHoVFfhFDXS21jzyDpsr7KvUqS5Q5QbDwvhixBAsrnjf85Bgo7T1RobVdJtVGY sfh4jvRyR1r+IQDg== To: "IPFire: Development-List" From: =?utf-8?q?Peter_M=C3=BCller?= Subject: [PATCH] Tor: update to 0.4.0.5 Organization: IPFire.org Message-ID: <14282667-334e-34fa-d8ee-203e76574ca4@ipfire.org> Date: Thu, 09 May 2019 20:06:00 +0000 MIME-Version: 1.0 Content-Language: en-US Authentication-Results: mail01.ipfire.org; auth=pass smtp.auth=pmueller smtp.mailfrom=peter.mueller@ipfire.org 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" See https://blog.torproject.org/new-release-tor-0405 for release announcements. 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 2b0e0903a..0ed3109ab 100644 --- a/lfs/tor +++ b/lfs/tor @@ -24,7 +24,7 @@ include Config -VER = 0.3.5.8 +VER = 0.4.0.5 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 = 35 +PAK_VER = 36 DEPS = "" @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = e4b0feca80cc221ab235c9544851b146 +$(DL_FILE)_MD5 = 23278fc58d0014db22b428cdae3ea966 install : $(TARGET)