Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 06 Mar 2015 21:14:39 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 198330] [PATCH] graphics/openimageio Missing dependency on OpenSSL
Message-ID:  <bug-198330-13-t7p6R4L51Q@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-198330-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-198330-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198330

--- Comment #3 from FreeBSD@ShaneWare.Biz ---
Created attachment 153935
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153935&action=edit
disable use of openssl

I had overlooked the openssl dependacy. openimageio uses the sha1 functions
from openssl, if openssl isn't present it uses an internal version of sha1.

The response from the lead oiio developer is that in older versions openssl
offered a performance gain of about 25%. Testing now that the code that uses
sha1 has been multi-threaded to use available cores makes the speed difference
minimal, with disk io now being the bottleneck. He now feels that disabling the
use of openssl by default is a valid option for future releases.

I opt to go the same route and disable use of openssl. I think if oiio were to
keep using openssl I would prefer to have it as an option rather than a
permanent feature.

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-198330-13-t7p6R4L51Q>