[Midnightbsd-cvs] mports: security/tor: update to 0.2.0.34

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Mar 18 00:23:33 EDT 2009


Log Message:
-----------
update to 0.2.0.34

Modified Files:
--------------
    mports/security/tor:
        Makefile (r1.4 -> r1.5)
        distinfo (r1.3 -> r1.4)
        pkg-plist (r1.1 -> r1.2)

-------------- next part --------------
Index: pkg-plist
===================================================================
RCS file: /home/cvs/mports/security/tor/pkg-plist,v
retrieving revision 1.1
retrieving revision 1.2
diff -L security/tor/pkg-plist -L security/tor/pkg-plist -u -r1.1 -r1.2
--- security/tor/pkg-plist
+++ security/tor/pkg-plist
@@ -1,6 +1,9 @@
 bin/tor
+bin/tor-gencert
 bin/tor-resolve
 bin/torify
 etc/tor/tor-tsocks.conf.sample
 etc/tor/torrc.sample
+share/tor/geoip
+ at dirrm share/tor
 @dirrm etc/tor
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/security/tor/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -L security/tor/Makefile -L security/tor/Makefile -u -r1.4 -r1.5
--- security/tor/Makefile
+++ security/tor/Makefile
@@ -3,14 +3,16 @@
 # Whom:					Lucas Holt <luke at midnightbsd.org>
 #
 # $MidnightBSD$
-#
 
 PORTNAME=	tor
-PORTVERSION=	0.1.2.19
-PORTREVISION=	1
+PORTVERSION=	0.2.0.34
 CATEGORIES=	security net
 MASTER_SITES=	http://www.torproject.org/dist/ \
-		http://mirror.onionland.org/dist/
+		http://tor.cypherpunks.at/dist/ \
+		http://tor.depthstrike.com/dist/ \
+		http://tor.boinc.ch/dist/ \
+		http://tor.anonymity.cn/dist/
+
 DISTNAME=	${PORTNAME}-${PORTVERSION}
 
 MAINTAINER=	ports at MidnightBSD.org
@@ -23,7 +25,7 @@
 GNU_CONFIGURE=	yes
 USE_OPENSSL=	yes
 
-OPTIONS=	EVENTDNS "asynchronous DNS module" on \
+OPTIONS=	\
 		THREADS "multi-threading support" on \
 		TRANSPARENT "transparent proxy support" on \
 		VIDALIA "Vidalia graphical Tor controller" off
@@ -32,19 +34,13 @@
 SUB_FILES=	pkg-message
 
 MANCOMPRESSED=	no
-MAN1=		tor.1 tor-resolve.1 torify.1
+MAN1=		tor.1 tor-resolve.1 torify.1 tor-gencert.1
 
 .include <bsd.port.pre.mk>
 
 CONFIGURE_ENV+=	CPPFLAGS+=-I{LOCALBASE}/include \
 		LDFLAGS+=-L{LOCALBASE}/lib
 
-.if defined(WITH_EVENTDNS)
-CONFIGURE_ARGS+=	--enable-eventdns
-.else
-CONFIGURE_ARGS+=	--disable-eventdns
-.endif
-
 .if defined(WITH_THREADS)
 CONFIGURE_ARGS+=	--enable-threads
 CONFIGURE_ENV+=	LDFLAGS+={PTHREAD_LIBS}
Index: distinfo
===================================================================
RCS file: /home/cvs/mports/security/tor/distinfo,v
retrieving revision 1.3
retrieving revision 1.4
diff -L security/tor/distinfo -L security/tor/distinfo -u -r1.3 -r1.4
--- security/tor/distinfo
+++ security/tor/distinfo
@@ -1,3 +1,3 @@
-MD5 (tor-0.1.2.19.tar.gz) = 4b3f9963b843010af5aa3bd6266d11e0
-SHA256 (tor-0.1.2.19.tar.gz) = 7e57198a0858f5ba8651d75225248c85b619e905f0ff4dbb45fffa2d03a1aa61
-SIZE (tor-0.1.2.19.tar.gz) = 1264275
+MD5 (tor-0.2.0.34.tar.gz) = f20011be23d5a76988233df12c346f41
+SHA256 (tor-0.2.0.34.tar.gz) = 1bb19bcc52d365b47dd0e7bc06e3208786447a1cf759d6595c516a0f0cde3cb2
+SIZE (tor-0.2.0.34.tar.gz) = 2170871


More information about the Midnightbsd-cvs mailing list