forked from pool/libqt5-qtwebengine
Accepting request 981381 from home:cgiboudeaux:qtwebengine-lts
Update to 5.15.10 OBS-URL: https://build.opensuse.org/request/show/981381 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.15/libqt5-qtwebengine?expand=0&rev=42
This commit is contained in:
parent
ddfe21c8b9
commit
ab91904ebd
4
_service
4
_service
@ -1,11 +1,11 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="version">5.15.9</param>
|
||||
<param name="version">5.15.10</param>
|
||||
<param name="url">git://code.qt.io/qt/qtwebengine.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="filename">qtwebengine-everywhere-src</param>
|
||||
<param name="revision">v5.15.9-lts</param>
|
||||
<param name="revision">v5.15.10-lts</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
<param name="file">*.tar</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">git://code.qt.io/qt/qtwebengine.git</param>
|
||||
<param name="changesrevision">4f570bd7add21725d66ac8396dcf21917c3a603f</param></service></servicedata>
|
||||
<param name="changesrevision">c7e716ef1ffd63a8ab1f4dbf879230849eb3b505</param></service></servicedata>
|
@ -1,3 +1,46 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 8 14:36:14 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to version 5.15.10:
|
||||
* Fix top level build with no widget
|
||||
* Fix read-after-free on EGL extensions
|
||||
* Update Chromium
|
||||
* Add workaround for unstable gn on macOS in ci
|
||||
* Pass archiver to gn build
|
||||
* Fix navigation to non-local URLs
|
||||
* Add support for universal builds for qtwebengine and qtpdf
|
||||
* Enable Apple Silicon support
|
||||
* Fix cross compilation x86_64->arm64 on mac
|
||||
* Bump version to 5.15.10
|
||||
* CustomDialogs: Make custom input fields readable in dark mode
|
||||
* CookieBrowser: Make alternating rows readable in dark mode
|
||||
* Update Chromium:
|
||||
* Bump V8_PATCH_LEVEL
|
||||
* Fix clang set-but-unused-variable warning
|
||||
* Fix mac toolchain python linker script call
|
||||
* Fix missing dependency for gpu sources
|
||||
* Fix python calls
|
||||
* Fix undefined symbol for universal link
|
||||
* Quick fix for regression in service workers by reverting
|
||||
backports
|
||||
* [Backport] CVE-2022-0797: Out of bounds memory access
|
||||
in Mojo
|
||||
* [Backport] CVE-2022-1125
|
||||
* [Backport] CVE-2022-1138: Inappropriate implementation
|
||||
in Web Cursor.
|
||||
* [Backport] CVE-2022-1305: Use after free in storage
|
||||
* [Backport] CVE-2022-1310: Use after free in regular
|
||||
expressions
|
||||
* [Backport] CVE-2022-1314: Type Confusion in V8
|
||||
* [Backport] CVE-2022-1493: Use after free in Dev Tools
|
||||
* [Backport] On arm64 hosts, set host_cpu to 'arm64', not 'arm'
|
||||
* [Backport] Security Bug 1296876
|
||||
* [Backport] Security bug 1269999
|
||||
* [Backport] Security bug 1280852
|
||||
* [Backport] Security bug 1292905
|
||||
* [Backport] Security bug 1304659
|
||||
* [Backport] Security bug 1306507
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 2 08:30:15 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||
|
||||
|
@ -29,15 +29,15 @@
|
||||
%global _qtwebengine_dictionaries_dir %{_libqt5_datadir}/qtwebengine_dictionaries
|
||||
|
||||
Name: libqt5-qtwebengine
|
||||
Version: 5.15.9
|
||||
Version: 5.15.10
|
||||
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.9
|
||||
%define so_version 5.15.9
|
||||
%define real_version 5.15.10
|
||||
%define so_version 5.15.10
|
||||
%define tar_version qtwebengine-everywhere-src-%{version}
|
||||
Source: %{tar_version}.tar.xz
|
||||
Source99: libqt5-qtwebengine-rpmlintrc
|
||||
|
3
qtwebengine-everywhere-src-5.15.10.tar.xz
Normal file
3
qtwebengine-everywhere-src-5.15.10.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:51e4e3b1b51f33297897b3c8ebf0ee12a3f8c46805891460bb1a3d9990ba74cc
|
||||
size 319349412
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:863ec90692ecc649044af8b8613446ad813c4f50c7bcb8c24892ba70e51cc5cd
|
||||
size 314298796
|
Loading…
Reference in New Issue
Block a user