forked from pool/mozilla-nss
38168bf8bb
* 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
20 lines
579 B
Diff
20 lines
579 B
Diff
Index: security/nss/lib/sqlite/manifest.mn
|
|
===================================================================
|
|
RCS file: /cvsroot/mozilla/security/nss/lib/sqlite/manifest.mn,v
|
|
retrieving revision 1.5
|
|
diff -u -r1.5 manifest.mn
|
|
--- security/nss/lib/sqlite/manifest.mn 25 Apr 2012 14:50:11 -0000 1.5
|
|
+++ security/nss/lib/sqlite/manifest.mn 28 Jan 2013 20:48:22 -0000
|
|
@@ -6,9 +6,10 @@
|
|
|
|
MODULE = nss
|
|
|
|
-LIBRARY_NAME = sqlite
|
|
+LIBRARY_NAME = nsssqlite
|
|
LIBRARY_VERSION = 3
|
|
MAPFILE = $(OBJDIR)/sqlite.def
|
|
+MAPFILE_SOURCE = sqlite.def
|
|
DEFINES += -DSQLITE_THREADSAFE=1
|
|
|
|
EXPORTS = \
|