194c062b5d
nss-fips-aes-keywrap-post.patch nss-fips-approved-crypto-non-ec.patch nss-fips-cavs-dsa-fixes.patch nss-fips-cavs-general.patch nss-fips-cavs-kas-ecc.patch nss-fips-cavs-kas-ffc.patch nss-fips-cavs-keywrap.patch nss-fips-cavs-rsa-fixes.patch nss-fips-combined-hash-sign-dsa-ecdsa.patch nss-fips-constructor-self-tests.patch nss-fips-detect-fips-mode-fixes.patch nss-fips-dsa-kat.patch nss-fips-gcm-ctr.patch nss-fips-pairwise-consistency-check.patch nss-fips-rsa-keygen-strictness.patch nss-fips-tls-allow-md5-prf.patch nss-fips-use-getrandom.patch nss-fips-use-strong-random-pool.patch nss-fips-zeroization.patch nss-fix-dh-pkcs-derive-inverted-logic.patch - update to NSS 3.53.1 * required for Firefox 78 * CVE-2020-12402 - Use constant-time GCD and modular inversion in MPI. (bmo#1631597, bsc#1173032) - update to NSS 3.53 Notable changes * SEED is now moved into a new freebl directory freebl/deprecated OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/mozilla-nss?expand=0&rev=326
30 lines
893 B
Diff
30 lines
893 B
Diff
# HG changeset patch
|
|
# User M. Sirringhaus <msirringhaus@suse.de>
|
|
# Date 1590407652 -7200
|
|
# Mon May 25 13:54:12 2020 +0200
|
|
# Node ID b1d7045b31cf4090c0b78003c77a2eb6c8c57436
|
|
# Parent e3d3ed5e142b172289d9d4a1c7fc63dfd4359410
|
|
Index: security/nss/lib/sqlite/manifest.mn
|
|
===================================================================
|
|
RCS file: /cvsroot/mozilla/security/nss/lib/sqlite/manifest.mn,v
|
|
retrieving revision 1.5
|
|
|
|
diff -r e3d3ed5e142b -r b1d7045b31cf lib/sqlite/manifest.mn
|
|
--- a/lib/sqlite/manifest.mn Mon Sep 18 11:24:00 2017 +0200
|
|
+++ b/lib/sqlite/manifest.mn Mon May 25 13:54:12 2020 +0200
|
|
@@ -6,11 +6,11 @@
|
|
|
|
MODULE = nss
|
|
|
|
-LIBRARY_NAME = sqlite
|
|
+LIBRARY_NAME = nsssqlite
|
|
LIBRARY_VERSION = 3
|
|
-MAPFILE = $(OBJDIR)/$(LIBRARY_NAME).def
|
|
+MAPFILE = $(OBJDIR)/sqlite.def
|
|
RES = $(NULL)
|
|
-
|
|
+MAPFILE_SOURCE = sqlite.def
|
|
DEFINES += -DSQLITE_THREADSAFE=1
|
|
|
|
PRIVATE_EXPORTS = \
|