From patchwork Fri Oct 23 17:18:04 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: 3605 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 4CHrXl2T1mz3wgk for ; Fri, 23 Oct 2020 17:18:15 +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 4CHrXk07RNzBP; Fri, 23 Oct 2020 17:18:13 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4CHrXj5y56z2yW5; Fri, 23 Oct 2020 17:18:13 +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 4CHrXj1qZZz2xZC for ; Fri, 23 Oct 2020 17:18:13 +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 4CHrXZ2FGDzSK for ; Fri, 23 Oct 2020 17:18:06 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1603473486; 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=FeQIpoaOCUn+WQbwBXKHxWS8Wb6gc7Ca76WRnqWoiyc=; b=lhdV78+88WDHYlpj2Nn1gw1r1j2XNyWgvgqOtrMIYLxqJabt3Rp3IXN3fsjpmOViRiBe5W +jPYGZt3q+ddR4Aw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1603473486; 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=FeQIpoaOCUn+WQbwBXKHxWS8Wb6gc7Ca76WRnqWoiyc=; b=Aegi7LrZF9qShrbjgBE1cUv/X5utipYOEbTLZI4xgf3Tnwa1evyOge3ZZPnYC5KRtV8N89 SZdxYF0PXNLI2Eo4DRoYOJ0QKG3iiHK9bS3DVIIPRj9AbiCILRTXqiQJa/lrKKixk1r0EL 2xSFYTAlJBNbw7IThueR8LVvd3AtKYG0qlJONDTKavgmOpHnbh6RvzRPN6ScgEfouHqO8c UsyPlFyNhHFTcCVwlZdsXadUVO9YfV89E7Zjk1wOv/k4UxXmC9znAWB87GRPM9YZSkeh7+ J1+elkQsL0mpOLElBi7MW+xkOAFB3dLHO+YOVdaYSJEPr9aCI/j3ptSYM6qaRg== To: "IPFire: Development-List" From: =?utf-8?q?Peter_M=C3=BCller?= Subject: [PATCH] Tor: update to 0.4.4.5 Message-ID: Date: Fri, 23 Oct 2020 19:18:04 +0200 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.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://gitweb.torproject.org/tor.git/plain/ChangeLog?h=tor-0.4.4.5 for the changelog of this release. 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 7525445f5..956458407 100644 --- a/lfs/tor +++ b/lfs/tor @@ -24,7 +24,7 @@ include Config -VER = 0.4.3.6 +VER = 0.4.4.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 = 52 +PAK_VER = 53 DEPS = libseccomp @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 78a733e2f528354c1706b143119579f6 +$(DL_FILE)_MD5 = b061b7c4ce6102fb7c800b73c8573388 install : $(TARGET)