Bug 200834 - net/py-libcloud: patch to work without py-backports.ssl_match_hostname
Summary: net/py-libcloud: patch to work without py-backports.ssl_match_hostname
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Roman Bogorodskiy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-13 12:57 UTC by Steve Wills
Modified: 2015-06-14 05:22 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (novel)


Attachments
patch to net/py-libcloud (1.23 KB, patch)
2015-06-13 12:57 UTC, Steve Wills
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Steve Wills freebsd_committer freebsd_triage 2015-06-13 12:57:12 UTC
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.
Comment 1 commit-hook freebsd_committer freebsd_triage 2015-06-14 05:21:17 UTC
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
Comment 2 Roman Bogorodskiy freebsd_committer freebsd_triage 2015-06-14 05:22:05 UTC
Commited, thanks!