From 3f51a1ee6e7f940c9bead6d0b4904b5aaf393042 Mon Sep 17 00:00:00 2001 From: Jan Pavlinec Date: Tue, 21 Jul 2020 12:53:01 +0200 Subject: [PATCH] tor: update to version 0.4.3.6 (security fix) Fixes CVE-2020- 15572 Signed-off-by: Jan Pavlinec --- net/tor/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/tor/Makefile b/net/tor/Makefile index ee6e327cf..c7081f5c1 100644 --- a/net/tor/Makefile +++ b/net/tor/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tor -PKG_VERSION:=0.4.3.5 -PKG_RELEASE:=2 +PKG_VERSION:=0.4.3.6 +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:=616a0e4ae688d0e151d46e3e4258565da4d443d1ddbd316db0b90910e2d5d868 +PKG_HASH:=6a2d0637d4e514be2ec574723a05065245cce51da78a21cec1dc831be5ccac62 PKG_MAINTAINER:=Hauke Mehrtens \ Peter Wagner PKG_LICENSE_FILES:=LICENSE