From f16d79f5f1df11446369762248145ef6f0d7c537 Mon Sep 17 00:00:00 2001 From: Jan Pavlinec Date: Mon, 16 Nov 2020 10:35:44 +0100 Subject: [PATCH] tor: update to version 0.4.4.6 (security fix) Fixes TROVE-2020- 005 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 db3357566..e8b957df5 100644 --- a/net/tor/Makefile +++ b/net/tor/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tor -PKG_VERSION:=0.4.4.5 -PKG_RELEASE:=2 +PKG_VERSION:=0.4.4.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:=a45ca00afe765e3baa839767c9dd6ac9a46dd01720a3a8ff4d86558c12359926 +PKG_HASH:=5f154c155803adf5c89e87cab53017b6908c5ebe50c65839e8cf4fbd2abe1fdc PKG_MAINTAINER:=Hauke Mehrtens \ Peter Wagner PKG_LICENSE_FILES:=LICENSE