From 703c91f7226a5ad6ea9e02b6b40f5763be1c8767 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Sun, 11 Dec 2016 23:56:19 +0100 Subject: [PATCH] tor: update to version 0.2.8.11 Signed-off-by: Hauke Mehrtens --- net/tor/Makefile | 4 ++-- net/tor/patches/001-torrc.patch | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net/tor/Makefile b/net/tor/Makefile index ccdd47b655..570140d439 100644 --- a/net/tor/Makefile +++ b/net/tor/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tor -PKG_VERSION:=0.2.8.9 +PKG_VERSION:=0.2.8.11 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_MD5SUM:=3f5c273bb887be4aff11f4d99b9e2e52d293b81ff4f6302b730161ff16dc5316 +PKG_MD5SUM:=7adea0bfa17edafd4e09453f4f58a0dca737660e5358f9dafd52d55d55dc6ab3 PKG_MAINTAINER:=Hauke Mehrtens PKG_LICENSE_FILES:=LICENSE diff --git a/net/tor/patches/001-torrc.patch b/net/tor/patches/001-torrc.patch index e295219f1e..47e04f93f7 100644 --- a/net/tor/patches/001-torrc.patch +++ b/net/tor/patches/001-torrc.patch @@ -1,6 +1,6 @@ --- a/src/config/torrc.sample.in +++ b/src/config/torrc.sample.in -@@ -45,11 +45,11 @@ +@@ -46,11 +46,11 @@ ## Uncomment this to start the process in the background... or use ## --runasdaemon 1 on the command line. This is ignored on Windows; ## see the FAQ entry if you want Tor to run as an NT service. @@ -14,7 +14,7 @@ ## The port on which Tor will listen for local connections from Tor ## controller applications, as documented in control-spec.txt. -@@ -190,3 +190,4 @@ +@@ -202,3 +202,4 @@ ## address manually to your friends, uncomment this line: #PublishServerDescriptor 0 -- 2.30.2