11
0

- Change the mechanism to use system-wide CA certificates:

+ on openSUSE, use the (new) upstream ca_certs_locater mechanism
    and don't ship a private copy of Mozilla's CA certs file
  + on SLES, regenerate cacerts.txt from /etc/ssl/certs when
    httplib2 is installed and/or openssl-certs is installed/updated

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httplib2?expand=0&rev=38
This commit is contained in:
Sascha Peilicke
2013-07-03 08:20:25 +00:00
committed by Git OBS Bridge
parent 5808412e1a
commit f1d9144b77
6 changed files with 100 additions and 54 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Jun 20 11:48:15 UTC 2013 - speilicke@suse.com
- Change the mechanism to use system-wide CA certificates:
+ on openSUSE, use the (new) upstream ca_certs_locater mechanism
and don't ship a private copy of Mozilla's CA certs file
+ on SLES, regenerate cacerts.txt from /etc/ssl/certs when
httplib2 is installed and/or openssl-certs is installed/updated
-------------------------------------------------------------------
Thu May 2 10:23:29 UTC 2013 - speilicke@suse.com