[packages] tor-alpha: update to 0.2.3.12-alpha, refresh patches

git-svn-id: svn://svn.openwrt.org/openwrt/packages@30544 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
swalker 2012-02-15 00:44:33 +00:00
parent 3cf8d6789f
commit 1dac78cbf0
3 changed files with 7 additions and 7 deletions

View File

@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=tor-alpha PKG_NAME:=tor-alpha
PKG_VERSION:=0.2.3.11-alpha PKG_VERSION:=0.2.3.12-alpha
PKG_RELEASE:=1 PKG_RELEASE:=1
PKG_SOURCE:=tor-$(PKG_VERSION).tar.gz PKG_SOURCE:=tor-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://www.torproject.org/dist \ PKG_SOURCE_URL:=https://www.torproject.org/dist \
https://archive.torproject.org/tor-package-archive https://archive.torproject.org/tor-package-archive
PKG_MD5SUM:=917f2952f464371727641320292c9a9e PKG_MD5SUM:=16dc8b7567662750e33f35afbbc6f089
PKG_BUILD_DEPENDS:=libnatpmp PKG_BUILD_DEPENDS:=libnatpmp
PKG_BUILD_DIR:=$(BUILD_DIR)/tor-$(PKG_VERSION) PKG_BUILD_DIR:=$(BUILD_DIR)/tor-$(PKG_VERSION)

View File

@ -1,6 +1,6 @@
--- a/src/config/torrc.sample.in --- a/src/config/torrc.sample.in
+++ b/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 ## Uncomment this to start the process in the background... or use
## --runasdaemon 1 on the command line. This is ignored on Windows; ## --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. ## 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 ## The port on which Tor will listen for local connections from Tor
## controller applications, as documented in control-spec.txt. ## controller applications, as documented in control-spec.txt.
@@ -168,3 +168,4 @@ SocksListenAddress 127.0.0.1 # accept co @@ -182,3 +182,4 @@ SocksListenAddress 127.0.0.1 # accept co
#BridgeRelay 1 ## address manually to your friends, uncomment this line:
#ExitPolicy reject *:* #PublishServerDescriptor 0
+User tor +User tor

View File

@ -6,5 +6,5 @@
#include "orconfig.h" #include "orconfig.h"
+#include "compat.h" +#include "compat.h"
#ifdef NAT_PMP #ifdef NAT_PMP
#ifdef MS_WINDOWS #ifdef _WIN32
#define STATICLIB #define STATICLIB