Summary: | net/py-libcloud: patch to work without py-backports.ssl_match_hostname | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Steve Wills <swills> | ||||
Component: | Individual Port(s) | Assignee: | Roman Bogorodskiy <novel> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | Flags: | bugzilla:
maintainer-feedback?
(novel) |
||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
A commit references this bug: Author: novel Date: Sun Jun 14 05:21:03 UTC 2015 New revision: 389589 URL: https://svnweb.freebsd.org/changeset/ports/389589 Log: Drop usage of py-backports.ssl_match_hostname. The net/py-libcloud port doesn't work without security/py-backports.ssl_match_hostname being installed. But security/py-backports.ssl_match_hostname is scheduled for deletion, so make libcloud work without the backport. PR: 200834 Submitted by: swills Changes: head/net/py-libcloud/Makefile head/net/py-libcloud/files/ head/net/py-libcloud/files/patch-libcloud_httplib__ssl.py Commited, thanks! |
Created attachment 157707 [details] patch to net/py-libcloud The net/py-libcloud port doesn't work without security/py-backports.ssl_match_hostname being installed. But security/py-backports.ssl_match_hostname is scheduled for deletion. Here's a patch to make libcloud work without the backport.