1 iodine (0.7.0-1) UNRELEASED; urgency=medium
3 * Add network-manager-iodine and network-manager-iodine-gnome to
5 Thanks to Guido Günther for the proposal. (Closes: #760562)
7 * New upstream release.
8 Contains fixes for the following bugs:
9 - "upstream iodine activity". (Closes: #743385)
10 - "should not allow UDP socket to be inherited by ifconfig".
12 - "Should support ipv6": Client can connect to iodined through an relaying
13 IPv6 nameserver. Server only supports IPv4 for now. Traffic inside
14 tunnel is IPv4. (Closes: #680953)
16 -- gregor herrmann <gregoa@debian.org> Sun, 05 Oct 2014 14:00:52 +0200
18 iodine (0.6.0~rc1-20) unstable; urgency=medium
20 * Fix regression of /etc/default/iodine handling.
21 Affects especially $(...) constructs.
23 use awk again for getting existing values instead of sourcing the file.
26 update perl substitution command to use single quotes as regexp
27 delimiters in order to avoid variable substitution.
28 Thanks to "Debian bug at v.nix.is" for the bug report.
31 -- gregor herrmann <gregoa@debian.org> Sat, 21 Jun 2014 23:45:16 +0200
33 iodine (0.6.0~rc1-19) unstable; urgency=high
35 * Add patch 0001-Fix-authentication-bypass-bug.patch from upstream's
38 This fixes a security problem where the client could bypass the password
39 check by continuing after getting an error from the server and guessing
40 the network parameters and the server would still accept the rest of the
41 setup and also network traffic. The patch adds checks for normal and raw
42 mode that user has authenticated before allowing any other communication.
44 Thanks to Salvatore Bonaccorso for the bug report, and Erik Ekman for
45 backporting the fix super fast.
50 * Declare compliance with Debian Policy 3.9.5.
52 -- gregor herrmann <gregoa@debian.org> Tue, 17 Jun 2014 20:50:54 +0200
54 iodine (0.6.0~rc1-18) unstable; urgency=low
56 * debian/control: use iproute2 in Suggests instead of the transitional
59 -- gregor herrmann <gregoa@debian.org> Mon, 30 Sep 2013 14:30:03 +0200
61 iodine (0.6.0~rc1-17) unstable; urgency=low
63 * Build-depend on check >= 0.9.10-3 which fixes #712140.
66 -- gregor herrmann <gregoa@debian.org> Sat, 06 Jul 2013 17:53:26 +0200
68 iodine (0.6.0~rc1-16) unstable; urgency=low
70 * Re-enable tests after check seems to be fixed (cf. #712140).
71 * Add patch to add linker flags to test; build-depend on pkg-config.
73 -- gregor herrmann <gregoa@debian.org> Wed, 26 Jun 2013 21:16:56 +0200
75 iodine (0.6.0~rc1-15) unstable; urgency=low
77 * Temporarily turn off tests. We can add the missing -lm and -lrt but
78 then we still run into check's pthread problems (cf. #712140).
81 -- gregor herrmann <gregoa@debian.org> Sat, 22 Jun 2013 23:29:48 +0200
83 iodine (0.6.0~rc1-14) unstable; urgency=low
85 * debian/postinst: use perl and fancy regex delimiters instead of sed
86 for updating the configuration file.
87 The typical `sed -e s///' breaks if IODINED_ARGS contains slashes.
88 Thanks to Pierre Ynard for the bug report. (Closes: #708187)
90 -- gregor herrmann <gregoa@debian.org> Tue, 14 May 2013 17:16:31 +0200
92 iodine (0.6.0~rc1-13) unstable; urgency=low
94 * New version of iodine-client-start (1.0.5), pulled from upstream git
95 (d50ae59): Use either fping or oping or no ping.
96 * Add oping as an alternative to fping in Suggests.
97 * Rewrite handling of /etc/default/iodine according to debconf-devel(7)
98 in debian/config and debian/postinst.
99 * Set Standards-Version to 3.9.4 (no changes).
100 * Update years of packaging copyright.
101 * New patch verbose-build.patch: unhide compiler flags.
103 -- gregor herrmann <gregoa@debian.org> Thu, 09 May 2013 15:35:58 +0200
105 iodine (0.6.0~rc1-12) unstable; urgency=low
108 * debian/po/de.po: Fix charset (Closes: #691959)
110 -- gregor herrmann <gregoa@debian.org> Wed, 31 Oct 2012 20:38:01 +0100
112 iodine (0.6.0~rc1-11) unstable; urgency=low
114 * New version of iodine-client-start (1.0.4), pulled from upstream git
116 - "iodine-client-start make a point-to-point route for 127.0.0.1"
118 - "iodine-client-start launch iodine with UDP raw mode socket"
120 - "interface detection partially broken"
123 -- gregor herrmann <gregoa@debian.org> Tue, 22 May 2012 19:47:47 +0200
125 iodine (0.6.0~rc1-10) unstable; urgency=low
128 * debian/iodine.iodined.init:
129 + add $named to LSB's Required-Start, DNS resolution is needed for
130 the topdomain argument.
133 * Add patch 0001-man-iodine.8-add-note-about-sharing-port-dnsport.patch:
134 adds a note to the manpage about sharing port/dnsport. Thanks to Luca
135 Capello for the great analysis and the patch. (Closes: #668621)
137 -- gregor herrmann <gregoa@debian.org> Sat, 14 Apr 2012 22:06:06 +0200
139 iodine (0.6.0~rc1-9) unstable; urgency=low
141 * Make udev|makedev dependency Linux-only. Thanks to Robert Millan for
142 the bugreport and the patch. (Closes: #666509)
144 -- gregor herrmann <gregoa@debian.org> Sat, 31 Mar 2012 21:40:44 +0200
146 iodine (0.6.0~rc1-8) unstable; urgency=low
148 * Update Vcs-* headers.
149 * Add Italian debconf translation. Thanks to Beatrice Torracca.
151 * Build-depend on debhelper >= 9.
152 * debian/copyright: update to Copyright-Format 1.0.
153 * Update years of packaging copyright.
154 * Bump Standards-Version to 3.9.3 (no changes).
156 -- gregor herrmann <gregoa@debian.org> Fri, 30 Mar 2012 20:41:23 +0200
158 iodine (0.6.0~rc1-7) unstable; urgency=low
161 * Add support for "status" action to init.d script
164 -- gregor herrmann <gregoa@debian.org> Mon, 19 Dec 2011 19:56:22 +0100
166 iodine (0.6.0~rc1-6) unstable; urgency=low
168 * New patch: cmdline-r-u.patch. Due to a missing "break", -r causes -u to
169 have no effect (client). Thanks to Pavel Pergamenshchik for the bug report
172 * debian/{rules,control}: replace hardening-includes with the new
173 dpkg-dev/debhelper approach. Update cflags.patch to honour CPPFLAGS.
174 * Set Standards-Version to 3.9.2 (no changes).
176 -- gregor herrmann <gregoa@debian.org> Sun, 23 Oct 2011 23:07:10 +0200
178 iodine (0.6.0~rc1-5) unstable; urgency=low
180 * Don't source /etc/default/iodine in config script but read out the values
181 with awk. This allows to use shell constructs like $() in the file and
182 preserve them during re-configuration (closes: #612723).
183 Thanks to "Debian bug at v.nix.is" for the bug report.
184 * Add a logcheck filter; thanks to martin f krafft for the bug report and
185 the logcheck file (closes: #612721).
186 * Add patch armel_ftbfs.patch: Rename struct user to struct _user in the
187 code to avoid naming conflict caused by including <sys/user.h> as part of
188 the armel build. Taken from Ubuntu; not needed currently in Debian but
189 saves Ubuntu from carrying the patch and might be helpful later.
191 -- gregor herrmann <gregoa@debian.org> Sat, 12 Feb 2011 14:49:06 +0100
193 iodine (0.6.0~rc1-4) unstable; urgency=low
195 * Upload to unstable.
197 -- gregor herrmann <gregoa@debian.org> Mon, 07 Feb 2011 18:38:57 +0100
199 iodine (0.6.0~rc1-3) experimental; urgency=low
202 * Build with hardening; thanks to Romain Francoise for the bug report and
203 the patch (closes: #589054).
204 * New patch uninitialized-inside_topdomain.patch: initialize
205 inside_topdomain before using it; thanks to Samuel Thibault for the bug
206 report and the patch (closes: #596740).
207 * Set Standards-Version to 3.9.1 (no changes).
208 * Add Danish debconf translation, thanks to Joe Dalton (closes: #602447).
209 * Update iodine-client-start to version 1.0.3, commit 04c2dee
211 * debian/copyright: update years of packaging copyright, update formatting.
212 * Update to experimental because of the freeze.
215 * Update reference to README file in README.Debian (closes: #597736)
217 -- gregor herrmann <gregoa@debian.org> Fri, 14 Jan 2011 03:01:13 +0100
219 iodine (0.6.0~rc1-2) unstable; urgency=low
222 * Update init.d script to support spaces in password (closes: #597258)
224 -- gregor herrmann <gregoa@debian.org> Mon, 20 Sep 2010 22:25:48 +0200
226 iodine (0.6.0~rc1-1) unstable; urgency=low
228 * debian/watch: relax regexp to also catch release candidates.
230 * New upstream release:
231 - return nonzero if tunnel fails to open (closes: #534186)
232 - added support for CNAME/TXT/A/MX query types (closes: #587894)
233 - includes the changes we had backported in openlog.patch, so remove the
235 * This version introduces a new and incompatible protocol version
236 (00000502); adjust debia/README.Debian and add debian/NEWS.
237 * Add new patch manpage.patch (*roff problems). Refresh remaining patches.
238 Improve patch headers (DEP3).
239 * Set Standards-Version to 3.9.0 (no changes).
240 * debian/copyright: point to /usr/share/common-licenses/GPL-1 now that the
241 GNU GPLv1 is included in base-files.
243 -- gregor herrmann <gregoa@debian.org> Sat, 10 Jul 2010 18:04:23 +0200
245 iodine (0.5.2-7) unstable; urgency=low
247 * Add Spanish debconf translation, thanks to Francisco Javier Cuadrado
250 -- gregor herrmann <gregoa@debian.org> Mon, 24 May 2010 18:42:06 +0200
252 iodine (0.5.2-6) unstable; urgency=low
254 * Add $syslog facility to init script.
255 * Convert to source format 3.0 (quilt). Remove quilt framework.
256 * Update iodine-client-start (02eb805).
258 -- gregor herrmann <gregoa@debian.org> Sun, 23 May 2010 22:34:12 +0200
260 iodine (0.5.2-5) unstable; urgency=low
262 * Update iodine-client-start (01b8c6f).
263 * New patch openlog.patch: move openlog() call before chrooting; thanks to
264 Romain Francoise for the patch (closes: #573194).
265 * README.Debian: mention /usr/sbin/iodine-client-start now that it's not in
268 -- gregor herrmann <gregoa@debian.org> Wed, 10 Mar 2010 18:47:52 +0100
270 iodine (0.5.2-4) unstable; urgency=low
272 * Include updated iodine-client-start script and install it into /usr/sbin.
273 Adjust some files and create manpage with help2man.
275 -- gregor herrmann <gregoa@debian.org> Wed, 10 Feb 2010 22:03:12 +0100
277 iodine (0.5.2-3) unstable; urgency=low
279 * Add Japanese debconf translation, thanks to Hideki Yamane
281 * The example script iodine-jigger is now called iodine-client-start; update
282 the name in the relevant locations and integrate a newer version.
283 * debian/copyright: update formatting.
284 * Set Standards-Version to 3.8.4 (no changes).
285 * New patch spelling.patch: fix a minor spelling mistake in the manpage.
286 * Adjust handling of /etc/default/iodine in init script.
288 -- gregor herrmann <gregoa@debian.org> Mon, 08 Feb 2010 21:30:54 +0100
290 iodine (0.5.2-2) unstable; urgency=low
292 * Add Russian debconf translation, thanks to Yuri Kozlov (closes: #546345).
293 * Set Standards-Version to 3.8.3 (no changes).
294 * Update debian/rules, bump build dependencies in debian/control
297 -- gregor herrmann <gregoa@debian.org> Sun, 13 Sep 2009 01:05:31 +0200
299 iodine (0.5.2-1) unstable; urgency=low
301 * New upstream release.
303 -- gregor herrmann <gregoa@debian.org> Tue, 02 Jun 2009 18:03:31 +0200
305 iodine (0.5.1-2) unstable; urgency=low
307 * (Re-)add a warning to README.Debian that both client and server needs to
308 run the same protocol version (cf. #521260).
309 * Create /var/run/iodine in init script if it doesn't exist; thanks to
310 martin f krafft for the bug report (closes: #521259).
312 -- gregor herrmann <gregoa@debian.org> Thu, 26 Mar 2009 17:45:24 +0100
314 iodine (0.5.1-1) unstable; urgency=low
316 * New upstream release.
317 * Refresh 03_cflags.patch.
318 * Set Standards-Version to 3.8.1 (no changes).
319 * debian/copyright: add an additional copyright holder.
321 -- gregor herrmann <gregoa@debian.org> Sat, 21 Mar 2009 20:23:26 +0100
323 iodine (0.5.0-3) unstable; urgency=low
325 * Improvements in init script, main point: be less verbose when iodined is
326 configured not to start; thanks to Yves-Alexis Perez for the bug report
328 * Upload to unstable.
330 -- gregor herrmann <gregoa@debian.org> Sun, 15 Feb 2009 02:19:15 +0100
332 iodine (0.5.0-2) experimental; urgency=low
334 * Update example script iodine-jigger; thanks to Stephan Walter for the bug
335 report and to Barak A. Pearlmutter for the updated version; add gawk to
336 Suggests (closes: #513221).
338 -- gregor herrmann <gregoa@debian.org> Thu, 29 Jan 2009 22:03:44 +0100
340 iodine (0.5.0-1) experimental; urgency=low
342 * New upstream release.
343 * debian/copyright: update years of upstream copyright.
344 * Install the new protocol descriptions under doc/*.
345 * Refresh patch 03_cflags.patch; drop patch 04_base64.patch, the base64
347 * Upload to experimenatal since (1) we are in the pre-lenny freeze and
348 (2) we had problems with the base64 components on hppa.
350 -- gregor herrmann <gregoa@debian.org> Sun, 25 Jan 2009 01:31:09 +0100
352 iodine (0.4.2-3) unstable; urgency=low
354 * Add Swedish debconf translation, thanks to Martin Bagge (closes: #504247).
355 * Fix "Init script starts iodined even if it is already running" by
356 removing the "--pidfile" option from the start-stop-daemon calls;
357 doesn't work for a forking process. Thanks to Michael Goetze for
358 the bug report (closes: #511887).
359 * Set debhelper compatibility level to 7; adapt debian/{control,compat,rules}
360 and add debian/iodine.{docs,examples,links}.
361 * debian/copyright: update formatting and years of packaging copyright.
363 -- gregor herrmann <gregoa@debian.org> Thu, 15 Jan 2009 23:27:07 +0100
365 iodine (0.4.2-2) unstable; urgency=low
367 * debian/postinst: only try to create /dev/net/tun if it doesn't exist and
368 if /dev/MAKEDEV is available; thanks to Lucas Nussbaum for the bug report
369 and to Lucas, Adeodato Simó, Matthew Johnson, and Alexander Wirt for their
370 help (closes: #502823).
372 -- gregor herrmann <gregoa@debian.org> Wed, 22 Oct 2008 23:35:25 +0200
374 iodine (0.4.2-1) unstable; urgency=low
376 * New upstream release:
377 - new command line switch "-s" to skip configration of the tun interface
379 - drop patches 01_mandir.patch and 02_make.patch, included upstream
380 - refresh patches 03_cflags.patch and 04_base64.patch
381 * debian/rules: separate DESTDIR and prefix on make install.
382 * Add the packages needed by the example script to Suggests: and don't
383 compress the example script any more.
385 -- gregor herrmann <gregoa@debian.org> Fri, 08 Aug 2008 16:33:26 -0300
387 iodine (0.4.1-4) unstable; urgency=low
389 * Add Czech debconf translation, thanks to Daniel Kavan
391 * Add note for translators to debconf template and change back localized
392 versions of ".example" to the original as mandated by RFC 2606.
393 * Convert de.po from ISO-8859-1 to UTF-8.
394 * debian/control: change my email address.
395 * Switch patch system from dpatch to quilt.
396 * Add example script iodine-jigger (script to set up an iodine tunnel and
397 route traffic through it) by Barak A. Pearlmutter (closes: #491294).
398 Thanks, Barak! Add copyright/license information about the script to
399 debian/copyright. Mention the example script in README.Debian.
400 * debian/copyright: wrap a long line, update years of packing copyright and
402 * Set Standards-Version to 3.8.0; add debian/README.source to document
405 -- gregor herrmann <gregoa@debian.org> Thu, 24 Jul 2008 18:35:59 +0200
407 iodine (0.4.1-3) unstable; urgency=low
409 * Fix LSB header in init.d script, thanks to Petter Reinholdtsen for the
410 report and the patch (closes: #468653).
411 * Set debhelper compatibility level to 6.
412 * New patch 04_base64: don't build/test {src,tests}/base64* anymore, causes
413 a FBTFS on hppa, and isn't actually used anyway (closes: #468404).
415 -- gregor herrmann <gregor+debian@comodo.priv.at> Sat, 01 Mar 2008 19:01:22 +0100
417 iodine (0.4.1-2) unstable; urgency=low
419 * Set Standards-Version to 3.7.3 (no changes required).
420 * Create install-stamp target in debian/rules and adjust target
422 * Change debian/copyright to the new machine-readable format.
423 * Add patch 03_cflags.dpatch: use CFLAGS from debian/rules in upstream
426 -- gregor herrmann <gregor+debian@comodo.priv.at> Tue, 05 Feb 2008 17:31:25 +0100
428 iodine (0.4.1-1) unstable; urgency=low
430 * New upstream release:
431 - hides password from ps and stdin (closes: #432719).
432 - uses /etc/resolv.conf (closes: #432867).
433 - incorporates patch to daemonize before chrooting and dropping
434 privileges, therefore dropping 02_detach.dpatch.
435 - uses $(MAKE) in Makefile, except in one case, therefore adding patch
437 - fixes the install dir for the manpage, therefore adapting patch
439 * debian/copyright: update years of copyright.
440 * debian/rules: use $(DPATCH_STAMPFN) and $@.
441 * Mention (improved) manpage in README.Debian.
443 -- gregor herrmann <gregor+debian@comodo.priv.at> Sat, 01 Dec 2007 02:30:51 +0100
445 iodine (0.4.0-5) unstable; urgency=low
447 * Apply patch for "init script fails to restart", thanks to Horst
448 Schirmeier (closes: #453001).
449 * debian/rules: make configure-stamp depend on patch.
451 -- gregor herrmann <gregor+debian@comodo.priv.at> Mon, 26 Nov 2007 20:36:41 +0100
453 iodine (0.4.0-4) unstable; urgency=low
455 * Add French debconf translation, thanks to Christian Perrier
457 * Add Dutch debconf translation, thanks to Bart Cornelis
459 * Clean up debian/rules.
460 * Don't install TODO anymore, and remove debian/docs.
461 * Move upstream URL from the description to the new Homepage field.
462 * Change XS-Vcs-* fields to Vcs-*.
463 * Add patch to daemonize before chrooting and dropping privileges, thanks
464 to Matthew William Solloway Bell (closes: #450759).
466 -- gregor herrmann <gregor+debian@comodo.priv.at> Fri, 16 Nov 2007 12:48:50 +0100
468 iodine (0.4.0-3) unstable; urgency=low
470 * Add Portuguese translation for debconf messages, thanks to Américo
471 Monteiro and Miguel Figueiredo (closes: #433041).
472 * Add German debconf translation, thanks to Helge Kreutzmann
474 * Fix typo in debconf template, thanks to Helge Kreutzmann
476 * Add debconf-updatepo to debian/rule's clean target.
477 * Convert debian/changelog to UTF-8.
478 * Fix usage of MAKEDEV, thanks to Marco d'Itri (closes: #434160).
480 -- gregor herrmann <gregor+debian@comodo.priv.at> Sun, 22 Jul 2007 16:27:51 +0200
482 iodine (0.4.0-2) unstable; urgency=low
484 * Change mode of /etc/default/iodine to 600, thanks to Lennart Poettering
487 -- gregor herrmann <gregor+debian@comodo.priv.at> Wed, 11 Jul 2007 18:10:12 +0200
489 iodine (0.4.0-1) unstable; urgency=low
491 * Initial upload to the Debian archive (closes: #430206).
492 * New upstream release.
494 * Don't create manpages anymore, now included in upstream tarball.
495 * Change debian/rules; upstream Makefile now includes install and test targets.
496 * Move makedev from Build-Depends to Depends.
497 * Add password option to debconf questions and /etc/default/iodine.
498 * Change order in postinst.
499 * Add user iodine and run iodined in a chroot as this user.
501 -- gregor herrmann <gregor+debian@comodo.priv.at> Sat, 23 Jun 2007 14:49:46 +0200
503 iodine (0.3.4-1) unstable; urgency=low
507 -- gregor herrmann <gregor+debian@comodo.priv.at> Fri, 26 Jan 2007 14:03:30 +0100