aboutsummaryrefslogtreecommitdiff
path: root/security/tor-devel
diff options
context:
space:
mode:
authorBrendan Fabeny <bf@FreeBSD.org>2014-07-01 21:05:13 +0000
committerBrendan Fabeny <bf@FreeBSD.org>2014-07-01 21:05:13 +0000
commit81ad2ee85c456a35b8307e4d056764ebdc1f98f7 (patch)
tree09aefd82069e054f6dcc6d144b4bf4fcd782b2a7 /security/tor-devel
parent0a91dea7544ade6cf3fab2745a46f08ddb49bd75 (diff)
downloadports-81ad2ee85c456a35b8307e4d056764ebdc1f98f7.tar.gz
ports-81ad2ee85c456a35b8307e4d056764ebdc1f98f7.zip
Notes
Diffstat (limited to 'security/tor-devel')
-rw-r--r--security/tor-devel/Makefile14
-rw-r--r--security/tor-devel/distinfo4
2 files changed, 12 insertions, 6 deletions
diff --git a/security/tor-devel/Makefile b/security/tor-devel/Makefile
index 1355df5d981f..bb76da3c3775 100644
--- a/security/tor-devel/Makefile
+++ b/security/tor-devel/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= tor
-DISTVERSION= 0.2.5.4-alpha
-PORTREVISION= 1
+DISTVERSION= 0.2.5.5-alpha
CATEGORIES= security net ipv6
MASTER_SITES= TOR
PKGNAMESUFFIX= -devel
@@ -21,18 +20,19 @@ CONFIGURE_ENV= TOR_CPPFLAGS_libevent="-I${LOCALBASE}/include/event2 -I${LOCALBAS
TOR_LDFLAGS_libevent="-L${LOCALBASE}/lib/event2" \
TOR_LIBEVENT_LIBS="${TOR_LIBEVENT_LIBS}"
-OPTIONS_DEFINE= BUFFEREVENTS BUFFREELISTS INSTR_DOWNLOADS \
+OPTIONS_DEFINE= BUFFEREVENTS BUFFREELISTS INSTR_DOWNLOADS MEMPOOLS \
STATIC_TOR TCMALLOC THREADS TOR2WEB TRANSPARENT
BUFFEREVENTS_DESC= Use libevent's buffered IO
BUFFREELISTS_DESC= Freelists for buffer RAM
INSTR_DOWNLOADS_DESC= Instrument downloads for analysis
+MEMPOOLS_DESC= Mempools for relay cells
STATIC_TOR_DESC= Build a static tor
TCMALLOC_DESC= Use the tcmalloc memory allocation library
TOR2WEB_DESC= Faster but non-anonymous hidden services
TRANSPARENT_DESC= Transparent proxy support
-OPTIONS_DEFAULT= BUFFREELISTS THREADS TRANSPARENT
+OPTIONS_DEFAULT= THREADS TRANSPARENT
USE_OPENSSL= yes
@@ -73,6 +73,12 @@ CONFIGURE_ARGS+= --enable-instrument-downloads
CONFIGURE_ARGS+= --disable-instrument-downloads
.endif
+.if ${PORT_OPTIONS:MMEMPOOLS}
+CONFIGURE_ARGS+= --enable-mempools
+.else
+CONFIGURE_ARGS+= --disable-mempools
+.endif
+
.if ${PORT_OPTIONS:MSTATIC_TOR}
BUILD_DEPENDS += ${LOCALBASE}/lib/event2/libevent.a:${PORTSDIR}/devel/libevent2
CONFIGURE_ARGS+= --enable-static-tor --with-libevent-dir=${LOCALBASE}/lib/event2 \
diff --git a/security/tor-devel/distinfo b/security/tor-devel/distinfo
index c96ad08ff2d6..036719284c52 100644
--- a/security/tor-devel/distinfo
+++ b/security/tor-devel/distinfo
@@ -1,2 +1,2 @@
-SHA256 (tor-0.2.5.4-alpha.tar.gz) = 92ec86e009cc859a3e18fcf286d8699fa393fb08047aab37295e22ea62a5219d
-SIZE (tor-0.2.5.4-alpha.tar.gz) = 3074918
+SHA256 (tor-0.2.5.5-alpha.tar.gz) = 783a81fb91cbe3d31d89f1f389e59e4d874467f085df982a5a5a0e3e8bceae64
+SIZE (tor-0.2.5.5-alpha.tar.gz) = 3153261