Bug 137976

Summary: graphics/sane-backends: Add option to disable IPv6 support
Product: Ports & Packages Reporter: Richard F. Ostrow Jr. <rich>
Component: Individual Port(s)Assignee: Alexander Logvinov <avl>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
sane-backends-freebsd-kshots.patch none

Description Richard F. Ostrow Jr. 2009-08-19 21:20:01 UTC
	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
Comment 1 Alexander Logvinov freebsd_committer freebsd_triage 2009-09-10 09:17:21 UTC
Responsible Changed
From-To: freebsd-ports-bugs->avl

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-09-11 15:15:41 UTC
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"
Comment 3 Alexander Logvinov freebsd_committer freebsd_triage 2009-09-11 15:16:20 UTC
State Changed
From-To: open->closed

Committed. Thanks!