diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2012-10-30 03:27:15 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2012-10-30 03:27:15 +0000 |
commit | 924cc1fc3cbee1a5686bff94dea7d15dd835ab32 (patch) | |
tree | 608d7fe8f6d75903a3f3adc4623dbce759711552 /security | |
parent | f9de123a5dc05deb73ddbe98a8baca00801ae7f4 (diff) | |
download | ports-924cc1fc3cbee1a5686bff94dea7d15dd835ab32.tar.gz ports-924cc1fc3cbee1a5686bff94dea7d15dd835ab32.zip |
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
Notes
Notes:
svn path=/head/; revision=306660
Diffstat (limited to 'security')
-rw-r--r-- | security/tor-devel/Makefile | 5 | ||||
-rw-r--r-- | security/tor-devel/distinfo | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/security/tor-devel/Makefile b/security/tor-devel/Makefile index 56236878ca2d..3b96a1796890 100644 --- a/security/tor-devel/Makefile +++ b/security/tor-devel/Makefile @@ -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/dist/ \ 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 diff --git a/security/tor-devel/distinfo b/security/tor-devel/distinfo index a7de2d0cc95c..8efa8b5c4801 100644 --- a/security/tor-devel/distinfo +++ b/security/tor-devel/distinfo @@ -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 |