diff options
| author | Tomas Volf <~@wolfsden.cz> | 2026-07-21 21:52:49 +0200 |
|---|---|---|
| committer | Jonathan Brielmaier <jonathan.brielmaier@web.de> | 2026-08-16 11:30:49 +0200 |
| commit | 38c4d08cb96d7f148d4a23d07945fef576eb5ed8 (patch) | |
| tree | 17bd686d312aa0ec569fecfe01d48e4d6e3efa10 /nongnu/packages/patches/firefox-esr-add-store-to-rdd-allowlist.patch | |
| parent | c786b0280654044411567a567b8fb6c1d6f9666a (diff) | |
nongnu: firefox-esr: Update to 153.0esr [security fixes].
Fixes CVE-2026-15718, CVE-2026-15719, CVE-2026-16349, CVE-2026-16350,
CVE-2026-16351, CVE-2026-16352, CVE-2026-16353, CVE-2026-16354,
CVE-2026-16355, CVE-2026-16356, CVE-2026-16357, CVE-2026-16358,
CVE-2026-16359, CVE-2026-16360, CVE-2026-16361, CVE-2026-16362,
CVE-2026-16363, CVE-2026-16368, CVE-2026-16369, CVE-2026-16371,
CVE-2026-16374, CVE-2026-16375, CVE-2026-16377, CVE-2026-16379,
CVE-2026-16381, CVE-2026-16383, CVE-2026-16387, CVE-2026-16390,
CVE-2026-16391, CVE-2026-16396, CVE-2026-16405, CVE-2026-16412.
* nongnu/packages/mozilla.scm (firefox-esr): Update to 153.0esr.
[source]<patches>: Remove -esr, -ge-138 from patch names. Sort.
[inputs]: Use icu4c-78, clang-19, rust-cbindgen-0.29.4.
(rust-cbindgen-0.29.4): New variable.
(firefox)[source]<patches>: Remove -ge-138 from patch name.
[inputs]: Drop icu4c replacement.
* nongnu/packages/patches/firefox-ge-138-compare-paths.patch: Rename from
this...
* nongnu/packages/patches/firefox-compare-paths.patch: ... to this.
* nongnu/packages/patches/firefox-esr-add-store-to-rdd-allowlist.patch,
nongnu/packages/patches/firefox-esr-use-system-wide-dir.patch: Delete files.
* nongnu/packages/wasm.scm (wasm32-wasi-clang-runtime): Inherit from
clang-runtime-19.
[native-inputs]: Use clang-19.
[inputs]: Use llvm-19.
(wasm32-wasi-clang) [base]: Use llvm-19. Drop #:patches.
(wasm32-wasi-libcxx) [version]: Use llvm-19.
[arguments]<#:configure-flags>: Add -DLIBCXXABI_USE_LLVM_UNWINDER=OFF.
Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
Diffstat (limited to 'nongnu/packages/patches/firefox-esr-add-store-to-rdd-allowlist.patch')
| -rw-r--r-- | nongnu/packages/patches/firefox-esr-add-store-to-rdd-allowlist.patch | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/nongnu/packages/patches/firefox-esr-add-store-to-rdd-allowlist.patch b/nongnu/packages/patches/firefox-esr-add-store-to-rdd-allowlist.patch deleted file mode 100644 index 4bdaa7d..0000000 --- a/nongnu/packages/patches/firefox-esr-add-store-to-rdd-allowlist.patch +++ /dev/null | |||
| @@ -1,36 +0,0 @@ | |||
| 1 | diff --git a/security/sandbox/linux/broker/SandboxBrokerPolicyFactory.cpp b/security/sandbox/linux/broker/SandboxBrokerPolicyFactory.cpp | ||
| 2 | index 4eff5e6..42171eb 100644 | ||
| 3 | --- a/security/sandbox/linux/broker/SandboxBrokerPolicyFactory.cpp | ||
| 4 | +++ b/security/sandbox/linux/broker/SandboxBrokerPolicyFactory.cpp | ||
| 5 | @@ -476,6 +476,7 @@ void SandboxBrokerPolicyFactory::InitContentPolicy() { | ||
| 6 | // Various places where fonts reside | ||
| 7 | policy->AddTree(rdonly, "/usr/X11R6/lib/X11/fonts"); | ||
| 8 | policy->AddTree(rdonly, "/nix/store"); | ||
| 9 | + policy->AddTree(rdonly, "/gnu/store"); | ||
| 10 | // https://gitlab.com/freedesktop-sdk/freedesktop-sdk/-/blob/e434e680d22260f277f4a30ec4660ed32b591d16/files/fontconfig-flatpak.conf | ||
| 11 | policy->AddTree(rdonly, "/run/host/fonts"); | ||
| 12 | policy->AddTree(rdonly, "/run/host/user-fonts"); | ||
| 13 | @@ -485,6 +486,7 @@ void SandboxBrokerPolicyFactory::InitContentPolicy() { | ||
| 14 | // Bug 1848615 | ||
| 15 | policy->AddPath(rdonly, "/usr"); | ||
| 16 | policy->AddPath(rdonly, "/nix"); | ||
| 17 | + policy->AddPath(rdonly, "/gnu"); | ||
| 18 | |||
| 19 | AddLdconfigPaths(policy); | ||
| 20 | AddLdLibraryEnvPaths(policy); | ||
| 21 | @@ -934,6 +936,7 @@ SandboxBrokerPolicyFactory::GetRDDPolicy(int aPid) { | ||
| 22 | policy->AddTree(rdonly, "/usr/lib64"); | ||
| 23 | policy->AddTree(rdonly, "/run/opengl-driver/lib"); | ||
| 24 | policy->AddTree(rdonly, "/nix/store"); | ||
| 25 | + policy->AddTree(rdonly, "/gnu/store"); | ||
| 26 | |||
| 27 | // Bug 1647957: memory reporting. | ||
| 28 | AddMemoryReporting(policy.get(), aPid); | ||
| 29 | @@ -1079,6 +1082,7 @@ SandboxBrokerPolicyFactory::GetUtilityProcessPolicy(int aPid) { | ||
| 30 | // Required to make sure ffmpeg loads properly, this is already existing on | ||
| 31 | // Content and RDD | ||
| 32 | policy->AddTree(rdonly, "/nix/store"); | ||
| 33 | + policy->AddTree(rdonly, "/gnu/store"); | ||
| 34 | |||
| 35 | // glibc will try to stat64("/") while populating nsswitch database | ||
| 36 | // https://sourceware.org/git/?p=glibc.git;a=blob;f=nss/nss_database.c;h=cf0306adc47f12d9bc761ab1b013629f4482b7e6;hb=9826b03b747b841f5fc6de2054bf1ef3f5c4bdf3#l396 | ||
