From 5fcea13f6f7d54e9594e71ae8f078881c3c44da6 Mon Sep 17 00:00:00 2001 From: swalker Date: Sat, 1 Dec 2012 22:09:14 +0000 Subject: [PATCH] [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 --- net/tor-alpha/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/tor-alpha/Makefile b/net/tor-alpha/Makefile index e1426f531..7e82611ec 100644 --- a/net/tor-alpha/Makefile +++ b/net/tor-alpha/Makefile @@ -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 -- 2.11.0