svn commit: r306660 - head/security/tor-devel
Brendan Fabeny
bf at FreeBSD.org
Tue Oct 30 03:27:16 UTC 2012
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
More information about the svn-ports-head
mailing list