Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Sep 2016 14:11:13 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 212902] lang/python27 -- fix compilation with ports version of OpenSSL where SSLv3 is disabled
Message-ID:  <bug-212902-21822-Iydid4P1hF@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-212902-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-212902-21822@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
Matthew Seaman <matthew@FreeBSD.org> has reassigned Bugzilla Automation
<bugzilla@FreeBSD.org>'s request for maintainer-feedback to FreeBSD Python
<python@FreeBSD.org>:
Bug 212902: lang/python27 -- fix compilation with ports version of OpenSSL
where SSLv3 is disabled
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D212902



--- Description ---
Created attachment 175062
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D175062&action=
=3Dedit
Add openssl/opensslconf.h to the includes in _ssl.c

Building lang/python27 fails when:

  - DEFAULT_VERSIONS contains ssl=3Dopenssl

  - security/openssl options has SSLv3 support disabled

The problem is that the header containing the definition of OPENSSL_NO_SSL3=
 is
not being included.

Thanks to brnrd@ for being able to diagnose the problem pretty much
instantaneously.

poudriere testbuilds on 10.1-RELEASE amd64, 10.1-RELEASE i386, 9.3-RELEASE
amd64 and 9.3-RELEASE i386 succeed.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-212902-21822-Iydid4P1hF>