[or-cvs] onion proxy now speaks socks4a
Roger Dingledine
arma at seul.org
Sun Sep 22 11:09:09 UTC 2002
Update of /home/or/cvsroot/src
In directory moria.seul.org:/home/arma/work/onion/cvs/src
Modified Files:
Makefile.am
Log Message:
onion proxy now speaks socks4a
httpap is obsolete; we support privoxy directly now!
smtpap is obsolete; need to find a good socks4a-enabled smtp proxy/client
I dub thee 0.0.1.
Index: Makefile.am
===================================================================
RCS file: /home/or/cvsroot/src/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Makefile.am 22 Jul 2002 04:07:57 -0000 1.3
+++ Makefile.am 22 Sep 2002 11:09:07 -0000 1.4
@@ -1,7 +1,7 @@
# leave in dependency order, since common must be built first
-SUBDIRS = common smtpap orkeygen httpap or
-DIST_SUBDIRS = common smtpap orkeygen httpap or
+SUBDIRS = common orkeygen or
+DIST_SUBDIRS = common orkeygen or
EXTRA_DIST = config
More information about the tor-commits
mailing list