From f923df53fa4af38ceded4d8b1600a1a3cf803689 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Thu, 18 Nov 2010 05:52:10 +0100 Subject: 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 Thanks-to: Simon Josefsson --- debian/changelog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'debian/changelog') 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 Thu, 18 Nov 2010 04:01:33 +0100 -- cgit v1.2.3