Tor: update to 0.4.2.7

Please refer to https://blog.torproject.org/new-releases-03510-0419-0427
for release announcement.

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
Peter Müller
2020-03-19 09:11:00 +00:00
committed by Arne Fitzenreiter
parent a945138e4d
commit 0c92ef9ba5

View File

@@ -24,7 +24,7 @@
include Config
VER = 0.4.2.6
VER = 0.4.2.7
THISAPP = tor-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = tor
PAK_VER = 46
PAK_VER = 47
DEPS = "libseccomp"
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = 33383c897640e6ea55ab82c80d772ee0
$(DL_FILE)_MD5 = a4b338b9f7444f4f89259c9736ff74c8
install : $(TARGET)