diff options
author | Peter Wagner <tripolar@gmx.at> | 2017-10-22 21:32:59 +0200 |
---|---|---|
committer | Peter Wagner <tripolar@gmx.at> | 2017-10-22 21:32:59 +0200 |
commit | 39a9b7867c5d93ea5bca0419901b7293352081f8 (patch) | |
tree | f178fd9da31fea1a1f2577626df38c181b11af74 /net | |
parent | 770ca2d401143837e212fea3fd087ed8e7623998 (diff) |
tor: update to 0.3.1.7
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Diffstat (limited to 'net')
-rw-r--r-- | net/tor/Makefile | 4 | ||||
-rw-r--r-- | net/tor/patches/001-torrc.patch | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net/tor/Makefile b/net/tor/Makefile index 9e5098a62..c249ffb1a 100644 --- a/net/tor/Makefile +++ b/net/tor/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tor -PKG_VERSION:=0.2.9.12 +PKG_VERSION:=0.3.1.7 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:=6e7466625d53812f23c2ad60a873c5855f63f756fde0fc5cbeda8d32cee1086b +PKG_HASH:=1df5dd4894bb2f5e0dc96c466955146353cf33ac50cd997cfc1b28ea3ed9c08f PKG_MAINTAINER:=Hauke Mehrtens <hauke@hauke-m.de> PKG_LICENSE_FILES:=LICENSE diff --git a/net/tor/patches/001-torrc.patch b/net/tor/patches/001-torrc.patch index 1a784d2ff..716528aa0 100644 --- a/net/tor/patches/001-torrc.patch +++ b/net/tor/patches/001-torrc.patch @@ -18,8 +18,8 @@ ## The port on which Tor will listen for local connections from Tor ## controller applications, as documented in control-spec.txt. -@@ -204,3 +204,4 @@ - ## address manually to your friends, uncomment this line: - #PublishServerDescriptor 0 +@@ -218,3 +218,4 @@ + #%include /etc/torrc.d/ + #%include /etc/torrc.custom +User tor |