From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id DB09BC433F5 for ; Sat, 6 Nov 2021 08:49:06 +0000 (UTC) Received: from smtp3.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 9E9EE60EDF for ; Sat, 6 Nov 2021 08:49:06 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 9E9EE60EDF Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=t-online.de Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=buildroot.org Received: from localhost (localhost [127.0.0.1]) by smtp3.osuosl.org (Postfix) with ESMTP id 6C72360AE2; Sat, 6 Nov 2021 08:49:06 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp3.osuosl.org ([127.0.0.1]) by localhost (smtp3.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id URMLIJ0QQV78; Sat, 6 Nov 2021 08:49:05 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp3.osuosl.org (Postfix) with ESMTP id C90756075E; Sat, 6 Nov 2021 08:49:04 +0000 (UTC) Received: from smtp2.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 38F611BF3EB for ; Sat, 6 Nov 2021 08:49:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id 27AF94020D for ; Sat, 6 Nov 2021 08:49:04 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id TmhWjvHWw5Zc for ; Sat, 6 Nov 2021 08:49:03 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.8.0 Received: from mailout03.t-online.de (mailout03.t-online.de [194.25.134.81]) by smtp2.osuosl.org (Postfix) with ESMTPS id 040614015F for ; Sat, 6 Nov 2021 08:49:02 +0000 (UTC) Received: from fwd72.dcpf.telekom.de (fwd72.aul.t-online.de [10.223.144.98]) by mailout03.t-online.de (Postfix) with SMTP id 895BC12F1 for ; Sat, 6 Nov 2021 09:49:00 +0100 (CET) Received: from fli4l.lan.fli4l ([79.214.204.142]) by fwd72.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1mjHNj-1foVm50; Sat, 6 Nov 2021 09:48:59 +0100 Received: from bruckner.lan.fli4l ([192.168.1.1]:40872) by fli4l.lan.fli4l with esmtp (Exim 4.95) (envelope-from ) id 1mjHNj-0002qj-5a for buildroot@buildroot.org; Sat, 06 Nov 2021 09:48:59 +0100 From: Bernd Kuhls To: buildroot@buildroot.org Date: Sat, 6 Nov 2021 09:48:59 +0100 Message-Id: <20211106084859.8657-1-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1636188539-00001454-882D5AE9/0/0 CLEAN NORMAL X-TOI-MSGID: 1af93fd4-0284-4250-99df-fd17fb649370 Subject: [Buildroot] [PATCH 1/1] package/tor: version to 0.4.6.8 X-BeenThere: buildroot@buildroot.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" Release notes: https://gitlab.torproject.org/tpo/core/tor/-/raw/release-0.4.6/ReleaseNotes Signed-off-by: Bernd Kuhls --- package/tor/tor.hash | 2 +- package/tor/tor.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/tor/tor.hash b/package/tor/tor.hash index 72bdc4a2ee..4dabf777cb 100644 --- a/package/tor/tor.hash +++ b/package/tor/tor.hash @@ -1,3 +1,3 @@ # Locally computed -sha256 ff665ce121b2952110bd98b9c8741b5593bf6c01ac09033ad848ed92c2510f9a tor-0.4.6.7.tar.gz +sha256 15ce1a37b4cc175b07761e00acdcfa2c08f0d23d6c3ab9c97c464bd38cc5476a tor-0.4.6.8.tar.gz sha256 47b54ed17e8fdcab3c44729a1789a09b208f9a63a845a7e50def9df729eebad0 LICENSE diff --git a/package/tor/tor.mk b/package/tor/tor.mk index 54c8506f46..31e6211693 100644 --- a/package/tor/tor.mk +++ b/package/tor/tor.mk @@ -4,7 +4,7 @@ # ################################################################################ -TOR_VERSION = 0.4.6.7 +TOR_VERSION = 0.4.6.8 TOR_SITE = https://dist.torproject.org TOR_LICENSE = BSD-3-Clause TOR_LICENSE_FILES = LICENSE -- 2.30.2 _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot