Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id F007F63EAAB for ; Wed, 12 Dec 2012 13:19:09 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id D13EC14A135; Wed, 12 Dec 2012 13:19:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 51F8014A134 for ; Wed, 12 Dec 2012 13:19:07 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 0FhiDZ3h_FVw for ; Wed, 12 Dec 2012 13:19:06 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 84F9D14A133 for ; Wed, 12 Dec 2012 13:19:06 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 8F41A175DD; Wed, 12 Dec 2012 13:19:06 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Wed, 12 Dec 2012 13:19:06 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/net/iodine To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20121212131906.8F41A175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Wed Dec 12 13:19:06 UTC 2012 Added Files: pkgsrc/net/iodine: DESCR Makefile PLIST distinfo pkgsrc/net/iodine/patches: patch-aa patch-ab Log Message: Import iodine-0.6.0rc1 as net/iodine, packaged for wip by Moritz Wilhelmy, Georg Schwarz and MJ Turner. iodine 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. It runs on Linux, Mac OS X, FreeBSD, NetBSD and OpenBSD and needs a TUN/TAP device. The bandwidth is assymetrical with limited upstream and up to 1 Mbit/s downstream. Compared to other DNS tunnel implementations, iodine offers: * Higher performance: iodine uses the NULL type that allows the downstream data to be sent without encoding. Each DNS reply can contain nearly a kilobyte of payload data. * Portability: iodine runs on many different UNIX-like systems. Tunnels can be set up between two hosts no matter their endianness or operating system. * Security: iodine uses challenge-response login secured by MD5 hash. It also filters out any packets not coming from the IP and port used when logging in. * Less setup: iodine handles setting IP number on interfaces automatically, and up to 8 users can share one server at the same time. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/net/iodine/DESCR pkgsrc/net/iodine/Makefile \ pkgsrc/net/iodine/PLIST pkgsrc/net/iodine/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/net/iodine/patches/patch-aa \ pkgsrc/net/iodine/patches/patch-ab Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.