- remove superfluous double quotes from certificate names
OBS-URL: https://build.opensuse.org/package/show/Base:System/ca-certificates-mozilla?expand=0&rev=41
This commit is contained in:
parent
c7e4526057
commit
a410738a83
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 24 15:05:31 UTC 2013 - lnussel@suse.de
|
||||
|
||||
- remove superfluous double quotes from certificate names
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 24 14:21:18 UTC 2013 - lnussel@suse.de
|
||||
|
||||
|
@ -44,6 +44,7 @@ Url: http://www.mozilla.org
|
||||
# accidentally included!
|
||||
Source: https://hg.mozilla.org/releases/mozilla-release/raw-file/default/security/nss/lib/ckfw/builtins/certdata.txt
|
||||
Source1: https://hg.mozilla.org/releases/mozilla-release/raw-file/default/security/nss/lib/ckfw/builtins/nssckbi.h
|
||||
# from Fedora. Note: currently contains extra fix to remove quotes. Pending upstream approval.
|
||||
Source10: certdata2pem.py
|
||||
Source11: %{name}.COPYING
|
||||
Source12: compareoldnew
|
||||
|
@ -170,7 +170,7 @@ for tobj in objects:
|
||||
|
||||
f = open(fname, 'w')
|
||||
if obj != None:
|
||||
f.write("# alias=%s\n"%tobj['CKA_LABEL'])
|
||||
f.write("# alias=%s\n"%tobj['CKA_LABEL'][1:-1])
|
||||
f.write("# trust=" + " ".join(trustbits) + "\n")
|
||||
f.write("# distrust=" + " ".join(distrustbits) + "\n")
|
||||
if openssl_trustflags:
|
||||
|
Loading…
Reference in New Issue
Block a user