[packages] tor: update to 0.2.2.32, disable man pages, refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28157 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
a763ae2523
commit
14811d112f
@ -8,13 +8,13 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=tor
|
PKG_NAME:=tor
|
||||||
PKG_VERSION:=0.2.1.30
|
PKG_VERSION:=0.2.2.32
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(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:=6c6d61e053af5969a245d025c4cfce9d
|
PKG_MD5SUM:=6d70db8da9513453d520168e017a272c
|
||||||
|
|
||||||
PKG_INSTALL:=1
|
PKG_INSTALL:=1
|
||||||
|
|
||||||
@ -88,13 +88,14 @@ endef
|
|||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
--with-libevent-dir="$(STAGING_DIR)/usr" \
|
--with-libevent-dir="$(STAGING_DIR)/usr" \
|
||||||
--with-ssl-dir="$(STAGING_DIR)/usr" \
|
--with-ssl-dir="$(STAGING_DIR)/usr" \
|
||||||
|
--disable-asciidoc
|
||||||
|
|
||||||
CONFIGURE_VARS += \
|
CONFIGURE_VARS += \
|
||||||
CROSS_COMPILE="yes" \
|
CROSS_COMPILE="yes"
|
||||||
|
|
||||||
# pass CFLAGS again to override -O2 set by configure
|
# pass CFLAGS again to override -O2 set by configure
|
||||||
MAKE_FLAGS += \
|
MAKE_FLAGS += \
|
||||||
CFLAGS="$(TARGET_CFLAGS)" \
|
CFLAGS="$(TARGET_CFLAGS)"
|
||||||
|
|
||||||
define Package/tor/install
|
define Package/tor/install
|
||||||
$(INSTALL_DIR) $(1)/usr/sbin
|
$(INSTALL_DIR) $(1)/usr/sbin
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
## 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.
|
||||||
@@ -154,3 +154,5 @@ SocksListenAddress 127.0.0.1 # accept co
|
@@ -168,3 +168,5 @@ SocksListenAddress 127.0.0.1 # accept co
|
||||||
#BridgeRelay 1
|
#BridgeRelay 1
|
||||||
#ExitPolicy reject *:*
|
#ExitPolicy reject *:*
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user