diff options
author | bf <bf@FreeBSD.org> | 2011-09-17 12:39:51 +0800 |
---|---|---|
committer | bf <bf@FreeBSD.org> | 2011-09-17 12:39:51 +0800 |
commit | 9f134040fc42b7517c9f2c5de34c53194227f356 (patch) | |
tree | a6e302c70adf1bf4ddfa91135fa77f8f004d39ac /security | |
parent | ab5012c537b7a25354bb706909c3a50cad1e7521 (diff) | |
download | freebsd-ports-gnome-9f134040fc42b7517c9f2c5de34c53194227f356.tar.gz freebsd-ports-gnome-9f134040fc42b7517c9f2c5de34c53194227f356.tar.zst freebsd-ports-gnome-9f134040fc42b7517c9f2c5de34c53194227f356.zip |
update to 0.2.2.33
Diffstat (limited to 'security')
-rw-r--r-- | security/tor/Makefile | 5 | ||||
-rw-r--r-- | security/tor/distinfo | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/security/tor/Makefile b/security/tor/Makefile index cb8e47caa731..a8967f596db7 100644 --- a/security/tor/Makefile +++ b/security/tor/Makefile @@ -6,8 +6,7 @@ # PORTNAME= tor -DISTVERSION= 0.2.2.32 -PORTREVISION= 1 +DISTVERSION= 0.2.2.33 CATEGORIES= security net ipv6 MASTER_SITES= https://www.torproject.org/dist/ \ ftp://ftp.bit.nl/mirror/tor/ \ @@ -72,7 +71,7 @@ MAN1= tor.1 tor-resolve.1 torify.1 tor-gencert.1 .if ( (${OSVERSION} >= 703100 && ${OSVERSION} < 800000) || \ (${OSVERSION} >= 800500 && ${OSVERSION} < 900000) || \ -(${OSVERSION} >= 900003) ) && !defined(USE_GCC) +(${OSVERSION} >= 900003) ) && !defined(USE_GCC) && empty(CC:M*gcc4*) CONFIGURE_ARGS+= --enable-gcc-hardening .endif diff --git a/security/tor/distinfo b/security/tor/distinfo index 542120b07952..bf9ac66e7ce8 100644 --- a/security/tor/distinfo +++ b/security/tor/distinfo @@ -1,2 +1,2 @@ -SHA256 (tor-0.2.2.32.tar.gz) = 8744328c10b54950e08ee404a75a0e76865be0615cad6f7ffc8c75af7151ef4d -SIZE (tor-0.2.2.32.tar.gz) = 2701371 +SHA256 (tor-0.2.2.33.tar.gz) = 5af42b1cc07704fcbde8bb44380e5a02ebedc75470a132c70022ecb5f8476bcf +SIZE (tor-0.2.2.33.tar.gz) = 2719888 |