Update tor to 0.2.0.19-alpha.
Changes in version 0.2.0.19-alpha - 2008-02-09 Tor 0.2.0.19-alpha makes more progress towards normalizing Tor's TLS handshake, makes path selection for relays more secure and IP address guessing more robust, and generally fixes a lot of bugs in preparation for calling the 0.2.0 branch stable. Changes in version 0.2.0.18-alpha - 2008-01-25 Tor 0.2.0.18-alpha adds a sixth v3 directory authority run by CCC, fixes a big memory leak in 0.2.0.17-alpha, and adds new config options that can warn or reject connections to ports generally associated with vulnerable-plaintext protocols. Changes in version 0.2.0.17-alpha - 2008-01-17 Tor 0.2.0.17-alpha makes the tarball build cleanly again (whoops). Changes in version 0.2.0.16-alpha - 2008-01-17 Tor 0.2.0.16-alpha adds a fifth v3 directory authority run by Karsten Loesing, and generally cleans up a lot of features and minor bugs.
This commit is contained in:
parent
da918af88a
commit
711fed9eca
2 changed files with 9 additions and 9 deletions
10
tor/Makefile
10
tor/Makefile
|
@ -1,9 +1,9 @@
|
|||
# $NetBSD: Makefile,v 1.18 2008/01/18 04:30:17 tnn2 Exp $
|
||||
# $NetBSD: Makefile,v 1.19 2008/02/13 17:41:45 netcap Exp $
|
||||
#
|
||||
|
||||
DISTNAME= tor-0.2.0.15-alpha
|
||||
DISTNAME= tor-0.2.0.19-alpha
|
||||
PKGNAME= ${DISTNAME:S/-alpha//}
|
||||
PKGREVISION= 1
|
||||
#PKGREVISION= 1
|
||||
CATEGORIES= net security
|
||||
MASTER_SITES= http://tor.eff.org/dist/
|
||||
|
||||
|
@ -43,9 +43,9 @@ OWN_DIRS_PERMS+= ${PKG_HOME} ${USER_GROUP} 0700
|
|||
CONFIGURE_ARGS+= --localstatedir=${VARBASE:Q}
|
||||
|
||||
CONF_FILES+= ${PREFIX}/share/examples/tor/tor-tsocks.conf \
|
||||
${PKG_SYSCONFDIR}/tor/tor-tsocks.conf
|
||||
${PKG_SYSCONFDIR}/tor-tsocks.conf
|
||||
CONF_FILES+= ${PREFIX}/share/examples/tor/torrc.sample \
|
||||
${PKG_SYSCONFDIR}/tor/torrc
|
||||
${PKG_SYSCONFDIR}/torrc
|
||||
|
||||
FILES_SUBST+= PKG_HOME=${PKG_HOME:Q}
|
||||
FILES_SUBST+= TOR_USER=${TOR_USER:Q} TOR_GROUP=${TOR_GROUP:Q}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.14 2007/12/29 18:17:25 netcap Exp $
|
||||
$NetBSD: distinfo,v 1.15 2008/02/13 17:41:45 netcap Exp $
|
||||
|
||||
SHA1 (tor-0.2.0.15-alpha.tar.gz) = 00fd5b2a8a05f1a8a08af6a48128281ea6997276
|
||||
RMD160 (tor-0.2.0.15-alpha.tar.gz) = 83eb2b79923962762902fede37dcfcc66fab6224
|
||||
Size (tor-0.2.0.15-alpha.tar.gz) = 1506328 bytes
|
||||
SHA1 (tor-0.2.0.19-alpha.tar.gz) = f51d35ca000bcf690c9b4840bd4da2605ad439c0
|
||||
RMD160 (tor-0.2.0.19-alpha.tar.gz) = da151f3a5f3b310d39583fe25eabc1f5e648eb0e
|
||||
Size (tor-0.2.0.19-alpha.tar.gz) = 1532994 bytes
|
||||
SHA1 (patch-ac) = 46d3d1c608e30adceedb3ba857262dbf1a701bca
|
||||
SHA1 (patch-ad) = a696036d1819d7cd6fde0be2ba88712fbbd2843a
|
||||
|
|
Loading…
Reference in a new issue