Revision: 24963
http://sourceforge.net/p/gar/code/24963
Author: jake_goerzen
Date: 2015-05-11 17:27:21 +0000 (Mon, 11 May 2015)
Log Message:
-----------
tor: update to 0.2.6.7; remove unused patch and clean up recipe
Modified Paths:
--------------
csw/mgar/pkg/tor/trunk/Makefile
csw/mgar/pkg/tor/trunk/checksums
Modified: csw/mgar/pkg/tor/trunk/Makefile
===================================================================
--- csw/mgar/pkg/tor/trunk/Makefile 2015-05-11 08:17:38 UTC (rev 24962)
+++ csw/mgar/pkg/tor/trunk/Makefile 2015-05-11 17:27:21 UTC (rev 24963)
@@ -1,6 +1,6 @@
# $Id$
NAME = tor
-VERSION = 0.2.5.12
+VERSION = 0.2.6.7
GARTYPE = v2
DESCRIPTION = Secure network traffic router
@@ -8,15 +8,9 @@
Basically tor provides a distributed network of servers (onion routers). Users
bounce their TCP streams (web traffic, ftp, ssh, etc) around the routers, and
recipients, observers, and even the routers themselves have difficulty tracking
the source of the stream.
endef
-# This is where the source git repo is located but we are building from the
-# official alpha release tar.gz distfile downloaded from MATER_SITES.
-# GIT_REPOS = git://git.torproject.org/tor.git
-
MASTER_SITES = http://www.torproject.org/dist/
DISTFILES = $(DISTNAME).tar.gz
-PATCHFILES += 0001-add-test-to-detect-we-are-on-Solaris.patch
-
# File name regex to get notifications about upstream software releases
UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz
@@ -54,6 +48,8 @@
PROTOTYPE_USER_tor = tor
PROTOTYPE_GROUP_tor = tor
+TEST_SCRIPTS =
+
PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386
include gar/category.mk
Modified: csw/mgar/pkg/tor/trunk/checksums
===================================================================
--- csw/mgar/pkg/tor/trunk/checksums 2015-05-11 08:17:38 UTC (rev 24962)
+++ csw/mgar/pkg/tor/trunk/checksums 2015-05-11 17:27:21 UTC (rev 24963)
@@ -1 +1 @@
-89745069a7efb7aafd01ae263bd0fe5c tor-0.2.5.12.tar.gz
+a43b4dc6a95d219927aab0a2bb7ed322 tor-0.2.6.7.tar.gz
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.