From 112f62b639f22efd2856b110b51b71f0904e22a2 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Tue, 18 Oct 2005 01:17:37 +0000 Subject: [PATCH] update tor to latest stable release (v0.1.0.15), enable when developer build. SVN-Revision: 2165 --- openwrt/package/tor/Config.in | 3 +-- openwrt/package/tor/Makefile | 9 ++++----- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/openwrt/package/tor/Config.in b/openwrt/package/tor/Config.in index ac53567d3c..79cc0cface 100644 --- a/openwrt/package/tor/Config.in +++ b/openwrt/package/tor/Config.in @@ -1,7 +1,6 @@ config BR2_PACKAGE_TOR tristate "tor - An anonymous Internet communication system" -# default m if CONFIG_DEVEL - default n + default m if CONFIG_DEVEL select BR2_PACKAGE_LIBEVENT select BR2_PACKAGE_LIBOPENSSL select BR2_PACKAGE_LIBPTHREAD diff --git a/openwrt/package/tor/Makefile b/openwrt/package/tor/Makefile index 2ffc31a8a6..e1b290ca54 100644 --- a/openwrt/package/tor/Makefile +++ b/openwrt/package/tor/Makefile @@ -3,18 +3,17 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tor -PKG_VERSION:=0.1.0.9rc +PKG_VERSION:=0.1.0.15 PKG_RELEASE:=1 -PKG_UPSTREAM_VERSION=0.1.0.9-rc -PKG_MD5SUM:=ebfc42e3f168621434992065519e3990 +PKG_MD5SUM:=b2f1002da96ebfbfac7edf2272733967 PKG_SOURCE_URL:=http://tor.eff.org/dist/ \ http://ftp.se.linux.org/crypto/tor/ \ http://tor.meulie.net/ -PKG_SOURCE:=$(PKG_NAME)-$(PKG_UPSTREAM_VERSION).tar.gz +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_CAT:=zcat -PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_UPSTREAM_VERSION) +PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install include $(TOPDIR)/package/rules.mk -- 2.30.2