Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/net
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv23806

Added Files:
        iodine.info iodine.patch 
Log Message:
Add Iodine, the software that tunnels IPv4 data through DNS servers


--- NEW FILE: iodine.patch ---
diff -Nurd iodine-0.6.0-rc1/src/client.c iodine-0.6.0-rc1-hack/src/client.c
--- iodine-0.6.0-rc1/src/client.c       2010-02-08 17:50:45.000000000 +0100
+++ iodine-0.6.0-rc1-hack/src/client.c  2012-12-26 23:27:03.000000000 +0100
@@ -1484,6 +1484,7 @@
                /*XXX START adjust indent 1 tab back*/
                        if (read > 0) {
                                int netmask;
+                               printf(stderr, "Got handshake: %s\n", in);
                                if (strncmp("LNAK", in, 4) == 0) {
                                        fprintf(stderr, "Bad password\n");
                                        return 1;

--- NEW FILE: iodine.info ---
Package: iodine
Version: 0.6.0-rc1
Revision: 2
Source: http://code.kryo.se/%n/%n-%v.tar.gz
Source-MD5: a15bb4faba020d217016fde6e231074a
PatchFile: iodine.patch
PatchFile-MD5: 51bc9bb6b98d8ca8e15f6c780e7a3f3f
PatchScript: <<
%{default_script}
        perl -pi -e "s,/usr/local,%p," Makefile
        perl -pi -e "s,nameser8_compat.h,nameser_compat.h,g" src/common.c 
src/dns.c src/iodine.c src/iodined.c tests/read.c
<<
CompileScript: make
InstallScript: make install DESTDIR=%d
DocFiles: CHANGELOG:ChangeLog README TODO
License: OSI-Approved
Homepage: http://code.kryo.se/iodine
Maintainer: Jack Fink <jackf...@users.sourceforge.net>
Description: Tunnels IPv4 data through a DNS server
DescDetail: <<
 This is a piece of software that lets you tunnel IPv4 data through a DNS
 server. This can be usable in different situations where internet access is
 firewalled, but DNS queries are allowed. 
 iodine is similar to nstx but has password authentication, brings up the tun
 interface automatically and lets the user specify the IP address as a command
 line option.
<<


------------------------------------------------------------------------------
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to