Update to 0.2.0.3-alpha. For changes see http://tor.eff.org/svn/trunk/ChangeLog

This commit is contained in:
Johann Franz 2007-07-30 22:47:36 +00:00 committed by Thomas Klausner
parent 623fa55d59
commit 2eae0efac2
5 changed files with 28 additions and 27 deletions

View file

@ -1,9 +1,8 @@
# $NetBSD: Makefile,v 1.10 2007/04/25 16:46:32 tnn2 Exp $
# $NetBSD: Makefile,v 1.11 2007/07/30 22:47:36 netcap Exp $
#
DISTNAME= tor-0.1.2.13
PKGREVISION= 1
PKGNAME= ${DISTNAME:S/-rc//}
DISTNAME= tor-0.2.0.3-alpha
PKGNAME= ${DISTNAME:S/-alpha//}
CATEGORIES= net security
MASTER_SITES= http://tor.eff.org/dist/
@ -63,7 +62,7 @@ post-install:
${INSTALL_DATA_DIR} ${PREFIX}/${RCD_SCRIPTS_EXAMPLEDIR}
${INSTALL_SCRIPT} ${WRKSRC}/tor.pkgsrc.rc ${PREFIX}/${RCD_SCRIPTS_EXAMPLEDIR}/tor
BUILDLINK_API_DEPENDS.libevent+= libevent>=1.1b
BUILDLINK_API_DEPENDS.libevent+= libevent>=1.2
# XXX the pkgsrc libevent builtin.mk does not detect the version of a builtin
# libevent, so we need to force use of the pkgsrc one
USE_BUILTIN.libevent= no

View file

@ -1,5 +1,6 @@
@comment $NetBSD: PLIST,v 1.1 2006/03/26 16:16:20 tvierling Exp $
@comment $NetBSD: PLIST,v 1.2 2007/07/30 22:47:36 netcap Exp $
bin/tor
bin/tor-gencert
bin/tor-resolve
bin/torify
man/man1/tor-resolve.1
@ -9,3 +10,4 @@ share/examples/rc.d/tor
share/examples/tor/tor-tsocks.conf
share/examples/tor/torrc.sample
@dirrm share/examples/tor
@dirrm etc/tor

View file

@ -1,7 +1,7 @@
$NetBSD: distinfo,v 1.7 2007/04/25 14:57:07 netcap Exp $
$NetBSD: distinfo,v 1.8 2007/07/30 22:47:36 netcap Exp $
SHA1 (tor-0.1.2.13.tar.gz) = d90a999bdce1c4abce16b31211918a755dfdcf6a
RMD160 (tor-0.1.2.13.tar.gz) = 8364e35a1b2580ff5d02081757c0550bbf13e8cb
Size (tor-0.1.2.13.tar.gz) = 1181719 bytes
SHA1 (patch-ac) = f308d9bc05875089f9e84f3b8e9c38f301eae6a6
SHA1 (patch-ad) = ae38302055ef6ad9822d72e83e3a9a7593dba10c
SHA1 (tor-0.2.0.3-alpha.tar.gz) = a0fe1da6dd7bdcd055c5fabe51e0a9b205387f76
RMD160 (tor-0.2.0.3-alpha.tar.gz) = db5f89d8bccc4f72e43a4fdbdd1fbfcc3303caea
Size (tor-0.2.0.3-alpha.tar.gz) = 1379166 bytes
SHA1 (patch-ac) = e9ff85955269a505225eb1790025852bcf23b635
SHA1 (patch-ad) = 7b1eb6a29fe420e77baa3b984d79fddbc1006ee8

View file

@ -1,13 +1,13 @@
$NetBSD: patch-ac,v 1.4 2007/02/12 18:29:35 netcap Exp $
$NetBSD: patch-ac,v 1.5 2007/07/30 22:47:36 netcap Exp $
--- contrib/Makefile.in.orig 2007-02-07 06:36:25.000000000 +0100
--- contrib/Makefile.in.orig 2007-07-30 05:41:18.000000000 +0200
+++ contrib/Makefile.in
@@ -81,8 +81,6 @@ confdir = $(sysconfdir)/tor
@@ -185,7 +185,7 @@ SUBDIRS = osx suse
DIST_SUBDIRS = osx suse
confdir = $(sysconfdir)/tor
EXTRA_DIST = exitlist tor-tsocks.conf torify.1 TorControl.py tor.nsi.in tor.sh torctl rc.subr ExerciseServer.py PathDemo.py cross.sh tor-mingw.nsi.in package_nsis-mingw.sh tor.ico
-conf_DATA = tor-tsocks.conf
-
+#conf_DATA = tor-tsocks.conf
bin_SCRIPTS = torify
man_MANS = torify.1
all: all-recursive

View file

@ -1,13 +1,13 @@
$NetBSD: patch-ad,v 1.2 2007/02/12 18:29:35 netcap Exp $
$NetBSD: patch-ad,v 1.3 2007/07/30 22:47:36 netcap Exp $
--- src/config/Makefile.in.orig 2007-02-07 06:35:47.000000000 +0100
--- src/config/Makefile.in.orig 2007-07-30 05:41:19.000000000 +0200
+++ src/config/Makefile.in
@@ -78,7 +78,7 @@ confdir = $(sysconfdir)/tor
@@ -164,7 +164,7 @@ top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
confdir = $(sysconfdir)/tor
EXTRA_DIST =
-conf_DATA = torrc.sample
+#conf_DATA = torrc.sample
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = ../../orconfig.h
CONFIG_CLEAN_FILES = torrc.sample
all: all-am
.SUFFIXES: