[Bug 192511] [patch] fix lang/python27 build with libressl

2014-11-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192511

Bernard Spil  changed:

   What|Removed |Added

 CC||spil@gmail.com

--- Comment #7 from Bernard Spil  ---
Created a patch that makes the build figure out RAND_egd support.
This has been submitted upstream in http://bugs.python.org/issue21356, a Python
committer has indicated they willing to include this in their code.
"We're still willing to fix this if someone tells us how to test for LibreSSL
in C code."

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


[Bug 192511] [patch] fix lang/python27 build with libressl

2014-11-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192511

--- Comment #8 from Bernard Spil  ---
Created attachment 149952
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=149952&action=edit
Patch the port to detect RAND_egd and disable it conditionally

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


[Bug 195477] New: Test: games/fortunate conflicts with lang/python (ignore)

2014-11-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195477

Bug ID: 195477
   Summary: Test: games/fortunate conflicts with lang/python
(ignore)
   Product: Ports Tree
   Version: Latest
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Only Me
  Priority: ---
 Component: Individual Port(s)
  Assignee: freebsd-ports-b...@freebsd.org
  Reporter: m...@freebsd.org
CC: ga...@freebsd.org, pyt...@freebsd.org
CC: ga...@freebsd.org, pyt...@freebsd.org

--- Comment #1 from Bugzilla Automation  ---
Maintainers CC'd

test

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


[Bug 195477] Test: games/fortunate conflicts with lang/python (ignore)

2014-11-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195477

Marcus von Appen  changed:

   What|Removed |Added

 Status|New |Closed
 Resolution|--- |Not A Bug

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


[Bug 192511] [patch] fix lang/python27 build with libressl

2014-11-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192511

Bernard Spil  changed:

   What|Removed |Added

 Attachment #149952|0   |1
is obsolete||

--- Comment #9 from Bernard Spil  ---
Created attachment 149974
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=149974&action=edit
Single patch for this PR for the source tree

This requires the Makefile patch as well!

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


[Bug 192511] [patch] fix lang/python27 build with libressl

2014-11-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192511

--- Comment #10 from Bernard Spil  ---
Created attachment 149975
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=149975&action=edit
Patch for Makefile

Primarily passes LDFLAGS and CPPFLAGS to configure otherwise it will not pick
up OpenSSL/LibreSSL from ports

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


[Bug 192511] [patch] fix lang/python27 build with libressl

2014-11-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192511

--- Comment #11 from Bernard Spil  ---
Created attachment 149976
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=149976&action=edit
Output of the test_ssl unit test

There are expected failures/errors in this test, SSLv23 and SSLv3 are not
supported by LibreSSL

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