- Update to 2.2.10-alpha
This commit is contained in:
parent
d79a0fc241
commit
97782c3822
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=250844
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= tor
|
||||
DISTVERSION= 0.2.2.8-alpha
|
||||
DISTVERSION= 0.2.2.10-alpha
|
||||
CATEGORIES= security net ipv6
|
||||
MASTER_SITES= http://www.torproject.org/dist/ \
|
||||
http://tor.cypherpunks.at/dist/ \
|
||||
@ -24,7 +24,7 @@ LIB_DEPENDS= event-1.4:${PORTSDIR}/devel/libevent
|
||||
GNU_CONFIGURE= yes
|
||||
USE_OPENSSL= yes
|
||||
WITH_OPENSSL_PORT= yes
|
||||
CONFIGURE_ARGS+= --with-openssl-dir="${OPENSSLBASE}"
|
||||
CONFIGURE_ARGS+= --with-openssl-dir="${OPENSSLBASE}" --disable-asciidoc
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
@ -41,9 +41,6 @@ SUB_FILES= pkg-message
|
||||
|
||||
CONFLICTS= tor-[0-9]*
|
||||
|
||||
MANCOMPRESSED= no
|
||||
MAN1= tor.1 tor-resolve.1 torify.1 tor-gencert.1
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(WITH_BUFFREELISTS)
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (tor-0.2.2.8-alpha.tar.gz) = f91adf1ea08ad17ff61d63d001c4b7a4
|
||||
SHA256 (tor-0.2.2.8-alpha.tar.gz) = e041761d37a7f8eefc173e1c735d314b0f3deb51ba173e1907b753920ec19bfc
|
||||
SIZE (tor-0.2.2.8-alpha.tar.gz) = 2484568
|
||||
MD5 (tor-0.2.2.10-alpha.tar.gz) = e2576c3c355b1c6830c91fb0643f06be
|
||||
SHA256 (tor-0.2.2.10-alpha.tar.gz) = 839c1bfabde240985a60261173adc34c49f69e48816088cfa44d8dde200213e6
|
||||
SIZE (tor-0.2.2.10-alpha.tar.gz) = 2301340
|
||||
|
@ -4,6 +4,7 @@ bin/tor-resolve
|
||||
bin/torify
|
||||
etc/tor/tor-tsocks.conf.sample
|
||||
etc/tor/torrc.sample
|
||||
share/tor/geoip
|
||||
@dirrm share/tor
|
||||
%%DATADIR%%/geoip
|
||||
@dirrm %%DATADIR%%
|
||||
@dirrm %%DOCSDIR%%
|
||||
@dirrm etc/tor
|
||||
|
Loading…
Reference in New Issue
Block a user