diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2017-07-01 09:48:24 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-07-01 10:11:31 +0200 |
commit | 712378a416d65f12ca7efed9a75c2e58c6e62189 (patch) | |
tree | ee1dd1ef48b6ca0e41687e90774bdb010eae9757 | |
parent | 503439f99a8b1a7f762ed184082b0c97800ffae5 (diff) | |
download | buildroot-712378a416d65f12ca7efed9a75c2e58c6e62189.tar.gz buildroot-712378a416d65f12ca7efed9a75c2e58c6e62189.zip |
package/tor: security bump to version 0.3.0.9
Release notes:
https://blog.torproject.org/blog/tor-0309-released-security-update-clients
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/tor/tor.hash | 2 | ||||
-rw-r--r-- | package/tor/tor.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package/tor/tor.hash b/package/tor/tor.hash index 71868fd1b6..618acdc243 100644 --- a/package/tor/tor.hash +++ b/package/tor/tor.hash @@ -1,2 +1,2 @@ # Locally computed -sha256 663a3ba7b8a124c0f8a7351eaa2dda6fd518de3f3c4ee28fff869bfb03860d48 tor-0.3.0.8.tar.gz +sha256 48d4880bf6ccb19ce9af2abde6946d7cf0635cc807548badbf4a221a79581e42 tor-0.3.0.9.tar.gz diff --git a/package/tor/tor.mk b/package/tor/tor.mk index dc2823d461..0fa17e664f 100644 --- a/package/tor/tor.mk +++ b/package/tor/tor.mk @@ -4,7 +4,7 @@ # ################################################################################ -TOR_VERSION = 0.3.0.8 +TOR_VERSION = 0.3.0.9 TOR_SITE = https://dist.torproject.org TOR_LICENSE = BSD-3-Clause TOR_LICENSE_FILES = LICENSE |