From aa224c9ae169bd6b17e6cd1ce604c898e21ec2f0 Mon Sep 17 00:00:00 2001 From: Nima Fatemi Date: Wed, 26 Oct 2016 16:54:44 +0000 Subject: [PATCH] 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 --- net/tor/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/net/tor/Makefile b/net/tor/Makefile index 1c685d3ba4..ccdd47b655 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 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 -- 2.30.2