From patchwork Sun Nov 22 12:20:48 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: 3673 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 4Cf8Ww75RKz3wpp for ; Sun, 22 Nov 2020 12:21:00 +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 4Cf8Wv31sFzsT; Sun, 22 Nov 2020 12:20:59 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Cf8Wr5dkLz2xlV; Sun, 22 Nov 2020 12:20:56 +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 4Cf8Wq3vFdz2xCY for ; Sun, 22 Nov 2020 12:20:55 +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) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Cf8Wp485Dz12M for ; Sun, 22 Nov 2020 12:20:54 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1606047655; 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: in-reply-to:in-reply-to:references:references; bh=A2cF5Xbzq/ENy6HZaAbKQ4Xqbp8P2kPCMjzTs1uVnsc=; b=HkaQ0e8d8Ae+7lCm4paU3PIHl6WwhzGEMfw5oTVDFLPNiY3KfCi+YunMZyfie2BYFocwPo w8m/5G1ymr5tA7DQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1606047655; 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: in-reply-to:in-reply-to:references:references; bh=A2cF5Xbzq/ENy6HZaAbKQ4Xqbp8P2kPCMjzTs1uVnsc=; b=bAlA6fQ9FxaIm/MoVpG2wOBNk4sxYzZtgOfeU0G0YgcBjb4hBHkV5Ovhezp5pgmt54PBX/ YOzOryyL+Zkg9EOFFuwLNYIpnhZlWmACsfVB8wTnSoXSlP4LwGpQ08p/QM3ImZiR2XX9hA Dt3ngWLhmujmU4+a6HdzQI9wBw3D4hI1wHTcEGQo95qMeLUU1lDmc/HRZ5DKhs2AUlkksM Tk8u3jXOxOGlr3dZkemQHIJ4ORGvFebOGTiQCq7tI5dbAe9dVtRugNerSbFuNL0JRO3fO8 mencr3F+EJfbaeCjr6wFI2omRJhz3AAf78EtshcswUfwEczIaLnHV27ve5bkQQ== Subject: [PATCH v2] Tor: update to 0.4.4.6 To: "IPFire: Development-List" References: From: =?utf-8?q?Peter_M=C3=BCller?= Message-ID: Date: Sun, 22 Nov 2020 12:20:48 +0000 MIME-Version: 1.0 In-Reply-To: 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 . The second version of this patch should apply correctly against "next", but I have no idea why it did not do so in the first place. :-/ 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)