It is new generation TSOCKS. Torsocks allows you to use most socks-friendly applications in a safe way with Tor. It ensures that DNS requests are handled safely and explicitly rejects UDP traffic from the application you're using. The first release of torsocks contained the following enhancements: -Torifying reverse dns requests through gethostbyaddr() -Blocking of UDP traffic from sendto() and its variants. -Use of Tor-friendly defaults if no configuration file available. -The addition of all RFC defined private address ranges to the -default configuration. WWW: http://code.google.com/p/torsocks/ AUTHOR: Robert Hogan <robert@roberthogan.net> Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it.
Responsible Changed From-To: miwi->beat beat want to play with this.
State Changed From-To: open->feedback Port fails to build on tinderbox. Ask for submitter fix. Tinderbox logs: http://people.freebsd.org/~beat/logs/131653/
Hi! >Why: Port fails to build on tinderbox. Ask for submitter fix. Tinderbox logs: >http://people.freebsd.org/~beat/logs/131653/ Fixed. View attached fixed ports file - torsocks_fixed.shar Thanks! -- Best regards, Andrei V. Lavreniyuk.
State Changed From-To: feedback->open Submitter has fixed.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, I changed some things in your torsocks port: - - PORTREVISION removed - - USE_AUTOTOOLS autoheader and automake removed - - AUTOMAKE_ARGS. CONFIGURE_ENV, CPPFLAGS and LDFLAGS removed - - GNU_CONFIGURE, USE_GZIP, WRKSRC and CONFIGURE_ARGS removed - - Add usewithtor.1 to MAN1 - - Add an OPTIONS menu - - Add BROKEN message if WITH_SOCKSDNS is defined and WITH_HOSTNAMES is not set - - Change knobs to options in ECHO_MSGs - - Change patch-Makefile.am that libs were installed in lib/ instead of lib/torsocks - - Symlinks and conflict with tsocks removed - - Use REINPLACE_CMD instead of patch-daed_pool - - Move pkg-message into files and set SUB_FILES - - Shortened pkg-descr - - pkg-plist: bin/usewithtor added, lib/torsocks/* removed and make usage of PORTEXAMPLES and PORTDOCS for directories - - Make usage of GOOGLE_CODE macro in MASTER_SITES You will find the modified shar file here: http://people.freebsd.org/~beat/patches/131653-torsocks.shar Could you please review and approve the changes. Thanks, Beat -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.10 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkmqryQACgkQQMW893dCSdvOBwCfbgeoh/NCphqspstOz3VqD5oE n/UAn3z3NnHWHUVjg91YX7Xv94rko4NA =+w14 -----END PGP SIGNATURE-----
Hi, >I changed some things in your torsocks port: Big thanks! >You will find the modified shar file here: >http://people.freebsd.org/~beat/patches/131653-torsocks.shar >Could you please review and approve the changes. Thanks. I'm approve the changes. I changed some things in torsocks port: - - New patch-torsocks.in (correct path lib/ instead of lib/torsocks) View attached file - 131653-torsocks.shar -- Best regards, Andrei V. Lavreniyuk.
beat 2009-03-08 13:57:27 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/torsocks Makefile distinfo pkg-descr pkg-plist net/torsocks/files patch-Makefile.am patch-configure.in patch-torsocks.in patch-tsocks.c patch-usewithtor.in pkg-message.in Log: It is new generation of TSOCKS. Torsocks allows you to use most socks-friendly applications in a safe way with Tor. It ensures that DNS requests are handled safely and explicitly rejects UDP traffic from the application you're using. WWW: http://code.google.com/p/torsocks/ PR: ports/131653 Submitted by: Andrei Lavreniyuk <andy.lavr AT gmail.com> Approved by: miwi (mentor) Revision Changes Path 1.2083 +1 -0 ports/net/Makefile 1.1 +128 -0 ports/net/torsocks/Makefile (new) 1.1 +3 -0 ports/net/torsocks/distinfo (new) 1.1 +21 -0 ports/net/torsocks/files/patch-Makefile.am (new) 1.1 +70 -0 ports/net/torsocks/files/patch-configure.in (new) 1.1 +37 -0 ports/net/torsocks/files/patch-torsocks.in (new) 1.1 +11 -0 ports/net/torsocks/files/patch-tsocks.c (new) 1.1 +16 -0 ports/net/torsocks/files/patch-usewithtor.in (new) 1.1 +12 -0 ports/net/torsocks/files/pkg-message.in (new) 1.1 +8 -0 ports/net/torsocks/pkg-descr (new) 1.1 +12 -0 ports/net/torsocks/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed New port added. Thanks!