diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-08-12 12:13:31 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-08-12 12:13:31 +0000 |
commit | 011b3b71d73a63ccbb6b1e281057103c240c83cc (patch) | |
tree | 7dd5c1a1fb0a2fc254acb9d9711ed94435281915 /user/thunderbird/fix-seccomp-bpf.patch | |
parent | b485f27d0f2aa9eb17c13ccd5ade2e04b0d28d9e (diff) | |
download | packages-011b3b71d73a63ccbb6b1e281057103c240c83cc.tar.gz packages-011b3b71d73a63ccbb6b1e281057103c240c83cc.tar.bz2 packages-011b3b71d73a63ccbb6b1e281057103c240c83cc.tar.xz packages-011b3b71d73a63ccbb6b1e281057103c240c83cc.zip |
user/thunderbird: bump to 68.0
Diffstat (limited to 'user/thunderbird/fix-seccomp-bpf.patch')
-rw-r--r-- | user/thunderbird/fix-seccomp-bpf.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/user/thunderbird/fix-seccomp-bpf.patch b/user/thunderbird/fix-seccomp-bpf.patch index 844ec7b96..47cde56c7 100644 --- a/user/thunderbird/fix-seccomp-bpf.patch +++ b/user/thunderbird/fix-seccomp-bpf.patch @@ -1,5 +1,5 @@ ---- a/mozilla/security/sandbox/chromium/sandbox/linux/seccomp-bpf/trap.cc.orig 2015-09-23 09:10:08.812740571 +0200 -+++ b/mozilla/security/sandbox/chromium/sandbox/linux/seccomp-bpf/trap.cc 2015-09-23 09:11:38.404746155 +0200 +--- a/security/sandbox/chromium/sandbox/linux/seccomp-bpf/trap.cc.orig 2015-09-23 09:10:08.812740571 +0200 ++++ b/security/sandbox/chromium/sandbox/linux/seccomp-bpf/trap.cc 2015-09-23 09:11:38.404746155 +0200 @@ -23,6 +23,11 @@ #include "sandbox/linux/services/android_ucontext.h" #endif |