[Bug 241875] textproc/py-elasticsearch5: Prepare for urllib3 >= 1.25

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Nov 25 17:19:23 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241875

--- Comment #1 from commit-hook at freebsd.org ---
A commit references this bug:

Author: kai
Date: Mon Nov 25 17:18:36 UTC 2019
New revision: 518410
URL: https://svnweb.freebsd.org/changeset/ports/518410

Log:
  textproc/py-elasticsearch5: Prepare for urllib3 >= 1.25

  * Backport a patch from the 7.x branch of upstream repository that fixes a
    possible runtime issue with urllib3 1.25 [1] since that release verifies
    SSL certificates by default.

    Disabling SSL certificate verification via "verify_certs" in elasticsearch
    won't work then as expected thus set "cert_reqs=CERT_NONE" explicitly to
    restore that behavior.

  PR:           241875, 229322 [1]
  Approved by:  maintainer timeout (elastic, 14 days)
  MFH:          2019Q4

Changes:
  head/textproc/py-elasticsearch5/Makefile
 
head/textproc/py-elasticsearch5/files/patch-elasticsearch_connection_http__urllib3.py

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.


More information about the freebsd-elastic mailing list