forked from pool/MozillaFirefox
3eb8b737e4
https://www.mozilla.org/en-US/firefox/122.0/releasenotes/ MFSA 2024-01 (bsc#1218955) * CVE-2024-0741 (bmo#1864587) Out of bounds write in ANGLE * CVE-2024-0742 (bmo#1867152) Failure to update user input timestamp * CVE-2024-0743 (bmo#1867408) Crash in NSS TLS method * CVE-2024-0744 (bmo#1871089) Wild pointer dereference in JavaScript * CVE-2024-0745 (bmo#1871838) Stack buffer overflow in WebAudio * CVE-2024-0746 (bmo#1660223) Crash when listing printers on Linux * CVE-2024-0747 (bmo#1764343) Bypass of Content Security Policy when directive unsafe-inline was set * CVE-2024-0748 (bmo#1783504) Compromised content process could modify document URI * CVE-2024-0749 (bmo#1813463) Phishing site popup could show local origin in address bar * CVE-2024-0750 (bmo#1863083) Potential permissions request bypass via clickjacking * CVE-2024-0751 (bmo#1865689) Privilege escalation through devtools * CVE-2024-0752 (bmo#1866840) Use-after-free could occur when applying update on macOS * CVE-2024-0753 (bmo#1870262) HSTS policy on subdomain could bypass policy of upper domain * CVE-2024-0754 (bmo#1871605) OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=1128
21 lines
612 B
Diff
21 lines
612 B
Diff
# HG changeset patch
|
|
# Parent fa3b49f090f8b4a1af0510a675d2674a420fcbc6
|
|
|
|
diff --git a/Cargo.toml b/Cargo.toml
|
|
--- a/Cargo.toml
|
|
+++ b/Cargo.toml
|
|
@@ -219,8 +219,13 @@ webext-storage = { git = "https://github
|
|
path = "third_party/rust/mio-0.6.23"
|
|
|
|
[patch."https://github.com/mozilla/uniffi-rs.git"]
|
|
uniffi = "=0.25.3"
|
|
uniffi_bindgen = "=0.25.3"
|
|
uniffi_build = "=0.25.3"
|
|
uniffi_macros = "=0.25.3"
|
|
weedle2 = "=4.0.0"
|
|
+
|
|
+# Package code v0.1.4 uses code "that will be rejected by a future version of Rust"
|
|
+# Shut up such messages for now to make the build succeed
|
|
+[future-incompat-report]
|
|
+frequency = "never"
|