From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 22E1115ACFB for ; Sat, 15 Apr 2023 17:16:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3751EE087B; Sat, 15 Apr 2023 17:16:49 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1A467E087B for ; Sat, 15 Apr 2023 17:16:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EF33933BEE8 for ; Sat, 15 Apr 2023 17:16:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 182FEA41 for ; Sat, 15 Apr 2023 17:16:46 +0000 (UTC) From: "Jimi Huotari" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jimi Huotari" Message-ID: <1681665351.7792d44b4fc30792722ed7c8d1028f142f11c444.chiitoo@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtwebengine/ X-VCS-Repository: proj/qt X-VCS-Files: dev-qt/qtwebengine/qtwebengine-6.4.9999.ebuild dev-qt/qtwebengine/qtwebengine-6.5.9999.ebuild dev-qt/qtwebengine/qtwebengine-6.9999.ebuild X-VCS-Directories: dev-qt/qtwebengine/ X-VCS-Committer: chiitoo X-VCS-Committer-Name: Jimi Huotari X-VCS-Revision: 7792d44b4fc30792722ed7c8d1028f142f11c444 X-VCS-Branch: master Date: Sat, 15 Apr 2023 17:16:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0e7858b9-1403-4f0e-8dfa-441c3ac32913 X-Archives-Hash: 80246059f2c3a72f7ac06260ac8f6c22 commit: 7792d44b4fc30792722ed7c8d1028f142f11c444 Author: Jimi Huotari gentoo org> AuthorDate: Sun Apr 16 17:15:51 2023 +0000 Commit: Jimi Huotari gentoo org> CommitDate: Sun Apr 16 17:15:51 2023 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=7792d44b dev-qt/qtwebengine: update chromium versions Signed-off-by: Jimi Huotari gentoo.org> dev-qt/qtwebengine/qtwebengine-6.4.9999.ebuild | 2 +- dev-qt/qtwebengine/qtwebengine-6.5.9999.ebuild | 4 ++-- dev-qt/qtwebengine/qtwebengine-6.9999.ebuild | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-qt/qtwebengine/qtwebengine-6.4.9999.ebuild b/dev-qt/qtwebengine/qtwebengine-6.4.9999.ebuild index 773b19a7..9df94998 100644 --- a/dev-qt/qtwebengine/qtwebengine-6.4.9999.ebuild +++ b/dev-qt/qtwebengine/qtwebengine-6.4.9999.ebuild @@ -6,7 +6,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{9..11} ) PYTHON_REQ_USE="xml(+)" CHROMIUM_VER="102.0.5005.177" -CHROMIUM_PATCHES_VER="107.0.5304.110" +CHROMIUM_PATCHES_VER="110.0.5481.78" inherit check-reqs estack flag-o-matic multiprocessing python-any-r1 qt6-build diff --git a/dev-qt/qtwebengine/qtwebengine-6.5.9999.ebuild b/dev-qt/qtwebengine/qtwebengine-6.5.9999.ebuild index ec7a8579..2ad4c1c5 100644 --- a/dev-qt/qtwebengine/qtwebengine-6.5.9999.ebuild +++ b/dev-qt/qtwebengine/qtwebengine-6.5.9999.ebuild @@ -5,8 +5,8 @@ EAPI=8 PYTHON_COMPAT=( python3_{9..11} ) PYTHON_REQ_USE="xml(+)" -CHROMIUM_VER="106.0.5249.207" -CHROMIUM_PATCHES_VER="106.0.5249.207" +CHROMIUM_VER="108.0.5359.181" +CHROMIUM_PATCHES_VER="110.0.5481.104" inherit check-reqs estack flag-o-matic multiprocessing python-any-r1 qt6-build diff --git a/dev-qt/qtwebengine/qtwebengine-6.9999.ebuild b/dev-qt/qtwebengine/qtwebengine-6.9999.ebuild index ec7a8579..2ad4c1c5 100644 --- a/dev-qt/qtwebengine/qtwebengine-6.9999.ebuild +++ b/dev-qt/qtwebengine/qtwebengine-6.9999.ebuild @@ -5,8 +5,8 @@ EAPI=8 PYTHON_COMPAT=( python3_{9..11} ) PYTHON_REQ_USE="xml(+)" -CHROMIUM_VER="106.0.5249.207" -CHROMIUM_PATCHES_VER="106.0.5249.207" +CHROMIUM_VER="108.0.5359.181" +CHROMIUM_PATCHES_VER="110.0.5481.104" inherit check-reqs estack flag-o-matic multiprocessing python-any-r1 qt6-build