From 345cb18d4cae3a5ebe3f72fb9bda8e71effed035 Mon Sep 17 00:00:00 2001 From: Jan Pavlinec Date: Tue, 21 Jul 2020 14:48:44 +0200 Subject: [PATCH] tor: update to version 0.4.2.8 (security fix) Fixes CVE-2020-15572 Signed-off-by: Jan Pavlinec --- net/tor/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/tor/Makefile b/net/tor/Makefile index e02196109d..af17611322 100644 --- a/net/tor/Makefile +++ b/net/tor/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tor -PKG_VERSION:=0.4.2.7 +PKG_VERSION:=0.4.2.8 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://dist.torproject.org/ \ https://archive.torproject.org/tor-package-archive -PKG_HASH:=06a1d835ddf382f6bca40a62e8fb40b71b2f73d56f0d53523c8bd5caf9b3026d +PKG_HASH:=75a8a9cd7faf7ebe67c4bf27acf27e82619a498f5916976d015acab85047dbab PKG_MAINTAINER:=Hauke Mehrtens \ Peter Wagner PKG_LICENSE_FILES:=LICENSE -- 2.30.2