diff options
author | Guillem Jover <guillem@hadrons.org> | 2010-11-18 05:52:10 +0100 |
---|---|---|
committer | Guillem Jover <guillem@hadrons.org> | 2010-11-18 05:53:44 +0100 |
commit | f923df53fa4af38ceded4d8b1600a1a3cf803689 (patch) | |
tree | ecc8dd303f0051b1c989b3cda58694cb70552c98 /debian/changelog | |
parent | 83f785971876acdcba41f062e633b23e87c070da (diff) | |
download | inetutils-f923df53fa4af38ceded4d8b1600a1a3cf803689.tar.gz |
Fix IPv6 support in inetd and telnetd on GNU/kFreeBSD
By passing the correct struct sockaddr length to socket functions
depending on the address family, instead of always passing the size
of struct sockaddr_storage.
Thanks-to: Mats Erik Andersson <gnu@gisladisker.se>
Thanks-to: Simon Josefsson <simon@josefsson.org>
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 369a2c1..ad3569a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,10 @@ inetutils (2:1.8-3) UNRELEASED; urgency=low * Revert wrong hunk from the tcpmux services fix. Thanks to Mats Erik Andersson. + * Fix IPv6 support in inetd and telnetd on GNU/kFreeBSD by passing + the correct struct sockaddr length to socket functions depending on + the address family, instead of always passing the size of struct + sockaddr_storage. Thanks to Mats Erik Andersson and Simon Josefsson. -- Guillem Jover <guillem@debian.org> Thu, 18 Nov 2010 04:01:33 +0100 |