summaryrefslogtreecommitdiffstats
path: root/abs/extra/nss/certdata2pem.py-loudness.patch
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2014-09-21 21:14:50 (GMT)
committerBritney Fransen <brfransen@gmail.com>2014-09-21 21:14:50 (GMT)
commit307d3f0f2218af2ab2ec5d17b6efba93278eeed1 (patch)
treeb2927e8ee972dcc40e038bed3ef5f57ee5149a32 /abs/extra/nss/certdata2pem.py-loudness.patch
parent89eba0f77d104e230d4dee26671ae1bdc4f3f52d (diff)
downloadlinhes_pkgbuild-307d3f0f2218af2ab2ec5d17b6efba93278eeed1.zip
linhes_pkgbuild-307d3f0f2218af2ab2ec5d17b6efba93278eeed1.tar.gz
linhes_pkgbuild-307d3f0f2218af2ab2ec5d17b6efba93278eeed1.tar.bz2
nss: update to 3.17
Diffstat (limited to 'abs/extra/nss/certdata2pem.py-loudness.patch')
-rw-r--r--abs/extra/nss/certdata2pem.py-loudness.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/abs/extra/nss/certdata2pem.py-loudness.patch b/abs/extra/nss/certdata2pem.py-loudness.patch
new file mode 100644
index 0000000..5ae0d4c
--- /dev/null
+++ b/abs/extra/nss/certdata2pem.py-loudness.patch
@@ -0,0 +1,13 @@
+--- certdata2pem.py 2014-08-24 15:16:24.927192958 +0200
++++ certdata2pem.py.loudness 2014-08-24 15:17:30.193535402 +0200
+@@ -104,9 +104,7 @@
+ trust[obj['CKA_LABEL']] = True
+ elif obj['CKA_TRUST_SERVER_AUTH'] in ('CKT_NETSCAPE_UNTRUSTED',
+ 'CKT_NSS_NOT_TRUSTED'):
+- print '!'*74
+- print "UNTRUSTED BUT NOT BLACKLISTED CERTIFICATE FOUND: %s" % obj['CKA_LABEL']
+- print '!'*74
++ print "Certificate %s untrusted, ignoring." % obj['CKA_LABEL']
+ else:
+ print "Ignoring certificate %s. SAUTH=%s, EPROT=%s" % \
+ (obj['CKA_LABEL'], obj['CKA_TRUST_SERVER_AUTH'],