2014-10-05 15:29:20 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.74 2014/10/05 19:29:20 pascal Exp $
|
2004-09-26 06:06:29 -04:00
|
|
|
|
2007-07-23 12:34:22 -04:00
|
|
|
COMMENT= anonymity service using onion routing
|
2004-09-26 06:06:29 -04:00
|
|
|
|
2014-09-27 13:16:00 -04:00
|
|
|
DISTNAME= tor-0.2.4.24
|
2014-10-05 15:29:20 -04:00
|
|
|
REVISION= 0
|
2004-09-26 06:06:29 -04:00
|
|
|
CATEGORIES= net
|
2013-09-11 11:57:36 -04:00
|
|
|
HOMEPAGE= https://www.torproject.org/
|
2004-09-26 06:06:29 -04:00
|
|
|
|
2011-09-07 03:55:41 -04:00
|
|
|
MAINTAINER= Pascal Stumpf <Pascal.Stumpf@cubes.de>
|
2005-05-03 05:23:42 -04:00
|
|
|
|
2004-09-26 06:06:29 -04:00
|
|
|
# BSD
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
2011-12-16 15:08:50 -05:00
|
|
|
|
|
|
|
WANTLIB += c crypto event m pthread ssl z
|
2004-09-26 06:06:29 -04:00
|
|
|
|
2013-09-11 11:57:36 -04:00
|
|
|
MASTER_SITES= https://www.torproject.org/dist/
|
2004-09-26 06:06:29 -04:00
|
|
|
|
2005-01-03 17:03:00 -05:00
|
|
|
CONFIGURE_STYLE=gnu
|
2014-10-05 15:29:20 -04:00
|
|
|
AUTOCONF_VERSION = 2.69
|
Update to new major release, Tor 0.2.3.25.
Tor 0.2.3.25, the first stable release in the 0.2.3 branch, features
significantly reduced directory overhead (via microdescriptors),
enormous crypto performance improvements for fast relays on new
enough hardware, a new v3 TLS handshake protocol that can better
resist fingerprinting, support for protocol obfuscation plugins (aka
pluggable transports), better scalability for hidden services, IPv6
support for bridges, performance improvements like allowing clients
to skip the first round-trip on the circuit ("optimistic data") and
refilling token buckets more often, a new "stream isolation" design
to isolate different applications on different circuits, and many
stability, security, and privacy fixes.
Also kill unneeded pthread patch.
Tested by dhill & dcoppa@.
ok dcoppa@
2012-11-22 13:37:32 -05:00
|
|
|
# PIE is already taken care of on a per-arch basis, and we have stack protection
|
|
|
|
# anyway on FRAME_GROWS_DOWN archs.
|
|
|
|
CONFIGURE_ARGS= --with-ssl-dir=/usr \
|
|
|
|
--disable-gcc-hardening
|
2005-01-03 17:03:00 -05:00
|
|
|
|
2006-09-20 18:06:36 -04:00
|
|
|
DB_DIR= /var/tor
|
2011-09-17 06:39:26 -04:00
|
|
|
SUBST_VARS+= DB_DIR
|
2006-09-20 18:06:36 -04:00
|
|
|
|
2008-01-04 12:48:33 -05:00
|
|
|
FAKE_FLAGS= sysconfdir=${PREFIX}/share/examples
|
2004-09-26 06:06:29 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|