1
0

Accepting request 196617 from home:lnussel:branches:Base:System

- re-enable the CA bundle again for glib-networking (bnc#825903)

- make sure we have p11-kit >= 0.19.3 which has the 'trust' command
  (bnc#836560)

OBS-URL: https://build.opensuse.org/request/show/196617
OBS-URL: https://build.opensuse.org/package/show/Base:System/ca-certificates?expand=0&rev=38
This commit is contained in:
Marcus Meissner 2013-08-28 08:42:32 +00:00 committed by Git OBS Bridge
parent c890952d40
commit f1cd7c2b37
4 changed files with 20 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bd0424cb50d79fad3602fa21950719439dffe24484fd30a46806d8d06053c799
size 13472

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4db8ce03f734e9a6c2799a12e4c259347def987eb0ad567236ba5ad492284edf
size 11328

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Aug 27 12:53:44 UTC 2013 - lnussel@suse.de
- re-enable the CA bundle again for glib-networking (bnc#825903)
-------------------------------------------------------------------
Tue Aug 27 07:11:04 UTC 2013 - lnussel@suse.de
- make sure we have p11-kit >= 0.19.3 which has the 'trust' command
(bnc#836560)
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Aug 5 11:24:04 UTC 2013 - lnussel@suse.de Mon Aug 5 11:24:04 UTC 2013 - lnussel@suse.de

View File

@ -17,10 +17,10 @@
# the ca bundle file was meant as compat option for e.g. # the ca bundle file was meant as compat option for e.g.
# proprietary packages. Now that I see it abused in free software # proprietary packages. It's not meant to be used at all.
# packages that can be trivially patched to do the right thing I'm # unfortunately glib-networking has such a complicated abstraction
# disabling this for now again. # on top of gnutls that we have to live with the bundle for now
%bcond_with cabundle %bcond_without cabundle
BuildRequires: openssl BuildRequires: openssl
BuildRequires: p11-kit-devel BuildRequires: p11-kit-devel
@ -29,7 +29,7 @@ Name: ca-certificates
%define ssletcdir %{_sysconfdir}/ssl %define ssletcdir %{_sysconfdir}/ssl
%define cabundle /var/lib/ca-certificates/ca-bundle.pem %define cabundle /var/lib/ca-certificates/ca-bundle.pem
%define sslcerts %{ssletcdir}/certs %define sslcerts %{ssletcdir}/certs
Version: 1_201308051322 Version: 1_201308271454
Release: 0 Release: 0
Summary: Utilities for system wide CA certificate installation Summary: Utilities for system wide CA certificate installation
License: GPL-2.0+ License: GPL-2.0+
@ -40,7 +40,7 @@ Url: https://github.com/openSUSE/ca-certificates
# #
Requires: openssl Requires: openssl
Requires: p11-kit Requires: p11-kit
Requires: p11-kit-tools Requires: p11-kit-tools >= 0.19.3
# needed for %post # needed for %post
Requires(post): coreutils openssl p11-kit-tools Requires(post): coreutils openssl p11-kit-tools
Recommends: ca-certificates-mozilla Recommends: ca-certificates-mozilla