pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/miredo



Module Name:    pkgsrc
Committed By:   pettai
Date:           Fri May 14 06:18:49 UTC 2010

Modified Files:
        pkgsrc/net/miredo: Makefile PLIST distinfo
Added Files:
        pkgsrc/net/miredo/patches: patch-ag patch-ah

Log Message:
STABLE RELEASE 1.1.7 :

* Fix crash in client more (regression from 1.1.6).
* Thread-safety fixes (with regards to sigaction and strerror).
* Incomplete ISATAP support removed.
  In the mean time, proper support was added within the Linux kernel.
* Fix server link-local address, compatibility with Vista clients.
* Fix SIGHUP signal handling.
* Fix compiling on MacOS X and/or without libJudy.
* Fix unlikely race condition in Teredo maintenance procedure setup.
* Fix Teredo address randomization (reachability problems).
* Better debug messages.
* Allow GNU General Public License version 3 (and would be later).
* Fix filtering error within miredo-server (regression from 1.1.0).
* Fix fatal padding mistake on old ABI ARM achitecture.
* Remove NAT type determination:
  Miredo now runs behind any type of NAT. However, connectivity might
  be severely degraded behind the worst devices, such as symmetric NATs.
* Add 12 bits of randomness to Teredo client address:
  Teredo addresses are less predictible, which should enhance host
  protection against network scanning.
* Remove brittle and battery-unfriendly "autoclient" mode:
  Proper default IPv6 source address selection (RFC3484) implementation
  would address most of the use cases for this, as well as other issues.
  If that is not sufficient, an external connection management system
  is anyway needed to start/stop Miredo when appropriate.
* Restore "cone" RelayType:
  All relays should use it, as it improves support for some kinds of
  (pretty broken but nevertheless deployed) NAT devices.
* Use a hook shell script for client interface configuration.
* Add a bunch of debug messages to debug builds.
* Rewrite clock subsystem to avoid polling when idle (battery savings).


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/net/miredo/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/net/miredo/PLIST
cvs rdiff -u -r1.9 -r1.10 pkgsrc/net/miredo/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/net/miredo/patches/patch-ag \
    pkgsrc/net/miredo/patches/patch-ah

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index