]> git.pld-linux.org Git - packages/qt5-qtwebengine.git/commitdiff
up to 5.15.8 (plenty of security fixes)
authorJan Palus <atler@pld-linux.org>
Tue, 4 Jan 2022 16:40:25 +0000 (17:40 +0100)
committerJan Palus <atler@pld-linux.org>
Tue, 4 Jan 2022 16:41:01 +0000 (17:41 +0100)
glibc2.34.patch [deleted file]
qt5-qtwebengine.spec

diff --git a/glibc2.34.patch b/glibc2.34.patch
deleted file mode 100644 (file)
index 16b4fce..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
---- chromium/third_party/abseil-cpp/absl/debugging/failure_signal_handler.cc.orig      2021-08-13 12:36:58.000000000 +0200
-+++ chromium/third_party/abseil-cpp/absl/debugging/failure_signal_handler.cc   2021-08-18 22:04:02.165382504 +0200
-@@ -135,7 +135,7 @@
- #else
-   const size_t page_mask = sysconf(_SC_PAGESIZE) - 1;
- #endif
--  size_t stack_size = (std::max(SIGSTKSZ, 65536) + page_mask) & ~page_mask;
-+  size_t stack_size = (std::max<size_t>(SIGSTKSZ, 65536) + page_mask) & ~page_mask;
- #if defined(ABSL_HAVE_ADDRESS_SANITIZER) || \
-     defined(ABSL_HAVE_MEMORY_SANITIZER) || defined(ABSL_HAVE_THREAD_SANITIZER)
-   // Account for sanitizer instrumentation requiring additional stack space.
---- chromium/third_party/breakpad/breakpad/src/client/linux/handler/exception_handler.cc.orig  2021-08-18 22:05:45.366849996 +0200
-+++ chromium/third_party/breakpad/breakpad/src/client/linux/handler/exception_handler.cc       2021-08-18 22:05:57.647024518 +0200
-@@ -138,7 +138,7 @@
-   // SIGSTKSZ may be too small to prevent the signal handlers from overrunning
-   // the alternative stack. Ensure that the size of the alternative stack is
-   // large enough.
--  static const unsigned kSigStackSize = std::max(16384, SIGSTKSZ);
-+  static const unsigned kSigStackSize = std::max<size_t>(16384, SIGSTKSZ);
-   // Only set an alternative stack if there isn't already one, or if the current
-   // one is too small.
index 66ada50a9a5fb069d8549f886ab21f5544bf2ed1..460e1e27288a71c55db48a8e211394242ba9171d 100644 (file)
 Summary:       The Qt5 WebEngine library
 Summary(pl.UTF-8):     Biblioteka Qt5 WebEngine
 Name:          qt5-%{orgname}
-Version:       %{base_version}.7
+Version:       %{base_version}.8
 Release:       1
 License:       LGPL v3 or GPL v2 or GPL v3 or commercial
 Group:         X11/Libraries
 Source0:       qtwebengine-%{version}.tar.xz
-# Source0-md5: 53d173e03baa319ce838ceaab7a85a54
+# Source0-md5: 57a2dbd98e641803478b6a04978a5c8b
 Patch0:                x32.patch
 Patch1:                %{name}-gn-dynamic.patch
 Patch2:                icu.patch
-Patch3:                glibc2.34.patch
 URL:           https://www.qt.io/
 BuildRequires: Qt5Core-devel >= %{qtbase_ver}
 BuildRequires: Qt5Designer-devel >= %{qttools_ver}
@@ -281,9 +280,6 @@ PrzykĹ‚ady do biblioteki Qt5 WebEngine.
 %endif
 %patch1 -p1
 %patch2 -p1
-cd src/3rdparty/chromium
-%patch3 -p1
-cd ../../..
 
 %{qt5bindir}/syncqt.pl -version %{version}
 
This page took 0.186629 seconds and 4 git commands to generate.