Subject: Re: pkg/28549
To: None <wiz@netbsd.org>
From: Johnny C. Lam <jlam@NetBSD.org>
List: pkgsrc-bugs
Date: 03/20/2005 07:08:17
On Sat, Mar 19, 2005 at 02:47:36AM +0000, wiz@netbsd.org wrote:
> Synopsis: [RE-IMPORT] USE_IDEA conflict
> 
> Responsible-Changed-From-To: pkg-manager->jlam
> Responsible-Changed-By: wiz@netbsd.org
> Responsible-Changed-When: Sat, 19 Mar 2005 02:47:35 +0000
> Responsible-Changed-Why:
> Over to openssl maintainer.

This is a problem that exists for all packages that rely OpenSSL for
IDEA crypto functions.  This should be fixed in two steps:

    (1) OpenSSL should be modified to support build options of "idea",
	"rc5", "mdc2", and any other patented algorithms.

    (2) The packages that rely on OpenSSL for IDEA support, e.g.
	mail/cue and net/speakfreely, should have an install-time
	check that OpenSSL was built with the "idea" option.

	Cheers,

	-- Johnny Lam <jlam@NetBSD.org>