diff options
author | bf <bf@FreeBSD.org> | 2012-10-30 11:27:15 +0800 |
---|---|---|
committer | bf <bf@FreeBSD.org> | 2012-10-30 11:27:15 +0800 |
commit | 4b634aca725b54fc4667f5f93ff813d88d2b6de9 (patch) | |
tree | 608d7fe8f6d75903a3f3adc4623dbce759711552 /security/tor-devel | |
parent | 7ca614f8241cb26d492ae858fc3f706de71efc10 (diff) | |
download | freebsd-ports-gnome-4b634aca725b54fc4667f5f93ff813d88d2b6de9.tar.gz freebsd-ports-gnome-4b634aca725b54fc4667f5f93ff813d88d2b6de9.tar.zst freebsd-ports-gnome-4b634aca725b54fc4667f5f93ff813d88d2b6de9.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
Diffstat (limited to 'security/tor-devel')
-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 |