summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2018-03-04 10:30:09 +0100
committerPeter Korsgaard <peter@korsgaard.com>2018-03-04 11:01:45 +0100
commit63497e02607543c6b27c8b59c026e78b0337dbaf (patch)
treee9177c8df99b933c5a3b0e7ad51fc69e8cd2cab8
parentdd95e2c3316396ac637791b21033539afb2eb159 (diff)
downloadbuildroot-63497e02607543c6b27c8b59c026e78b0337dbaf.tar.gz
buildroot-63497e02607543c6b27c8b59c026e78b0337dbaf.zip
package/tor: security bump to version 0.3.1.10
Fixes CVE-2018-0490: null-pointer crash in directory authority protocol list code. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r--package/tor/tor.hash2
-rw-r--r--package/tor/tor.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/package/tor/tor.hash b/package/tor/tor.hash
index 08ab61ec14..db946eec07 100644
--- a/package/tor/tor.hash
+++ b/package/tor/tor.hash
@@ -1,3 +1,3 @@
# Locally computed
-sha256 6e1b04f7890e782fd56014a0de5075e4ab29b52a35d8bca1f6b80c93f58f3d26 tor-0.3.1.9.tar.gz
+sha256 c0e1a71e8e079ddd7951f846bcbd79d5e716b602faa5b890c70762fe95cd04e0 tor-0.3.1.10.tar.gz
sha256 f9a4f724d8037711dde7d3f1d17094fb7d211545b3a3bbb1b03e769e13ca5608 LICENSE
diff --git a/package/tor/tor.mk b/package/tor/tor.mk
index 925e4d8f09..ddf912fe18 100644
--- a/package/tor/tor.mk
+++ b/package/tor/tor.mk
@@ -4,7 +4,7 @@
#
################################################################################
-TOR_VERSION = 0.3.1.9
+TOR_VERSION = 0.3.1.10
TOR_SITE = https://dist.torproject.org
TOR_LICENSE = BSD-3-Clause
TOR_LICENSE_FILES = LICENSE
OpenPOWER on IntegriCloud