diff options
author | Nima Fatemi <mrphs@riseup.net> | 2016-10-26 16:54:44 +0000 |
---|---|---|
committer | Nima Fatemi <mrphs@riseup.net> | 2016-11-01 15:36:18 -0400 |
commit | 372cec7e69c8e0f83666b9f173db1378afec4d59 (patch) | |
tree | 9583fc61497b6b3cff58a473537c2f81a0b0528a /net | |
parent | 98b8eb0978a3c817305c58021954d5190f52daad (diff) |
Tor: update to 0.2.8.9
- update to 0.2.8.9
- use sha256 instead of md5 for integrity check
- add dependency: libcap
signed-off-by: Nima Fatemi <nima@torproject.org>
Diffstat (limited to 'net')
-rw-r--r-- | net/tor/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/tor/Makefile b/net/tor/Makefile index 1c685d3ba..ccdd47b65 100644 --- a/net/tor/Makefile +++ b/net/tor/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tor -PKG_VERSION:=0.2.7.6 -PKG_RELEASE:=2 +PKG_VERSION:=0.2.8.9 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://dist.torproject.org/ \ https://archive.torproject.org/tor-package-archive -PKG_MD5SUM:=cc19107b57136a68e8c563bf2d35b072 +PKG_MD5SUM:=3f5c273bb887be4aff11f4d99b9e2e52d293b81ff4f6302b730161ff16dc5316 PKG_MAINTAINER:=Hauke Mehrtens <hauke@hauke-m.de> PKG_LICENSE_FILES:=LICENSE @@ -40,7 +40,7 @@ endef define Package/tor $(call Package/tor/Default) TITLE:=An anonymous Internet communication system - DEPENDS:=+libevent2 +libopenssl +libpthread +librt +zlib + DEPENDS:=+libevent2 +libopenssl +libpthread +librt +zlib +libcap endef define Package/tor/description |