diff options
author | Guillem Jover <guillem@hadrons.org> | 2010-09-08 04:38:01 +0200 |
---|---|---|
committer | Guillem Jover <guillem@hadrons.org> | 2010-09-12 16:29:14 +0200 |
commit | 8574eb9c113d651ccc58984561371230ec7606d2 (patch) | |
tree | f5f692ee2d1f8cd0d629c220993db9c8a766a26f /debian/changelog | |
parent | a9bb251258c44e60035a5918576b9f48e6a3b0a7 (diff) | |
download | inetutils-8574eb9c113d651ccc58984561371230ec7606d2.tar.gz |
Change inetd “tcp” and “udp” service protocol to IPv4 only
Change “tcp6” and “udp6” to accept IPv4 mapped addresses. And add
“tcp6only” and “udp6only” for IPv6 only connections.
Closes: #404760, #519316, #594422
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 9c770b9..233ac0f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -34,6 +34,10 @@ inetutils (2:1.8-1) UNRELEASED; urgency=low * Do not segfault in inetd when a service does not have any argument. (Closes: #515070, #590128) * Make inetd listen on ports when enabling tcpmux services. + * Change inetd “tcp” and “udp” service protocol semantics to default them + to IPv4 only connections. Change “tcp6” and “udp6” to accept IPv4 mapped + addresses. And add “tcp6only” and “udp6only” for IPv6 only connections. + (Closes: #404760, #519316, #594422) -- Guillem Jover <guillem@debian.org> Tue, 08 Jun 2010 21:16:04 +0200 |