From 39a4601aac5f59a4df9b26ed4d93090cbe3a0648 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Wed, 29 Apr 2015 22:29:23 +0200 Subject: [PATCH 1/2] tor: update to stable version 0.2.5.12 Signed-off-by: Hauke Mehrtens --- net/tor/Makefile | 4 ++-- net/tor/patches/001-torrc.patch | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net/tor/Makefile b/net/tor/Makefile index 8550f8358..990642a88 100644 --- a/net/tor/Makefile +++ b/net/tor/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tor -PKG_VERSION:=0.2.5.10 +PKG_VERSION:=0.2.5.12 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://www.torproject.org/dist \ https://archive.torproject.org/tor-package-archive -PKG_MD5SUM:=4bde375229a7a7f77c0596ae05556527 +PKG_MD5SUM:=89745069a7efb7aafd01ae263bd0fe5c 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 988cb8e5a..e295219f1 100644 --- a/net/tor/patches/001-torrc.patch +++ b/net/tor/patches/001-torrc.patch @@ -14,7 +14,7 @@ ## The port on which Tor will listen for local connections from Tor ## controller applications, as documented in control-spec.txt. -@@ -187,3 +187,4 @@ +@@ -190,3 +190,4 @@ ## address manually to your friends, uncomment this line: #PublishServerDescriptor 0 From 95aef0298be6de35f827ca42c110a51abc4965bc Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Wed, 29 Apr 2015 23:12:49 +0200 Subject: [PATCH 2/2] tor: disable seccomp support seccomp is only supported on x86, amd64 and arm in tor. This deactivated it currently completely which should close #935, #1097, #1147 and #1161. Signed-off-by: Hauke Mehrtens --- net/tor/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/tor/Makefile b/net/tor/Makefile index 990642a88..d042ffbcc 100644 --- a/net/tor/Makefile +++ b/net/tor/Makefile @@ -82,7 +82,8 @@ CONFIGURE_ARGS += \ --with-libminiupnpc-dir="$(STAGING_DIR)/usr" \ --enable-nat-pmp \ --with-libnatpmp-dir="$(STAGING_DIR)/usr" \ - --disable-asciidoc + --disable-asciidoc \ + --disable-seccomp ifneq ($(CONFIG_SSP_SUPPORT),y) CONFIGURE_ARGS += \