diff options
| author | Ionen Wolkens <ionen@gentoo.org> | 2025-07-10 10:02:26 -0400 |
|---|---|---|
| committer | Ionen Wolkens <ionen@gentoo.org> | 2025-07-10 10:33:34 -0400 |
| commit | cc5ccf7dc5809cb4730d954e8c1a7ba2c923ccf9 (patch) | |
| tree | 770e4ad9afc71c98ea8807e93d3e9d4ea986c32c /dev-qt/qtwebengine/files/qtwebengine-6.8.2-glibc2.41.patch | |
| parent | 13fa26af1c4ea2e08d30f8a0f16760169a94cd93 (diff) | |
| download | gentoo-cc5ccf7dc5809cb4730d954e8c1a7ba2c923ccf9.tar.gz gentoo-cc5ccf7dc5809cb4730d954e8c1a7ba2c923ccf9.tar.bz2 gentoo-cc5ccf7dc5809cb4730d954e8c1a7ba2c923ccf9.zip | |
dev-qt/qtwebengine: drop 6.8.3
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-qt/qtwebengine/files/qtwebengine-6.8.2-glibc2.41.patch')
| -rw-r--r-- | dev-qt/qtwebengine/files/qtwebengine-6.8.2-glibc2.41.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/dev-qt/qtwebengine/files/qtwebengine-6.8.2-glibc2.41.patch b/dev-qt/qtwebengine/files/qtwebengine-6.8.2-glibc2.41.patch deleted file mode 100644 index 7fb572cd3064..000000000000 --- a/dev-qt/qtwebengine/files/qtwebengine-6.8.2-glibc2.41.patch +++ /dev/null @@ -1,20 +0,0 @@ -https://bugs.gentoo.org/949654 -https://bugreports.qt.io/browse/QTBUG-134631 ---- a/src/3rdparty/chromium/sandbox/linux/seccomp-bpf-helpers/syscall_parameters_restrictions.cc -+++ b/src/3rdparty/chromium/sandbox/linux/seccomp-bpf-helpers/syscall_parameters_restrictions.cc -@@ -36,4 +36,8 @@ - #include "sandbox/linux/system_headers/linux_time.h" - -+#if !defined(MAP_DROPPABLE) -+#define MAP_DROPPABLE 0x08 // Zero memory under memory pressure. -+#endif -+ - #if (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)) && \ - !defined(__arm__) && !defined(__aarch64__) && \ -@@ -239,5 +243,5 @@ - const uint64_t kAllowedMask = MAP_SHARED | MAP_PRIVATE | MAP_ANONYMOUS | - MAP_STACK | MAP_NORESERVE | MAP_FIXED | -- MAP_DENYWRITE | MAP_LOCKED | -+ MAP_DENYWRITE | MAP_LOCKED | MAP_DROPPABLE | - kArchSpecificAllowedMask; - const Arg<int> flags(3); |
