From dd6be653dd8b46e9c901da860fd3eefba9fda2af Mon Sep 17 00:00:00 2001 From: Josef Schlehofer Date: Wed, 8 Sep 2021 11:53:18 +0200 Subject: [PATCH] tor: update to version 0.4.4.9 Fixes: - CVE-2021-34548 - CVE-2021-34549 - CVE-2021-34550 Signed-off-by: Josef Schlehofer --- net/tor/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/tor/Makefile b/net/tor/Makefile index 252421a205..713ac4b100 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.8 +PKG_VERSION:=0.4.4.9 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:=4cad1638d22d47f4877da44f85d655205a069464a02d2f2a2d20f08756cb7547 +PKG_HASH:=e320d04b99ac27d5b7e0d1d5b85fd5b4f3dbb24528196f07520688b45e026e4c PKG_MAINTAINER:=Hauke Mehrtens \ Peter Wagner PKG_LICENSE_FILES:=LICENSE -- 2.30.2