All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] mozjs: Update to 91.2.0
@ 2021-10-25 17:31 Khem Raj
  0 siblings, 0 replies; only message in thread
From: Khem Raj @ 2021-10-25 17:31 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Khem Raj

This has bunch of security fixes
https://www.mozilla.org/en-US/security/advisories/mfsa2021-45/

No need to disable jit explicitly for rv32, it works ok without it

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 .../mozjs/{mozjs_91.1.0.bb => mozjs_91.2.0.bb}                 | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta-oe/dynamic-layers/meta-python/recipes-extended/mozjs/{mozjs_91.1.0.bb => mozjs_91.2.0.bb} (95%)

diff --git a/meta-oe/dynamic-layers/meta-python/recipes-extended/mozjs/mozjs_91.1.0.bb b/meta-oe/dynamic-layers/meta-python/recipes-extended/mozjs/mozjs_91.2.0.bb
similarity index 95%
rename from meta-oe/dynamic-layers/meta-python/recipes-extended/mozjs/mozjs_91.1.0.bb
rename to meta-oe/dynamic-layers/meta-python/recipes-extended/mozjs/mozjs_91.2.0.bb
index ff0d7bd6ab..45f0145313 100644
--- a/meta-oe/dynamic-layers/meta-python/recipes-extended/mozjs/mozjs_91.1.0.bb
+++ b/meta-oe/dynamic-layers/meta-python/recipes-extended/mozjs/mozjs_91.2.0.bb
@@ -12,7 +12,7 @@ SRC_URI = "https://archive.mozilla.org/pub/firefox/releases/${PV}esr/source/fire
            file://0001-build-do-not-use-autoconf-s-config.sub-to-canonicali.patch \
            file://riscv32.patch \
            "
-SRC_URI[sha256sum] = "3b913d6a52c95a8986123c98543f1273812a2d59f2891b4b1c604e35f4580766"
+SRC_URI[sha256sum] = "3ef3cfd321d0c2c80ee1b41b8baf7a1ea4daf93c29e1377274933440ff5e42c3"
 
 S = "${WORKDIR}/firefox-${@d.getVar("PV").replace("esr", "")}"
 
@@ -37,7 +37,6 @@ export RUSTFLAGS
 JIT ?= ""
 
 JIT:mipsarch = "--disable-jit"
-JIT:riscv32 = "--disable-jit"
 
 do_configure() {
     cd ${B}
-- 
2.33.1



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-10-25 17:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-25 17:31 [meta-oe][PATCH] mozjs: Update to 91.2.0 Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.