From patchwork Fri Nov 20 16:53:47 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: 3671 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) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Cd2gn1H44z3wg9 for ; Fri, 20 Nov 2020 16:53:57 +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 4Cd2gm1RsHzty; Fri, 20 Nov 2020 16:53:56 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Cd2gl6jzRz2xrJ; Fri, 20 Nov 2020 16:53:55 +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 4Cd2gk3x6fz2xGQ for ; Fri, 20 Nov 2020 16:53:54 +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)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Cd2gh6fcMzWX for ; Fri, 20 Nov 2020 16:53:52 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1605891233; 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=kGTiNAftdBNv6NNDvW91Bc543VTB1knpMEFrAJ09S74=; b=bqcuTqp0IH3Oo68iWMtdchSFjyFntHZ6R05xbQIe/lkIzIsKaJGqkzvqCwOUp174H7BCaj EVkAFmxKm3uk5/DQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1605891233; 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=kGTiNAftdBNv6NNDvW91Bc543VTB1knpMEFrAJ09S74=; b=vMfF2c3xG3Y6ypS1wHn3DF7x0+2rkzkYzv4nEZpK5lohIW1U/M0vZ8o28suKMXdMIUpTQP OlLq7a8IU3HMiNFnpdclqTzeQI7nXgn/8J8JbQzGBCrfReNuftTVkb5/paMhglIpSwd8ez Etim2WGAJxvOGzXMcQlIhSgCjjT4YkXM3LGVYsUHT4D0w7Q9OxgGJhA0U3AdjbHcAdCcCC vS0qr/kBJfWAhGMBV2T5sSxCR2dWhAZ51luup4JYs/C1nRsSx/84WtpyBod3arULws1WPX nE7E34L5bOrw5OOi0lMrX+fp/JBXA5dXUIeduzoMzimuV9nkxQP0ukxJeJ/9Wg== To: "IPFire: Development-List" From: =?utf-8?q?Peter_M=C3=BCller?= Subject: [PATCH] Tor: update to 0.4.4.6 Message-ID: Date: Fri, 20 Nov 2020 16:53:47 +0000 MIME-Version: 1.0 Content-Language: en-US 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" Full changelog can be obtained from https://gitweb.torproject.org/tor.git/plain/ChangeLog?h=tor-0.4.4.6 . 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 b7c28495d..6d758dcb0 100644 --- a/lfs/tor +++ b/lfs/tor @@ -24,7 +24,7 @@ include Config -VER = 0.4.4.5 +VER = 0.4.4.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 = 55 +PAK_VER = 56 DEPS = libseccomp @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = b061b7c4ce6102fb7c800b73c8573388 +$(DL_FILE)_MD5 = 3635b2f7b6645910bf702ce8eaeffd0d install : $(TARGET)