View | Details | Raw Unified | Return to bug 205252
Collapse All | Expand All

(-)tor/Makefile (-1 / +5 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	tor
4
PORTNAME=	tor
5
DISTVERSION=	0.2.6.10
5
DISTVERSION=	0.2.7.6
6
CATEGORIES=	security net ipv6
6
CATEGORIES=	security net ipv6
7
MASTER_SITES=	TOR
7
MASTER_SITES=	TOR
8
8
Lines 44-49 Link Here
44
44
45
.include <bsd.port.options.mk>
45
.include <bsd.port.options.mk>
46
46
47
.if ${OSVERSION} < 1000000
48
WITH_OPENSSL_PORT=	yes
49
.endif
50
47
.if !defined(USE_GCC) && empty(CC:T:M*gcc4*) && \
51
.if !defined(USE_GCC) && empty(CC:T:M*gcc4*) && \
48
empty(PORT_OPTIONS:MSTATIC_TOR) && empty(ARCH:Mia64)
52
empty(PORT_OPTIONS:MSTATIC_TOR) && empty(ARCH:Mia64)
49
CONFIGURE_ARGS+=	--enable-gcc-hardening
53
CONFIGURE_ARGS+=	--enable-gcc-hardening
(-)tor/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (tor-0.2.6.10.tar.gz) = 0542c0efe43b86619337862fa7eb02c7a74cb23a79d587090628a5f0f1224b8d
1
SHA256 (tor-0.2.7.6.tar.gz) = 493a8679f904503048114aca6467faef56861206bab8283d858f37141d95105d
2
SIZE (tor-0.2.6.10.tar.gz) = 3587211
2
SIZE (tor-0.2.7.6.tar.gz) = 4869754
(-)tor-devel/Makefile (-1 / +5 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	tor
4
PORTNAME=	tor
5
DISTVERSION=	0.2.6.7
5
DISTVERSION=	0.2.7.6
6
CATEGORIES=	security net ipv6
6
CATEGORIES=	security net ipv6
7
MASTER_SITES=	TOR
7
MASTER_SITES=	TOR
8
PKGNAMESUFFIX=	-devel
8
PKGNAMESUFFIX=	-devel
Lines 47-52 Link Here
47
47
48
.include <bsd.port.options.mk>
48
.include <bsd.port.options.mk>
49
49
50
.if ${OSVERSION} < 1000000
51
WITH_OPENSSL_PORT=	yes
52
.endif
53
50
.if !defined(USE_GCC) && empty(CC:T:M*gcc4*) && \
54
.if !defined(USE_GCC) && empty(CC:T:M*gcc4*) && \
51
empty(PORT_OPTIONS:MSTATIC_TOR) && empty(ARCH:Mia64)
55
empty(PORT_OPTIONS:MSTATIC_TOR) && empty(ARCH:Mia64)
52
CONFIGURE_ARGS+=	--enable-gcc-hardening
56
CONFIGURE_ARGS+=	--enable-gcc-hardening
(-)tor-devel/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (tor-0.2.6.7.tar.gz) = 8c2be88a542ed1b22a8d3d595ec0acd0e28191de273dbcaefc64fdce92b89e6c
1
SHA256 (tor-0.2.7.6.tar.gz) = 493a8679f904503048114aca6467faef56861206bab8283d858f37141d95105d
2
SIZE (tor-0.2.6.7.tar.gz) = 3595669
2
SIZE (tor-0.2.7.6.tar.gz) = 4869754

Return to bug 205252