Bug 200834

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:
Description Flags
patch to net/py-libcloud none

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!