Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 546330 - dev-python/m2crypto: Add use flags to disable insecure protocols/ciphers
Summary: dev-python/m2crypto: Add use flags to disable insecure protocols/ciphers
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 510798
  Show dependency tree
 
Reported: 2015-04-12 08:54 UTC by Thomas Bettler
Modified: 2015-06-09 16:48 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
patch for ebuild dev-python/m2crypto-0.21.1-r2 (m2crypto-0.21.1-r2.ebuild.patch,862 bytes, patch)
2015-04-12 08:54 UTC, Thomas Bettler
Details | Diff
patch the code to compile with openssl[-ssl2] (m2crypto-remove-ssl2.patch,2.50 KB, patch)
2015-04-12 08:55 UTC, Thomas Bettler
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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