diff --git a/0001-skia-Some-includes-to-fix-build-with-GCC-12.patch b/0001-skia-Some-includes-to-fix-build-with-GCC-12.patch index 98090be..e5e0344 100644 --- a/0001-skia-Some-includes-to-fix-build-with-GCC-12.patch +++ b/0001-skia-Some-includes-to-fix-build-with-GCC-12.patch @@ -7,8 +7,7 @@ Those includes got introduced upstream for other reasons and fixed building with GCC 12 as a side effect. --- src/3rdparty/chromium/third_party/skia/include/core/SkColor.h | 2 ++ - src/3rdparty/chromium/third_party/skia/src/utils/SkParseColor.cpp | 2 ++ - 2 files changed, 4 insertions(+) + 1 file changed, 2 insertions(+) diff --git a/src/3rdparty/chromium/third_party/skia/include/core/SkColor.h b/src/3rdparty/chromium/third_party/skia/include/core/SkColor.h index 36527e38e53..f77c24ade82 100644 @@ -23,19 +22,6 @@ index 36527e38e53..f77c24ade82 100644 /** \file SkColor.h Types, consts, functions, and macros for colors. -diff --git a/src/3rdparty/chromium/third_party/skia/src/utils/SkParseColor.cpp b/src/3rdparty/chromium/third_party/skia/src/utils/SkParseColor.cpp -index 7260365b2c6..3164650728e 100644 ---- a/src/3rdparty/chromium/third_party/skia/src/utils/SkParseColor.cpp -+++ b/src/3rdparty/chromium/third_party/skia/src/utils/SkParseColor.cpp -@@ -8,6 +8,8 @@ - - #include "include/utils/SkParse.h" - -+#include // std::lower_bound -+ - static constexpr const char* gColorNames[] = { - "aliceblue", - "antiquewhite", -- 2.34.1 diff --git a/_service b/_service index df832de..68e43b4 100644 --- a/_service +++ b/_service @@ -1,11 +1,11 @@ enable - 5.15.12 + 5.15.13 git://code.qt.io/qt/qtwebengine.git git qtwebengine-everywhere-src - v5.15.12-lts + v5.15.13-lts disable diff --git a/_servicedata b/_servicedata index 94998bf..b8eae6c 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ git://code.qt.io/qt/qtwebengine.git - 4ea03a0affbfd6ff36a7defd391b7ca139d18c8e \ No newline at end of file + a3ca44e5b92c5a0dc7d90337c651c9bdb838ac93 \ No newline at end of file diff --git a/catapult-git.tar.xz b/catapult-git.tar.xz index 05bb0fb..c47486d 100644 --- a/catapult-git.tar.xz +++ b/catapult-git.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c43699e531ef40b19aa6fcff66edb44af7bba1c221adcfd0fd33eb3ae763afd8 -size 99549560 +oid sha256:c550a6ae4ad834bcf97bfe7594b48c25d72657a801dfeb655d0553e0cc7074d0 +size 99546648 diff --git a/libqt5-qtwebengine.changes b/libqt5-qtwebengine.changes index 49763bc..7695b2a 100644 --- a/libqt5-qtwebengine.changes +++ b/libqt5-qtwebengine.changes @@ -1,3 +1,41 @@ +------------------------------------------------------------------- +Thu Mar 09 10:11:11 UTC 2023 - christophe@krop.fr + +- Update to version 5.15.13: + * Force to disable IPC logging + * Move out GetInProcessGpuShareGroup form content browser client + * Fix probabilistic signature scheme + * Bump version to 5.15.13 + * Recreate response head objects on multiple redirect + * Add checksum to mailbox name in Release build too + * Drop dependency on content/public/browser in content gpu + * FIXUP: Mark Node::opcode() and Operator::opcode() + as constexpr + * [Backport] Add missing include for std::begin and std::end + in SkParseColor.cpp + * [Backport] CVE-2022-4179: Use after free in Audio + * [Backport] CVE-2022-4437: Use after free in Mojo IPC + * [Backport] CVE-2022-4438: Use after free in Blink Frames + * [Backport] CVE-2023-0129: Heap buffer overflow in + Network Service + * [Backport] CVE-2023-0472: Use after free in WebRTC + * [Backport] CVE-2023-0698: Out of bounds read in WebRTC + * [Backport] CVE-2023-0931: Use after free in Video + * [Backport] CVE-2023-0933: Integer overflow in PDF + * [Backport] Disable ABSL_HAVE_STD_IS_TRIVIALLY_ASSIGNABLE + for clang-cl + * [Backport] Fix more clang deprecated builtins + * [Backport] Map the absl::is_trivially_* functions to their + std impl + * [Backport] Mark Node::opcode() and Operator::opcode() + as constexpr + * [Backport] Security bug 1393384 + * [Backport] Security bug 1394382 + * [Backport] Security bug 1399424 + * [Backport] Security bug 1406115 + * [Backport][Windows] Remove unused sidestep intercepts +- Update 0001-skia-Some-includes-to-fix-build-with-GCC-12.patch + ------------------------------------------------------------------- Thu Dec 29 15:26:07 UTC 2022 - christophe@krop.fr diff --git a/libqt5-qtwebengine.spec b/libqt5-qtwebengine.spec index d6d2a0d..b0a7a62 100644 --- a/libqt5-qtwebengine.spec +++ b/libqt5-qtwebengine.spec @@ -16,11 +16,6 @@ # -%if %{?suse_version} > 1500 || 0%{?sle_version} > 150300 -%bcond_without system_vpx -%else -%bcond_with system_vpx -%endif %bcond_without system_ffmpeg %bcond_without system_minizip %bcond_without pipewire @@ -35,18 +30,18 @@ %global _qtwebengine_dictionaries_dir %{_libqt5_datadir}/qtwebengine_dictionaries Name: libqt5-qtwebengine -Version: 5.15.12 +Version: 5.15.13 Release: 0 Summary: Qt 5 WebEngine Library License: LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only Group: Development/Libraries/X11 URL: https://www.qt.io %define base_name libqt5 -%define real_version 5.15.12 -%define so_version 5.15.12 +%define real_version 5.15.13 +%define so_version 5.15.13 %define tar_version qtwebengine-everywhere-src-%{version} Source: %{tar_version}.tar.xz -# Use a git snapshot for catapult to build with python3 (git rev: b7e9d5899) +# Use a git snapshot for catapult to build with python3 (git rev: 2da767c6) Source1: catapult-git.tar.xz Source99: libqt5-qtwebengine-rpmlintrc # PATCH-FIX-UPSTREAM armv6-ffmpeg-no-thumb.patch - Fix ffmpeg configuration for armv6 @@ -177,9 +172,7 @@ BuildRequires: pkgconfig(protobuf) BuildRequires: pkgconfig(re2) BuildRequires: pkgconfig(speex) BuildRequires: pkgconfig(sqlite3) -%if %{with system_vpx} BuildRequires: pkgconfig(vpx) >= 1.8.0 -%endif BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xcomposite) BuildRequires: pkgconfig(xcursor) diff --git a/qtwebengine-everywhere-src-5.15.12.tar.xz b/qtwebengine-everywhere-src-5.15.12.tar.xz deleted file mode 100644 index dad14c6..0000000 --- a/qtwebengine-everywhere-src-5.15.12.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5813bdab2577bbbc5067d6260ca0f7ec74a7e44fdc3afd2c6d6a1f6b2d5aa493 -size 320695640 diff --git a/qtwebengine-everywhere-src-5.15.13.tar.xz b/qtwebengine-everywhere-src-5.15.13.tar.xz new file mode 100644 index 0000000..1956f90 --- /dev/null +++ b/qtwebengine-everywhere-src-5.15.13.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86517e95c8b1c4faf75df94ac57e9c0fc6d045c181ffd23e340e55e8b841dc5b +size 320727336