Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Oct 2012 03:27:15 +0000 (UTC)
From:      Brendan Fabeny <bf@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r306660 - head/security/tor-devel
Message-ID:  <201210300327.q9U3RFUL004621@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bf
Date: Tue Oct 30 03:27:15 2012
New Revision: 306660
URL: http://svn.freebsd.org/changeset/ports/306660

Log:
  update to 0.2.3.24-rc [1]; remove a problematic mirror;
  attempt to fix build on ia64 [2]
  
  Reported by:	A. Shterenlikht [2]
  Security:	CVE-2012-2249; CVE-2012-2250;
  		Tor bugs 7139, 7191 [1]
  Feature safe:	yes

Modified:
  head/security/tor-devel/Makefile
  head/security/tor-devel/distinfo

Modified: head/security/tor-devel/Makefile
==============================================================================
--- head/security/tor-devel/Makefile	Tue Oct 30 03:18:18 2012	(r306659)
+++ head/security/tor-devel/Makefile	Tue Oct 30 03:27:15 2012	(r306660)
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	tor
-DISTVERSION=	0.2.3.22-rc
+DISTVERSION=	0.2.3.24-rc
 CATEGORIES=	security net ipv6
 MASTER_SITES=	https://www.torproject.org/dist/ \
 		ftp://ftp.bit.nl/mirror/tor/ \
@@ -18,7 +18,6 @@ MASTER_SITES=	https://www.torproject.org
 		http://mirror.tor.hu/dist/ \
 		https://mirror.torland.me/torproject.org/dist/ \
 		http://mirrors.chaos-darmstadt.de/tor-mirror/dist/ \
-		http://onion.anonymo.us.org/dist/ \
 		http://theonionrouter.com/dist/ \
 		http://tor.amorphis.eu/dist/ \
 		http://tor.askapache.com/dist/ \
@@ -105,7 +104,7 @@ MAKE_JOBS_UNSAFE=	yes
 .if ( (${OSVERSION} >= 703100 && ${OSVERSION} < 800000) || \
 (${OSVERSION} >= 800500 && ${OSVERSION} < 900000) || \
 (${OSVERSION} >= 900003) ) && !defined(USE_GCC) && empty(CC:T:M*gcc4*) && \
-empty(PORT_OPTIONS:MSTATIC_TOR)
+empty(PORT_OPTIONS:MSTATIC_TOR) && empty(ARCH:Mia64)
 CONFIGURE_ARGS+=	--enable-gcc-hardening
 .else
 CONFIGURE_ARGS+=	--disable-gcc-hardening

Modified: head/security/tor-devel/distinfo
==============================================================================
--- head/security/tor-devel/distinfo	Tue Oct 30 03:18:18 2012	(r306659)
+++ head/security/tor-devel/distinfo	Tue Oct 30 03:27:15 2012	(r306660)
@@ -1,2 +1,2 @@
-SHA256 (tor-0.2.3.22-rc.tar.gz) = 829aa19402827147884c4bc2eb600935076179a5567e1fe9760bb24a1867b387
-SIZE (tor-0.2.3.22-rc.tar.gz) = 3163406
+SHA256 (tor-0.2.3.24-rc.tar.gz) = 6ac663f32e4d36e633672cafdd43d691d4e0b6f14a2344fe4e016cc3dbbd6019
+SIZE (tor-0.2.3.24-rc.tar.gz) = 3187711



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210300327.q9U3RFUL004621>