Subject: pkgsrc/security/openssh
To: None <source-changes@netbsd.org>
From: None <itojun@iijlab.net>
List: source-changes
Date: 01/28/2000 04:38:05
>Module Name:	pkgsrc
>Committed By:	itojun
>Date:		Thu Jan 27 19:33:34 UTC 2000
>Modified Files:
>	pkgsrc/security/openssh/files: patch-sum
>	pkgsrc/security/openssh/patches: patch-aa
>Log Message:
>fix compilation on IPv6-ready environment.
>the reason of failure: openssh configure.in tries to include specwise
>incorrect header (netinet/in6.h), and checks for function availablility
>with too high warning level.

	it was patches/patch-aa which added netinet/in6.h, not openssh-1.2.2.
	spec says that netinet/in.h should include IPv6 decls like in6_addr
	or sockaddr_in6 (RFC2553).

itojun