update tor from 0.2.4.11-alpha to 0.2.4.17-rc
This commit is contained in:
parent
703be55f5f
commit
c2f162dbb4
3 changed files with 9 additions and 10 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.41 2013/03/25 06:17:16 athaba Exp $
|
||||
# $NetBSD: Makefile,v 1.42 2013/09/11 22:09:06 athaba Exp $
|
||||
#
|
||||
|
||||
DISTNAME= tor-0.2.4.11-alpha
|
||||
DISTNAME= tor-0.2.4.17-rc
|
||||
PKGNAME= ${DISTNAME:S/-alpha//}
|
||||
CATEGORIES= net security
|
||||
MASTER_SITES= http://www.torproject.org/dist/
|
||||
|
@ -13,6 +13,7 @@ LICENSE= modified-bsd
|
|||
|
||||
.include "../../mk/bsd.prefs.mk"
|
||||
|
||||
FETCH_USING= curl
|
||||
USE_LANGUAGES= c99
|
||||
USE_PKGLOCALEDIR= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -41,8 +42,6 @@ OWN_DIRS_PERMS+= ${PKG_HOME} ${USER_GROUP} 0700
|
|||
|
||||
CONFIGURE_ARGS+= --localstatedir=${VARBASE}
|
||||
|
||||
CONF_FILES+= ${PREFIX}/share/examples/tor/tor-tsocks.conf \
|
||||
${PKG_SYSCONFDIR}/tor-tsocks.conf
|
||||
CONF_FILES+= ${PREFIX}/share/examples/tor/torrc.sample \
|
||||
${PKG_SYSCONFDIR}/torrc
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.3 2011/03/13 01:39:16 athaba Exp $
|
||||
@comment $NetBSD: PLIST,v 1.4 2013/09/11 22:09:06 athaba Exp $
|
||||
bin/tor
|
||||
bin/tor-gencert
|
||||
bin/tor-resolve
|
||||
|
@ -12,6 +12,6 @@ share/doc/tor/tor-resolve.html
|
|||
share/doc/tor/tor.html
|
||||
share/doc/tor/torify.html
|
||||
share/examples/rc.d/tor
|
||||
share/examples/tor/tor-tsocks.conf
|
||||
share/examples/tor/torrc.sample
|
||||
share/tor/geoip
|
||||
share/tor/geoip6
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.31 2013/03/25 06:17:16 athaba Exp $
|
||||
$NetBSD: distinfo,v 1.32 2013/09/11 22:09:07 athaba Exp $
|
||||
|
||||
SHA1 (tor-0.2.4.11-alpha.tar.gz) = d3149bc788681fbb8e9f8dc05dde82219304d265
|
||||
RMD160 (tor-0.2.4.11-alpha.tar.gz) = a4b19cb367a5937475b84b19387aa99733ee7710
|
||||
Size (tor-0.2.4.11-alpha.tar.gz) = 3429229 bytes
|
||||
SHA1 (tor-0.2.4.17-rc.tar.gz) = ed19e93188d620e1a5bca0e6c243ef5941490c05
|
||||
RMD160 (tor-0.2.4.17-rc.tar.gz) = 4dbcc8e2d4e3b9ebe32f41ce8083e8521ad5a349
|
||||
Size (tor-0.2.4.17-rc.tar.gz) = 2825527 bytes
|
||||
|
|
Loading…
Reference in a new issue