saned does not properly support IPv6. Attempting to connect a network client to saned when compiled with IPv6 causes saned to crash. When compiled without IPv6 support, it works properly. This patch for the ports Makefile of sane-backends adds an IPv6 option to 'make config', which is disabled by default. This invokes the --disable-ipv6 configure option in the package. Fix: Apply the attached patch to the ports Makefile, giving the user the choice of using IPv6 or not How-To-Repeat: make sane-backends with IPv6 support, then connect a network client via inetd, then watch it crash
Responsible Changed From-To: freebsd-ports-bugs->avl I'll take it.
avl 2009-09-11 14:15:27 UTC FreeBSD ports repository Modified files: graphics/sane-backends Makefile Log: - Add IPV6 option PR: ports/137976 Submitted by: Richard F. Ostrow Jr. <rich AT warfaresdl.com> Approved by: tabthorpe, glarkin (mentors, implicit) Revision Changes Path 1.90 +7 -2 ports/graphics/sane-backends/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!