[Bug 212902] lang/python27 -- fix compilation with ports version of OpenSSL where SSLv3 is disabled

2018-01-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212902

Matthew Seaman  changed:

   What|Removed |Added

 Status|New |Closed
 Resolution|--- |Overcome By Events

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 212902] lang/python27 -- fix compilation with ports version of OpenSSL where SSLv3 is disabled

2018-01-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212902

w.schwarzenf...@utanet.at changed:

   What|Removed |Added

 CC||w.schwarzenf...@utanet.at

--- Comment #1 from w.schwarzenf...@utanet.at ---
10.1-RELEASE amd64, 10.1-RELEASE i386, 9.3-RELEASE amd64 and 9.3-RELEASE are
all gone.
This is overcome by events.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 212902] lang/python27 -- fix compilation with ports version of OpenSSL where SSLv3 is disabled

2016-09-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212902

Bug ID: 212902
   Summary: lang/python27 -- fix compilation with ports version of
OpenSSL where SSLv3 is disabled
   Product: Ports & Packages
   Version: Latest
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Only Me
  Priority: ---
 Component: Individual Port(s)
  Assignee: pyt...@freebsd.org
  Reporter: matt...@freebsd.org
  Assignee: pyt...@freebsd.org
 Flags: maintainer-feedback?(pyt...@freebsd.org)

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

Building lang/python27 fails when:

  - DEFAULT_VERSIONS contains ssl=openssl

  - 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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


maintainer-feedback requested: [Bug 212902] lang/python27 -- fix compilation with ports version of OpenSSL where SSLv3 is disabled

2016-09-22 Thread bugzilla-noreply
Matthew Seaman  has reassigned Bugzilla Automation
's request for maintainer-feedback to FreeBSD Python
:
Bug 212902: lang/python27 -- fix compilation with ports version of OpenSSL
where SSLv3 is disabled
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212902



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

Building lang/python27 fails when:

  - DEFAULT_VERSIONS contains ssl=openssl

  - 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.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"