Package: iodine Version: 0.6.0~rc1-18 It appears that there is reasonably active upstream development on github, which seems to host the "official" upstream development repository.
https://github.com/yarrick/iodine "Official iodine git repo http://code.kryo.se/iodine" There do not seem to be any new "tagged" release points, but there are separate development (master) and a maintenance (iodine-0.6) branches. As one can see, $ git log --oneline 859b019^..iodine-0.6 7c58397 Update changelog 6d1953c Update branch changelog 9624543 Missing break in iodine.c command-line parsing 627c70a Add check for SO_RTABLE support in openbsd, #95 312e228 Add support for openbsd routing domain, #95 cf40787 Allow spaces in passwords, #93 23eb466 Initialize 'inside_topdomain'. Fixes #94 3db5cca Fix things mentioned in #91 859b019 Update version to 0.6.0-rc1 <----- matches iodine_0.6.0~rc1.orig.tar.gz the maintenance branch has a number of commits after the current upstream version, some of which seem relevant to the Debian package. $ git diff -U1 859b019..iodine-0.6 -- CHANGELOG diff --git a/CHANGELOG b/CHANGELOG index 888beac..daf840e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -7,3 +7,3 @@ CHANGES: -2010-02-13: 0.6.0-rc1 "Hotspotify" +20xx-xx-xx: 0.6.Y "Hotspotify" - Fixed tunnel not working on Windows. @@ -32,2 +32,9 @@ CHANGES: - Open log before chroot, fixes #86: logging on FreeBSD. + - Merged big bugfix patch from Anne Bezemer, #88. + Since rc1: + - Fix DNS tunneling bug caused by uninitialized variable, #94 + - Handle spaces when entering password interactively, fixes #93. + Patch by Hagar. + - Add -R option to set OpenBSD routing domain for the DNS socket. + Patch by laurent at gouloum fr, fixes #95. The development branch seems to have more good stuff. Including ... IPv6 DNS server support! $ git show a1d88c4 --stat commit a1d88c4f0ad5c8405f30381319db14afa807719f Author: Erik Ekman <e...@kryo.se> Date: Wed Feb 5 22:36:53 2014 +0100 IPv6 support for client (#107) The iodine client now supports both IPv4 and IPv6 nameservers for sending DNS queries to an IPv4 iodined. The nameserver will transparently handle translation between IP protocols. Windows port needs Vista or later to support IPv6. src/client.c | 77 +++++------------------------------------------------------------------------ src/client.h | 2 +- src/common.c | 58 ++++++++++++++++++++++++++++++++++++++++++++++------------ src/common.h | 6 ++++-- src/iodine.c | 24 ++++++++++++++++-------- src/iodined.c | 50 +++++++++++++++++++++++++++----------------------- src/tun.c | 18 ++++++++---------- src/windows.h | 14 ++++++++++++-- 8 files changed, 119 insertions(+), 130 deletions(-) The documentation also claims systemd support, which seems topical. $ git diff -U1 iodine-0.6..master -- CHANGELOG diff --git a/CHANGELOG b/CHANGELOG index daf840e..cc59afb 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -7,3 +7,12 @@ CHANGES: -20xx-xx-xx: 0.6.Y "Hotspotify" +master: + - IPv6 support (in progress, #107) + Client can connect to iodined through an IPv6 nameserver. + Server only supports IPv4 for now. + Traffic inside tunnel is IPv4. + - Add socket activation for systemd, by Michael Scherer. + - Add automated lookup of external ip (via -n auto). + - Bugfix for OS X (Can't assign requested address) + +2010-02-06: 0.6.0-rc1 "Hotspotify" - Fixed tunnel not working on Windows. @@ -33,3 +42,2 @@ CHANGES: - Merged big bugfix patch from Anne Bezemer, #88. - Since rc1: - Fix DNS tunneling bug caused by uninitialized variable, #94 @@ -39,2 +47,4 @@ CHANGES: Patch by laurent at gouloum fr, fixes #95. + - Add android patches and makefile, from Marcel Bokhorst, fixes #105. + - Added missing break in iodine.c, by Pavel Pergamenshchik, #108. Cheers, --Barak. -- Barak A. Pearlmutter Hamilton Institute & Dept Comp Sci, NUI Maynooth, Co. Kildare, Ireland http://www.bcl.hamilton.ie/~barak/ -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org