Hello community,

here is the log from the commit of package python-httplib2 for openSUSE:Factory 
checked in at 2014-03-07 07:06:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-httplib2 (Old)
 and      /work/SRC/openSUSE:Factory/.python-httplib2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-httplib2"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-httplib2/python-httplib2.changes  
2014-02-26 06:55:05.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-httplib2.new/python-httplib2.changes     
2014-03-07 07:06:04.000000000 +0100
@@ -1,0 +2,7 @@
+Wed Mar  5 21:21:56 UTC 2014 - rschweik...@suse.com
+
+- Modify httplib2-use-system-certs.patch to not depend on a generated bundle.
+  OpenSSL has everything built in to do the cert verification, we do not
+  need to pass a cert bundle file
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ httplib2-use-system-certs.patch ++++++
--- /var/tmp/diff_new_pack.AcWYnt/_old  2014-03-07 07:06:04.000000000 +0100
+++ /var/tmp/diff_new_pack.AcWYnt/_new  2014-03-07 07:06:04.000000000 +0100
@@ -15,7 +15,7 @@
 -    CA_CERTS = os.path.join(
 -        os.path.dirname(os.path.abspath(__file__ )), "cacerts.txt")
 +# Default CA certificates file bundled with httplib2.
-+CA_CERTS = '/etc/ssl/ca-bundle.pem'
++CA_CERTS = None
  
  # Which headers are hop-by-hop headers by default
  HOP_BY_HOP = ['connection', 'keep-alive', 'proxy-authenticate', 
'proxy-authorization', 'te', 'trailers', 'transfer-encoding', 'upgrade']

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to