forked from pool/ca-certificates
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:
parent
c890952d40
commit
f1cd7c2b37
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bd0424cb50d79fad3602fa21950719439dffe24484fd30a46806d8d06053c799
|
||||
size 13472
|
3
ca-certificates-1_201308271454.tar.xz
Normal file
3
ca-certificates-1_201308271454.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4db8ce03f734e9a6c2799a12e4c259347def987eb0ad567236ba5ad492284edf
|
||||
size 11328
|
@ -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
|
||||
|
||||
|
@ -17,10 +17,10 @@
|
||||
|
||||
|
||||
# the ca bundle file was meant as compat option for e.g.
|
||||
# proprietary packages. Now that I see it abused in free software
|
||||
# packages that can be trivially patched to do the right thing I'm
|
||||
# disabling this for now again.
|
||||
%bcond_with cabundle
|
||||
# proprietary packages. It's not meant to be used at all.
|
||||
# unfortunately glib-networking has such a complicated abstraction
|
||||
# on top of gnutls that we have to live with the bundle for now
|
||||
%bcond_without cabundle
|
||||
|
||||
BuildRequires: openssl
|
||||
BuildRequires: p11-kit-devel
|
||||
@ -29,7 +29,7 @@ Name: ca-certificates
|
||||
%define ssletcdir %{_sysconfdir}/ssl
|
||||
%define cabundle /var/lib/ca-certificates/ca-bundle.pem
|
||||
%define sslcerts %{ssletcdir}/certs
|
||||
Version: 1_201308051322
|
||||
Version: 1_201308271454
|
||||
Release: 0
|
||||
Summary: Utilities for system wide CA certificate installation
|
||||
License: GPL-2.0+
|
||||
@ -40,7 +40,7 @@ Url: https://github.com/openSUSE/ca-certificates
|
||||
#
|
||||
Requires: openssl
|
||||
Requires: p11-kit
|
||||
Requires: p11-kit-tools
|
||||
Requires: p11-kit-tools >= 0.19.3
|
||||
# needed for %post
|
||||
Requires(post): coreutils openssl p11-kit-tools
|
||||
Recommends: ca-certificates-mozilla
|
||||
|
Loading…
x
Reference in New Issue
Block a user