* No new major functionality is introduced in this release. This release is a patch release to address CVE-2013-1620 (bmo#822365) * "certutil -a" was not correctly producing ASCII output as requested. (bmo#840714) * NSS 3.14.2 broke compilation with older versions of sqlite that lacked the SQLITE_FCNTL_TEMPFILENAME file control. NSS 3.14.3 now properly compiles when used with older versions of sqlite (bmo#837799) - remove system-sqlite.patch - add aarch64 support - added system-sqlite.patch (bmo#837799) * do not depend on latest sqlite just for a #define - enable system sqlite usage again - update to 3.14.2 * required for Firefox >= 20 * removed obsolete nssckbi update patch - disable system sqlite usage since we depend on 3.7.15 which is not provided in any openSUSE distribution * add nss-sqlitename.patch to avoid any name clash OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/mozilla-nss?expand=0&rev=116
15 lines
496 B
Diff
15 lines
496 B
Diff
Index: security/nss/tests/chains/scenarios/scenarios
|
|
===================================================================
|
|
RCS file: /cvsroot/mozilla/security/nss/tests/chains/scenarios/scenarios,v
|
|
retrieving revision 1.10
|
|
diff -u -r1.10 scenarios
|
|
--- security/nss/tests/chains/scenarios/scenarios 7 Jan 2013 03:56:15 -0000 1.10
|
|
+++ security/nss/tests/chains/scenarios/scenarios 28 Jan 2013 18:11:16 -0000
|
|
@@ -50,6 +50,5 @@
|
|
realcerts.cfg
|
|
dsa.cfg
|
|
revoc.cfg
|
|
-ocsp.cfg
|
|
crldp.cfg
|
|
trustanchors.cfg
|