From 3cbe86c237afc5cfb197c8e7e21ed8feffc65272 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Mon, 25 Nov 2019 09:28:58 +0000 Subject: MFH: r517541 Fix build with py-urllib 1.25+ - Bump PORTREVISION for package change PR: 241874 Submitted by: kai Backport from: https://github.com/elastic/elasticsearch-py/commit/4c531c5cdbd5ba8b59be16c2fa15d5cf81d0a92f Approved by: ports-secteam (joneum) --- textproc/py-elasticsearch6/Makefile | 1 + .../files/patch-elasticsearch-connection-http_urllib3.py | 12 ++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 textproc/py-elasticsearch6/files/patch-elasticsearch-connection-http_urllib3.py (limited to 'textproc') diff --git a/textproc/py-elasticsearch6/Makefile b/textproc/py-elasticsearch6/Makefile index 64c6b27f2b2a..1ef44da90626 100644 --- a/textproc/py-elasticsearch6/Makefile +++ b/textproc/py-elasticsearch6/Makefile @@ -3,6 +3,7 @@ PORTNAME= elasticsearch PORTVERSION= 6.4.0 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/textproc/py-elasticsearch6/files/patch-elasticsearch-connection-http_urllib3.py b/textproc/py-elasticsearch6/files/patch-elasticsearch-connection-http_urllib3.py new file mode 100644 index 000000000000..a688f1019de2 --- /dev/null +++ b/textproc/py-elasticsearch6/files/patch-elasticsearch-connection-http_urllib3.py @@ -0,0 +1,12 @@ +Backport from: https://github.com/elastic/elasticsearch-py/commit/4c531c5cdbd5ba8b59be16c2fa15d5cf81d0a92f + +--- elasticsearch/connection/http_urllib3.py.orig 2019-05-28 17:59:13 UTC ++++ elasticsearch/connection/http_urllib3.py +@@ -170,6 +170,7 @@ class Urllib3HttpConnection(Connection): + } + ) + else: ++ kw["cert_reqs"] = "CERT_NONE" + warnings.warn( + "Connecting to %s using SSL with verify_certs=False is insecure." + % host -- cgit v1.2.3