From cfaa49a9e5ec5e01c57a5621702c881ae07ab515 Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Fri, 15 Feb 2019 18:36:37 +0100 Subject: Update Chromium MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changes: 61b45663dff1 [Backport] Fix for security issue 903500 a3b4be8d0247 [Backport] Fix security issue 901677 82b53e95166e [Backport] Fix security issue 895117 a26c352168ec [Backport] Fix for CVE-2019-5784 Task-number: QTBUG-73417 Change-Id: I149ae5a5cd4d83f17bd0c603dd2e3a1079c86e82 Reviewed-by: Michael BrĂ¼ning --- src/3rdparty | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/3rdparty b/src/3rdparty index 7b5e48775..a26c35216 160000 --- a/src/3rdparty +++ b/src/3rdparty @@ -1 +1 @@ -Subproject commit 7b5e48775b3ac89f49d4b0f74b7db03540cc212b +Subproject commit a26c352168ec12cb917318b626a31f569a711980 -- cgit v1.2.3 From 8fefc0d9b8ae46d65e8c05f9cc55bbfc0e88b632 Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Tue, 19 Feb 2019 10:16:52 +0100 Subject: Update Chromium MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The last of the security fixes from Chrome 72 Changes: 493fab1afff5 [Backport] Fix for security issue 895970 Fixes: QTBUG-73417 Change-Id: If6a4f6f5773c99db3498e3b178cce39e36c85e79 Reviewed-by: Michael BrĂ¼ning --- src/3rdparty | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/3rdparty b/src/3rdparty index a26c35216..493fab1af 160000 --- a/src/3rdparty +++ b/src/3rdparty @@ -1 +1 @@ -Subproject commit a26c352168ec12cb917318b626a31f569a711980 +Subproject commit 493fab1afff5034cb5552455add3af3aaf41f9e9 -- cgit v1.2.3 From b47b28d3cfb8b249cce343031507864de99117a7 Mon Sep 17 00:00:00 2001 From: Antti Kokko Date: Wed, 20 Feb 2019 15:21:30 +0200 Subject: Add changes file for Qt 5.12.2 Change-Id: I41bb4f924b9091b550354065211672e31088d1cb Reviewed-by: Kai Koehne Reviewed-by: Leena Miettinen --- dist/changes-5.12.2 | 73 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 dist/changes-5.12.2 diff --git a/dist/changes-5.12.2 b/dist/changes-5.12.2 new file mode 100644 index 000000000..ad427ecce --- /dev/null +++ b/dist/changes-5.12.2 @@ -0,0 +1,73 @@ +Qt 5.12.2 is a bug-fix release. It maintains both forward and backward +compatibility (source and binary) with Qt 5.12.0 through 5.12.1. + +For more details, refer to the online documentation included in this +distribution. The documentation is also available online: + +https://doc.qt.io/qt-5/index.html + +The Qt version 5.12 series is binary compatible with the 5.11.x series. +Applications compiled for 5.11 will continue to run with 5.12. + +Some of the changes listed in this file include issue tracking numbers +corresponding to tasks in the Qt Bug Tracker: + +https://bugreports.qt.io/ + +Each of these identifiers can be entered in the bug tracker to obtain more +information about a particular change. + +**************************************************************************** +* Qt 5.12.2 Changes * +**************************************************************************** + +Behavior Changes +---------------- + + - Deleting a download item will now also cancel the download if it is + still in progress. + + +Chromium +-------- + + - Security fixes from Chromium up to version 72.0.3626.96, including: + * CVE-2019-5754 + * CVE-2019-5755 + * CVE-2019-5756 + * CVE-2019-5757 + * CVE-2019-5758 + * CVE-2019-5759 + * CVE-2019-5760 + * CVE-2019-5762 + * CVE-2019-5763 + * CVE-2019-5764 + * CVE-2019-5769 + * CVE-2019-5770 + * CVE-2019-5775 + * CVE-2019-5776 + * CVE-2019-5777 + * CVE-2019-5779 + * CVE-2019-5781 + * CVE-2019-5782 + * CVE-2019-5783 + * CVE-2019-5784 + * Security issue 895117 + * Security issue 895970 + * Security issue 899689 + * Security issue 901677 + * Security issue 903500 + * Security issue 907047 + * Security issue 908358 + * Security issue 911253 + * Security issue 912508 + * Security issue 912520 + * Security issue 922677 + +General +------- + + - [QTBUG-72021] Improved tooltip wrapping to match other browsers. + - [QTBUG-72714] Fixed clipboard API not being permitted when settings allowed it. + - [QTBUG-73839] Fixed minor memory leak per download. + - Fixed regression in certificate transparency checking. -- cgit v1.2.3