ralph pushed to python-urllib3 (f20). "Update patch to find ca_certs in the correct place."

notifications at fedoraproject.org notifications at fedoraproject.org
Fri May 15 13:50:38 UTC 2015


From 4670672fa3bc24459a1a4468ab073a102f4d4a1c Mon Sep 17 00:00:00 2001
From: Ralph Bean <rbean at redhat.com>
Date: Mon, 28 Oct 2013 12:53:51 -0400
Subject: Update patch to find ca_certs in the correct place.


diff --git a/python-urllib3-default-ssl-cert-validate.patch b/python-urllib3-default-ssl-cert-validate.patch
index 40e0a2a..fc491be 100644
--- a/python-urllib3-default-ssl-cert-validate.patch
+++ b/python-urllib3-default-ssl-cert-validate.patch
@@ -18,7 +18,7 @@ index 691d4e2..551b6fd 100644
 -                 key_file=None, cert_file=None, cert_reqs=None,
 -                 ca_certs=None, ssl_version=None,
 +                 key_file=None, cert_file=None, cert_reqs=ssl.CERT_REQUIRED,
-+                 ca_certs='/etc/ssl/certs/ca-certificates.crt', ssl_version=None,
++                 ca_certs='/etc/ssl/certs/ca-bundle.crt', ssl_version=None,
                   assert_hostname=None, assert_fingerprint=None):
  
          HTTPConnectionPool.__init__(self, host, port, strict, timeout, maxsize,
diff --git a/python-urllib3.spec b/python-urllib3.spec
index b61bd6e..bdbe8eb 100644
--- a/python-urllib3.spec
+++ b/python-urllib3.spec
@@ -8,7 +8,7 @@
 
 Name:           python-%{srcname}
 Version:        1.7.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Python HTTP library with thread-safe connection pooling and file post
 
 License:        MIT
@@ -131,6 +131,9 @@ popd
 %endif # with_python3
 
 %changelog
+* Mon Oct 28 2013 Ralph Bean <rbean at redhat.com> - 1.7.1-2
+- Update patch to find ca_certs in the correct location.
+
 * Wed Sep 25 2013 Ralph Bean <rbean at redhat.com> - 1.7.1-1
 - Latest upstream with support for a new timeout class and py3.4.
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/python-urllib3.git/commit/?h=f20&id=4670672fa3bc24459a1a4468ab073a102f4d4a1c


More information about the scm-commits mailing list