aboutsummaryrefslogtreecommitdiff
path: root/security/tor-devel
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-04-30 21:02:44 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-04-30 21:02:44 +0000
commit8ff604a26b61988a318e4e93f66b7e010ee9ca00 (patch)
tree98fe4534a330dcd9f8007ef6f84675320ce705b5 /security/tor-devel
parent75d6a268d81f894d6cffbf93e8e3db43c1efb8f3 (diff)
Notes
Diffstat (limited to 'security/tor-devel')
-rw-r--r--security/tor-devel/Makefile9
-rw-r--r--security/tor-devel/distinfo6
-rw-r--r--security/tor-devel/pkg-install2
3 files changed, 5 insertions, 12 deletions
diff --git a/security/tor-devel/Makefile b/security/tor-devel/Makefile
index 9a33a38ba2e9..45488626c030 100644
--- a/security/tor-devel/Makefile
+++ b/security/tor-devel/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= tor
-DISTVERSION= 0.2.1.13-alpha
+DISTVERSION= 0.2.1.14-rc
CATEGORIES= security net ipv6
MASTER_SITES= http://www.torproject.org/dist/ \
http://tor.cypherpunks.at/dist/ \
@@ -27,7 +27,6 @@ CPPFLAGS+= -I${LOCALBASE}/include
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
OPTIONS= BUFFREELISTS "freelists for buffer RAM" on \
- CELLPOOL "memory pool allocator for cells" on \
GEOIP "track country data" off \
INSTR_DOWNLOADS "instrument downloads for analysis" off \
TCMALLOC "use the tcmalloc memory allocation library" off \
@@ -51,12 +50,6 @@ CONFIGURE_ARGS+= --enable-buf-freelists
CONFIGURE_ARGS+= --disable-buf-freelists
.endif
-.if defined(WITH_CELLPOOL)
-CONFIGURE_ARGS+= --enable-cell-pool
-.else
-CONFIGURE_ARGS+= --disable-cell-pool
-.endif
-
.if defined(WITH_GEOIP)
CONFIGURE_ARGS+= --enable-geoip-stats
.else
diff --git a/security/tor-devel/distinfo b/security/tor-devel/distinfo
index c987a5191643..86abacbc96a3 100644
--- a/security/tor-devel/distinfo
+++ b/security/tor-devel/distinfo
@@ -1,3 +1,3 @@
-MD5 (tor-0.2.1.13-alpha.tar.gz) = eb229b45b23bdf24a7a150332b3c526e
-SHA256 (tor-0.2.1.13-alpha.tar.gz) = 4085fd13c92bd2fbdb0288b0fa6fd2a5eda91aeca70e35091c345932814210d9
-SIZE (tor-0.2.1.13-alpha.tar.gz) = 2373068
+MD5 (tor-0.2.1.14-rc.tar.gz) = 4eedbcf43141895be9d3fb2796887e45
+SHA256 (tor-0.2.1.14-rc.tar.gz) = 8259b6a29d7281ebe38de3f72cdd9a150e743c6317b7de4c8a048dde6f2ce255
+SIZE (tor-0.2.1.14-rc.tar.gz) = 2389014
diff --git a/security/tor-devel/pkg-install b/security/tor-devel/pkg-install
index f6f1cae43445..8f81c408d6ed 100644
--- a/security/tor-devel/pkg-install
+++ b/security/tor-devel/pkg-install
@@ -29,7 +29,7 @@ PRE-INSTALL)
echo "You already have a user \"${USER}\", so I will use it."
else
if pw useradd ${USER} -u ${UID} -g ${GROUP} -h - \
- -d /var/db/tor -c "Tor Daemon" -s /bin/sh
+ -d /var/db/tor -c "Tor Daemon" -s /sbin/nologin
then
echo "Added user \"${USER}\"."
else