From 045333fd3316742ee86bd585b7f9849c810884a7 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Wed, 8 Nov 2023 21:16:09 +0100 Subject: [PATCH] package/tor: security bump to version 0.4.7.16 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes a yet-to-be published security issue TROVE-2023-004. From the announcement: https://forum.torproject.org/t/security-release-0-4-7-16-and-0-4-8-8/10064 We are releasing an emergency security release fixing a high security bug affecting relays. This is tracked by the TROVE-2023-004 92 for which we’ll make the ticket public once the packages and network has started to upgrade. Signed-off-by: Peter Korsgaard --- package/tor/tor.hash | 4 ++-- package/tor/tor.mk | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package/tor/tor.hash b/package/tor/tor.hash index a6b5f27c40..c8d551d95a 100644 --- a/package/tor/tor.hash +++ b/package/tor/tor.hash @@ -1,4 +1,4 @@ -# From https://dist.torproject.org/tor-0.4.7.14.tar.gz.sha256sum -sha256 a5ac67f6466380fc05e8043d01c581e4e8a2b22fe09430013473e71065e65df8 tor-0.4.7.14.tar.gz +# From https://dist.torproject.org/tor-0.4.7.16.tar.gz.sha256sum +sha256 5aeeb071bd5c12eb2eec140a87f94052ecaeb03b5e1cee7d1e5cf1a3cbee7a7c tor-0.4.7.16.tar.gz # Locally computed sha256 47b54ed17e8fdcab3c44729a1789a09b208f9a63a845a7e50def9df729eebad0 LICENSE diff --git a/package/tor/tor.mk b/package/tor/tor.mk index b794296c6a..0273db042d 100644 --- a/package/tor/tor.mk +++ b/package/tor/tor.mk @@ -4,7 +4,7 @@ # ################################################################################ -TOR_VERSION = 0.4.7.14 +TOR_VERSION = 0.4.7.16 TOR_SITE = https://dist.torproject.org TOR_LICENSE = BSD-3-Clause TOR_LICENSE_FILES = LICENSE