diff options
author | Max Rees <maxcrees@me.com> | 2020-06-02 15:42:44 -0500 |
---|---|---|
committer | Max Rees <maxcrees@me.com> | 2020-06-03 19:39:48 -0500 |
commit | 98a725069b0538ef835c6aed5895425b52db7e0e (patch) | |
tree | 3e58543d7cd9fb610e500cc419d7249b4f192828 /user/firefox-esr/seccomp-membarrier.patch | |
parent | bc1df8faf643506b42ca8545312ab8c566adb68b (diff) | |
download | packages-98a725069b0538ef835c6aed5895425b52db7e0e.tar.gz packages-98a725069b0538ef835c6aed5895425b52db7e0e.tar.bz2 packages-98a725069b0538ef835c6aed5895425b52db7e0e.tar.xz packages-98a725069b0538ef835c6aed5895425b52db7e0e.zip |
[CVE] user/firefox-esr: bump to 68.9.0 and fix seccomp for time64 (#284)
Also "fix" statx support by pulling upstream patch to replace our
membarrier patch
Dropped rust-config.patch in the hopes it is no longer needed...
Diffstat (limited to 'user/firefox-esr/seccomp-membarrier.patch')
-rw-r--r-- | user/firefox-esr/seccomp-membarrier.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/user/firefox-esr/seccomp-membarrier.patch b/user/firefox-esr/seccomp-membarrier.patch deleted file mode 100644 index be1744113..000000000 --- a/user/firefox-esr/seccomp-membarrier.patch +++ /dev/null @@ -1,12 +0,0 @@ -musl ldso issues a membarrier when setting up TLS - ---- firefox-68.7.0/security/sandbox/linux/SandboxFilter.cpp 2020-04-03 19:30:03.000000000 +0000 -+++ firefox-68.7.0/security/sandbox/linux/SandboxFilter.cpp 2020-04-19 04:59:30.280000000 +0000 -@@ -529,6 +529,7 @@ class SandboxPolicyCommon : public Sandb - - // ipc::Shmem; also, glibc when creating threads: - case __NR_mprotect: -+ case __NR_membarrier: - return Allow(); - - // madvise hints used by malloc; see bug 1303813 and bug 1364533 |