Your message dated Sun, 05 Oct 2014 13:49:18 +0000
with message-id <[email protected]>
and subject line Bug#743385: fixed in iodine 0.7.0-1
has caused the Debian Bug report #743385,
regarding upstream iodine activity
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
743385: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=743385
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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 <[email protected]>
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/
--- End Message ---
--- Begin Message ---
Source: iodine
Source-Version: 0.7.0-1
We believe that the bug you reported is fixed in the latest version of
iodine, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
gregor herrmann <[email protected]> (supplier of updated iodine package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Sun, 05 Oct 2014 15:39:08 +0200
Source: iodine
Binary: iodine
Architecture: source
Version: 0.7.0-1
Distribution: unstable
Urgency: medium
Maintainer: gregor herrmann <[email protected]>
Changed-By: gregor herrmann <[email protected]>
Description:
iodine - tool for tunneling IPv4 data through a DNS server
Closes: 609751 680953 743385 760562
Changes:
iodine (0.7.0-1) unstable; urgency=medium
.
* New upstream release.
Contains fixes for the following bugs:
- "upstream iodine activity". (Closes: #743385)
- "should not allow UDP socket to be inherited by ifconfig".
(Closes: #609751)
- "Should support ipv6": Client can connect to iodined through an relaying
IPv6 nameserver. Server only supports IPv4 for now. Traffic inside
tunnel is IPv4. (Closes: #680953)
* Add network-manager-iodine and network-manager-iodine-gnome to
Suggests.
Thanks to Guido Günther for the proposal. (Closes: #760562)
* debian/copyright:
- update years of upstream and packaging copyright
- add another third party copyright statement
* Patches:
- drop most patches, as they are merged or fixed upstream, or where taken
from there
- refresh the remaining two: cflags.patch, verbose-build.patch
* Preliminary systemd support:
- build-depend on libsystemd-dev package on linux-any
- add patch 0001-osflags-use-pkg-config-for-systemd-support.patch from
upstream git to use pkg-config for finding the systemd libs; change
libsystemd-daemon to libsystemd
* Split .docs into .docs and .examples.
The latter contain the upstream examples for SELinux (not activated during
build) and systemd.
* Declare compliance with Debian Policy 3.9.6.
Checksums-Sha1:
c0715825ddeb90361528e8aa62b7cf2b3686b0cf 2081 iodine_0.7.0-1.dsc
f4c49305b6f46a547b160b3bd8c962942d701a63 96181 iodine_0.7.0.orig.tar.gz
ea4c3b33016c1b8b2dd0a94b4cfb63018ab1ab7f 21576 iodine_0.7.0-1.debian.tar.xz
Checksums-Sha256:
6d587644ae37519dced253c0b96b772c234dfc88dae1fbe3ebdb35e7b40cf24b 2081
iodine_0.7.0-1.dsc
ad2b40acf1421316ec15800dcde0f587ab31d7d6f891fa8b9967c4ded93c013e 96181
iodine_0.7.0.orig.tar.gz
216bf80ccce563aae81d5c4f1f556a76a73ee13aa0ab77cd5ce408e7159787a3 21576
iodine_0.7.0-1.debian.tar.xz
Files:
4557d03821eae6738019167390212e6f 2081 net extra iodine_0.7.0-1.dsc
fdbf3b81cd69caf5230d76a8b039fd99 96181 net extra iodine_0.7.0.orig.tar.gz
058b2d03a35e7d3254119d6d72c2099c 21576 net extra iodine_0.7.0-1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQJ8BAEBCgBmBQJUMUoyXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoGq38P/3SCwXD/ZOgKIb4ZOJxb8pz0
xOBeUqOwxM2GKUh4DlnQvA/z2akta/9CoHwaHB15BPQlQUwZND368AB1eU8Hl8zc
33VRkNzas+r4WZu+RtT1oHYrfAqzaLO8Jl8ZEc1P+fTxOn30lu34CylJnBdcYYTD
3Nwfzieano4OWlJ/TL7QQaJk8JPI5s0/XD+oX3XJ4qZdKtQWW6rm82vW68UdC0ve
Lzs3Qgj0wINHck7L3f33qhbd139BIiqQiBS1KCMe9XcKw2nDkLIFDWYgtfO+P7gX
WovRv8+hr5m1O+1RieBjYl5XtblKayZ0l2DUQgWVzu52pWG1aPPl1j3aktywRPnQ
gOVSTMDFGhLpHs2nXJf46CLkoYoIixH2pTvDJ94TYhbU4iLyBNwRAzVJUucn0H2v
kmPUutvI92WcLnXhiarKX5i0pSo/sPqGQoQVi5uJPQ5h9/uztCgR2xRK23BTfREs
bloI1rrQMlUxnb+tf3Lp6Tv9yuyOW5D0lCDWDLNS9PeeOH72RI+4sp5HucprH18u
ukcjQ2wI0bFf2uDc1We0F+q23+zVjj/lYhNz5RDK8t/ofrecFCVyyIa0e7lBqUJ/
iRcSz0SwdiYVRvldAYsADVu/MrkNYqYqmay/+25wlCfIFhMvukP8y5DVy8gjVLHr
iDjPKkn8YvNfoWZZrJuT
=uAa7
-----END PGP SIGNATURE-----
--- End Message ---