update to 0.2.3.9-alpha; update and sort MASTER_SITES

Feature safe:	yes
This commit is contained in:
Brendan Fabeny 2011-12-09 14:50:59 +00:00
parent e60ce3883d
commit a55a9be5de
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=287118
2 changed files with 27 additions and 6 deletions

View File

@ -6,14 +6,18 @@
#
PORTNAME= tor
DISTVERSION= 0.2.3.8-alpha
DISTVERSION= 0.2.3.9-alpha
CATEGORIES= security net ipv6
MASTER_SITES= https://www.torproject.org/dist/ \
ftp://ftp.bit.nl/mirror/tor/ \
ftp://ftp.fodt.it/pub/mirror/tor/dist/ \
ftp://key-server.org/tor/dist/ \
http://cyberside.net.ee/tor/ \
http://mirrors.chaos-darmstadt.de/tor-mirror/dist/ \
http://ftp.bit.nl/mirror/tor/ \
http://mirror.host4site.co.il/torproject.org/dist/ \
http://mirror.open-networx.org/torproject.org/dist/ \
http://mirror.tor.hu/dist/ \
http://mirrors.chaos-darmstadt.de/tor-mirror/dist/ \
http://onion.anonymo.us.org/dist/ \
http://theonionrouter.com/dist/ \
http://tor.amorphis.eu/dist/ \
@ -22,17 +26,27 @@ MASTER_SITES= https://www.torproject.org/dist/ \
http://tor.blingblingsquad.net/dist/ \
http://tor.ccc.de/dist/ \
http://tor.cyberarmy.at/dist/ \
http://tor.factor.cc/dist/ \
http://tor.fodt.it/dist/ \
http://tor.freie-re.de/dist/ \
http://tor.homosu.net/dist/ \
http://tor.idnr.ws/dist/ \
http://tor.kamagurka.org/dist/ \
http://tor.key-server.org/dist/ \
http://tor.searchprivate.com/dist/ \
http://tor.taiga-san.net/dist/ \
http://tor.webersiedlung.at/dist/ \
http://tor.vesta.nu/dist/ \
http://tordistua.reactor-xg.kiev.ua/ \
http://torproj.xpdm.us/dist/ \
https://torproject.antagonism.org/dist/ \
https://torproject.crypto.is/dist/ \
http://torproject.is/dist/ \
http://torproject.nwlinux.us/dist/ \
http://www.torproject.org.in/dist/ \
http://torua.reactor-xg.kiev.ua/dist/ \
https://www.coevoet.nl/tor/dist/ \
http://www.oignon.net/dist/ \
http://www.torproject.nl/dist/ \
http://www.torproject.org.in/dist/ \
http://www.torproject.org.nyud.net/dist/ \
http://www.torproject.us/dist/ \
http://www.torservers.net/mirrors/torproject.org/dist/
@ -59,6 +73,7 @@ OPTIONS= BUFFEREVENTS "use libevent's buffered IO" off \
STATIC_TOR "build a static tor" off \
TCMALLOC "use the tcmalloc memory allocation library" off \
THREADS "multi-threading support" on \
TOR2WEB "faster but non-anonymous hidden services" off \
TRANSPARENT "transparent proxy support" on
USE_OPENSSL= yes
@ -145,6 +160,10 @@ CFLAGS+= ${PTHREAD_CFLAGS}
CONFIGURE_ARGS+= --disable-threads
.endif
.if defined(WITH_TOR2WEB)
CONFIGURE_ARGS+= --enable-tor2web-mode
.endif
.if defined(WITH_TRANSPARENT)
CONFIGURE_ARGS+= --enable-transparent
.else
@ -177,8 +196,10 @@ post-install:
${CHMOD} -R 700 /var/db/tor
${CAT} ${PKGMESSAGE}
.if !defined(WITH_TOR2WEB)
check regression-test test: build
@( cd ${BUILD_WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} \
${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check )
.endif
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (tor-0.2.3.8-alpha.tar.gz) = b7c40f5f4fbd0a42b6863c29a69cc7b06d9e1cc9609f934a550f2019426d8dc4
SIZE (tor-0.2.3.8-alpha.tar.gz) = 2909997
SHA256 (tor-0.2.3.9-alpha.tar.gz) = 91cb2403860eb43e466a35a45d7d741e901ddb9c8be42317bc9013fa1927c04d
SIZE (tor-0.2.3.9-alpha.tar.gz) = 2954904