aboutsummaryrefslogtreecommitdiff
path: root/security/trans-proxy-tor
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2006-07-22 19:17:00 +0000
committerMartin Wilke <miwi@FreeBSD.org>2006-07-22 19:17:00 +0000
commitbd33ab22e740526af7f4aae9d1efb0013dc31147 (patch)
tree80c171b58fd4212e3ba0222d2292102be12c0c85 /security/trans-proxy-tor
parentf9643893c60f4683576c20d73d17985d44ff9b18 (diff)
downloadports-bd33ab22e740526af7f4aae9d1efb0013dc31147.tar.gz
ports-bd33ab22e740526af7f4aae9d1efb0013dc31147.zip
Notes
Diffstat (limited to 'security/trans-proxy-tor')
-rw-r--r--security/trans-proxy-tor/Makefile2
-rw-r--r--security/trans-proxy-tor/distinfo6
-rw-r--r--security/trans-proxy-tor/files/patch-lazy-day15
-rw-r--r--security/trans-proxy-tor/pkg-descr2
4 files changed, 13 insertions, 12 deletions
diff --git a/security/trans-proxy-tor/Makefile b/security/trans-proxy-tor/Makefile
index a18c460dc03a..9f0a1ddd4f8f 100644
--- a/security/trans-proxy-tor/Makefile
+++ b/security/trans-proxy-tor/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= trans-proxy-tor
-PORTVERSION= 0.0.9
+PORTVERSION= 0.1.0
CATEGORIES= security net
MASTER_SITES= http://p56soo2ibjkx23xo.onion/ \
http://www.fabiankeil.de/sourcecode/freebsd/
diff --git a/security/trans-proxy-tor/distinfo b/security/trans-proxy-tor/distinfo
index e8f738117246..27da0c141876 100644
--- a/security/trans-proxy-tor/distinfo
+++ b/security/trans-proxy-tor/distinfo
@@ -1,3 +1,3 @@
-MD5 (trans-proxy-tor-0.0.9.tar.gz) = b023f2a01dbcaa4334c05a0b9903044a
-SHA256 (trans-proxy-tor-0.0.9.tar.gz) = 02bc0b1b897c57f488edeccd5bb68fd81f04ef5e8f3323af1471d74452e75697
-SIZE (trans-proxy-tor-0.0.9.tar.gz) = 25553
+MD5 (trans-proxy-tor-0.1.0.tar.gz) = 8466ce417405a60394c22bdc2b837d43
+SHA256 (trans-proxy-tor-0.1.0.tar.gz) = 876b6ff00cc2b60e432ffd19aae09e0fcf509ae11977b1ac73894052e9946717
+SIZE (trans-proxy-tor-0.1.0.tar.gz) = 25752
diff --git a/security/trans-proxy-tor/files/patch-lazy-day b/security/trans-proxy-tor/files/patch-lazy-day
index ef051d18ebb3..aeed6c7b22d0 100644
--- a/security/trans-proxy-tor/files/patch-lazy-day
+++ b/security/trans-proxy-tor/files/patch-lazy-day
@@ -1,9 +1,9 @@
---- trans-proxy-tor.orig Sun Jun 11 04:33:35 2006
-+++ trans-proxy-tor Sun Jun 11 16:48:35 2006
-@@ -119,9 +119,20 @@
+--- trans-proxy-tor.orig Wed Jun 21 03:17:50 2006
++++ trans-proxy-tor Thu Jun 22 14:53:59 2006
+@@ -121,9 +121,21 @@
BEGIN {
- if ($^O =~ /^(?:open|free)bsd\z/) {
+ if ($^O =~ /^(?:open|net|free)bsd\z/) {
- require 'sys/ioctl.ph';
- require 'netinet/in.ph';
- require 'net/pfvar.ph';
@@ -21,12 +21,13 @@
+# require 'sys/ioctl.ph';
+# require 'netinet/in.ph';
+# require 'net/pfvar.ph';
++
*_get_original_destination = \&_get_original_destination_pf;
if ($^O eq 'openbsd') {
sysopen $Pf, '/dev/pf', O_RDONLY
-@@ -159,9 +170,9 @@
- my %pnl;
- $pnl{$_} = 0 for @pfioc_natlook;
+@@ -159,9 +171,9 @@
+
+ my %pnl = map { $_ => 0 } @pfioc_natlook;
- $pnl{direction} = PF_OUT();
+ $pnl{direction} = 2; #PF_OUT();
diff --git a/security/trans-proxy-tor/pkg-descr b/security/trans-proxy-tor/pkg-descr
index e4a5750854ef..836d549b474a 100644
--- a/security/trans-proxy-tor/pkg-descr
+++ b/security/trans-proxy-tor/pkg-descr
@@ -11,7 +11,7 @@ Using trans-proxy-tor makes anonymous
net usage a lot easier, as you no longer
have to configure every program for itself.
-WWW: http://http://p56soo2ibjkx23xo.onion/
+WWW: http://p56soo2ibjkx23xo.onion/
(Hidden service, only accessible through Tor)
Author: tup <tup at mailvault.com>
License: None (trans-proxy-tor is in the public domain)