[packages] tor-alpha: update to 0.2.4.6-alpha, remove libevent2-openssl bufferevents dependency missed in r32391, add libssp dependency if enabled
git-svn-id: svn://svn.openwrt.org/openwrt/packages@34434 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
c11b5b905b
commit
5fcea13f6f
@ -8,13 +8,13 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=tor-alpha
|
||||
PKG_VERSION:=0.2.4.5-alpha
|
||||
PKG_VERSION:=0.2.4.6-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:=015b022d85d619c471de238d28c59671
|
||||
PKG_MD5SUM:=49a70a45e082739a1ed484d5f9d8759b
|
||||
|
||||
PKG_BUILD_DEPENDS:=libminiupnpc libnatpmp
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/tor-$(PKG_VERSION)
|
||||
@ -39,7 +39,7 @@ endef
|
||||
define Package/tor-alpha
|
||||
$(call Package/tor-alpha/Default)
|
||||
TITLE:=An anonymous Internet communication system
|
||||
DEPENDS:=+libevent2 +libevent2-openssl +libpthread +librt
|
||||
DEPENDS:=+libevent2 +libopenssl +libpthread +librt +SSP_SUPPORT:libssp
|
||||
endef
|
||||
|
||||
define Package/tor-alpha/description
|
||||
|
Loading…
x
Reference in New Issue
Block a user