summaryrefslogtreecommitdiff
path: root/net/miredo/PLIST
diff options
context:
space:
mode:
authorpettai <pettai>2010-05-14 06:18:48 +0000
committerpettai <pettai>2010-05-14 06:18:48 +0000
commit3ddd6b087988b06c8921e5e65f9877dc732f349d (patch)
tree32a9c0c15f2da311c1c6394aa0d1b41eadf51dbe /net/miredo/PLIST
parent9cf1a8cc6b6e205459c5bb3d376986aad478a2e8 (diff)
downloadpkgsrc-3ddd6b087988b06c8921e5e65f9877dc732f349d.tar.gz
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).
Diffstat (limited to 'net/miredo/PLIST')
-rw-r--r--net/miredo/PLIST8
1 files changed, 3 insertions, 5 deletions
diff --git a/net/miredo/PLIST b/net/miredo/PLIST
index 879f2d0897e..ac8c238355f 100644
--- a/net/miredo/PLIST
+++ b/net/miredo/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2009/06/14 18:09:34 joerg Exp $
+@comment $NetBSD: PLIST,v 1.8 2010/05/14 06:18:48 pettai Exp $
bin/teredo-mire
include/libteredo/teredo-udp.h
include/libteredo/teredo.h
@@ -6,18 +6,16 @@ include/libteredo/tunnel.h
include/libtun6/tun6.h
lib/libteredo.la
lib/libtun6.la
+lib/miredo/miredo-privproc
man/man1/teredo-mire.1
-man/man5/isatapd.conf.5
man/man5/miredo-server.conf.5
man/man5/miredo.conf.5
-man/man8/isatapd.8
man/man8/miredo-checkconf.8
man/man8/miredo-server.8
man/man8/miredo.8
-sbin/isatapd
sbin/miredo
sbin/miredo-checkconf
sbin/miredo-server
-share/examples/miredo/isatapd.conf
share/examples/miredo/miredo-server.conf
share/examples/miredo/miredo.conf
+share/examples/rc.d/client-hook