From patchwork Sun Jun 20 10:49:17 2021 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: 4446 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 "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4G78YJ4BfPz3wcf for ; Sun, 20 Jun 2021 10:49:24 +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 "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4G78YH1jzsz1JF; Sun, 20 Jun 2021 10:49:23 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4G78YH0W37z2xff; Sun, 20 Jun 2021 10:49:23 +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 "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4G78YG4mYCz2xbB for ; Sun, 20 Jun 2021 10:49:22 +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 4G78YD5Jtfz16Z for ; Sun, 20 Jun 2021 10:49:20 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1624186161; 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=KV8QBlgWWqxNXPGu1wch+/Ilt5afSBMt8e5r/0eAopE=; b=3U83YAoy2PRLJVEF1mPw93QT2EiUy+xxOah+6c3wsrL6vEb6KKF3LMVRnI0KOUgeDoZoMj m3BoIRO2VeO44hBQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1624186161; 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=KV8QBlgWWqxNXPGu1wch+/Ilt5afSBMt8e5r/0eAopE=; b=bNKcyCX7EuV6Cu0KNrvnZYKvwrN9OH/DlXNrFJy7Yuolc6P7rej971r6Athbjuie+xkUDn uMMSsSLGYZ+XWnLV/XoOZub5a9X4gJuClkpy+76H33wUVcb3CDIIACSVS6vaiuf4KL/Z6e lxAfEsTsP51dhYgnzaxWYYgAD/B70BWbnaPWPL6vwApe1NnRATcCLtJaQuHpFD7nmfLC8i bl8WUXx+t2UDKZVO4Fo0AYeDXvBEHkdrZ6xeJH1C8CJLakxQAPMFaqXgBVB7/Ev6Bntb0W /W3ZL3HDBQLfAn6XgoKoYDnP2KsBJY8CwyVFgJYwIHtm23rR07nJ5t9QFehArw== To: "IPFire: Development" From: =?utf-8?q?Peter_M=C3=BCller?= Subject: [PATCH] Tor: update to 0.4.6.5 Message-ID: <11734710-7240-2465-1f8c-5c4a1926d811@ipfire.org> Date: Sun, 20 Jun 2021 12:49:17 +0200 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" Please refer to the .tar.gz's ReleaseNote file for the full changelog since version 0.4.5.8; it is too large to include it here. Signed-off-by: Peter Müller Reviewed-by: Adolf Belka --- lfs/tor | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/tor b/lfs/tor index c6bc5c43f..97f2cf04e 100644 --- a/lfs/tor +++ b/lfs/tor @@ -24,7 +24,7 @@ include Config -VER = 0.4.5.8 +VER = 0.4.6.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 = 61 +PAK_VER = 62 DEPS = libseccomp @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = a39d9b930a19936b57f097051c0ad509 +$(DL_FILE)_MD5 = 5a678a32c5a8b4bf97c9cb541df22b71 install : $(TARGET)