[packages] tor-alpha: update to 0.2.3.12-alpha, refresh patches
authorswalker <swalker@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 15 Feb 2012 00:44:33 +0000 (00:44 +0000)
committerswalker <swalker@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 15 Feb 2012 00:44:33 +0000 (00:44 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30544 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/tor-alpha/Makefile
net/tor-alpha/patches/001-torrc.patch
net/tor-alpha/patches/002-add-tor-socket-t-header.patch

index 69646c5..2e2912c 100644 (file)
@@ -8,13 +8,13 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=tor-alpha
-PKG_VERSION:=0.2.3.11-alpha
+PKG_VERSION:=0.2.3.12-alpha
 PKG_RELEASE:=1
 
 PKG_SOURCE:=tor-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://www.torproject.org/dist \
        https://archive.torproject.org/tor-package-archive
-PKG_MD5SUM:=917f2952f464371727641320292c9a9e
+PKG_MD5SUM:=16dc8b7567662750e33f35afbbc6f089
 
 PKG_BUILD_DEPENDS:=libnatpmp
 PKG_BUILD_DIR:=$(BUILD_DIR)/tor-$(PKG_VERSION)
index c788dd0..8c9e031 100644 (file)
@@ -1,6 +1,6 @@
 --- a/src/config/torrc.sample.in
 +++ b/src/config/torrc.sample.in
-@@ -44,11 +44,11 @@ SocksListenAddress 127.0.0.1 # accept co
+@@ -46,11 +46,11 @@ SocksListenAddress 127.0.0.1 # accept co
  ## 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,8 +14,8 @@
  
  ## The port on which Tor will listen for local connections from Tor
  ## controller applications, as documented in control-spec.txt.
-@@ -168,3 +168,4 @@ SocksListenAddress 127.0.0.1 # accept co
- #BridgeRelay 1
- #ExitPolicy reject *:*
+@@ -182,3 +182,4 @@ SocksListenAddress 127.0.0.1 # accept co
+ ## address manually to your friends, uncomment this line:
+ #PublishServerDescriptor 0
  
 +User tor
index 81dda91..d34a662 100644 (file)
@@ -6,5 +6,5 @@
  #include "orconfig.h"
 +#include "compat.h"
  #ifdef NAT_PMP
- #ifdef MS_WINDOWS
+ #ifdef _WIN32
  #define STATICLIB