Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 546330

Summary: dev-python/m2crypto: Add use flags to disable insecure protocols/ciphers
Product: Gentoo Linux Reporter: Thomas Bettler <thomas.bettler>
Component: Current packagesAssignee: Python Gentoo Team <python>
Status: RESOLVED UPSTREAM    
Severity: normal CC: crypto+disabled
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 510798    
Attachments: patch for ebuild dev-python/m2crypto-0.21.1-r2
patch the code to compile with openssl[-ssl2]

Description Thomas Bettler 2015-04-12 08:54:25 UTC
Created attachment 401074 [details, diff]
patch for ebuild dev-python/m2crypto-0.21.1-r2

I propose a patch for dev-python/m2crypto-0.21.1-r2 to prepare for openssl phasing out SSL2 support.
Comment 1 Thomas Bettler 2015-04-12 08:55:38 UTC
Created attachment 401076 [details, diff]
patch the code to compile with openssl[-ssl2]
Comment 2 Justin Lecher (RETIRED) gentoo-dev 2015-04-20 20:29:55 UTC
openssl has no USE=ssl2.
Comment 3 Thomas Bettler 2015-04-20 20:50:44 UTC
When we introduce any USE=ssl2 we may do so concurrently in all the relevant packages, see blocker #510798 therefore.
Comment 4 Thomas Bettler 2015-06-09 16:48:30 UTC
the current ebuilds compile even with openssl[-ssl2] - done