14
0

- 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httplib2?expand=0&rev=48
This commit is contained in:
2014-03-05 21:24:40 +00:00
committed by Git OBS Bridge
parent ec4ee5f3b4
commit 6364e2e8d9
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Mar 5 21:21:56 UTC 2014 - rschweikert@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
-------------------------------------------------------------------
Thu Feb 13 08:00:00 UTC 2014 - rschweikert@suse.com