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>
This commit is contained in:
parent
e02b4a7793
commit
aa224c9ae1
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue