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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EAAE61382C5 for ; Thu, 4 Jan 2018 17:18:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50DA2E096F; Thu, 4 Jan 2018 17:18:59 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2FA4FE096F for ; Thu, 4 Jan 2018 17:18:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1A81E335C0C for ; Thu, 4 Jan 2018 17:18:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4554E1A6 for ; Thu, 4 Jan 2018 17:18:55 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1515086299.41787a15cf62692c494063f656c82bbf849df8ea.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/wxGTK/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/wxGTK/wxGTK-3.0.3.ebuild X-VCS-Directories: x11-libs/wxGTK/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 41787a15cf62692c494063f656c82bbf849df8ea X-VCS-Branch: master Date: Thu, 4 Jan 2018 17:18:55 +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-Archives-Salt: ca9af8a1-5aab-4b1b-8927-c5e0991ba8d5 X-Archives-Hash: 7c89f9505e18605b1e286fb5457c77dc commit: 41787a15cf62692c494063f656c82bbf849df8ea Author: Mart Raudsepp gentoo org> AuthorDate: Thu Jan 4 03:31:03 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Thu Jan 4 17:18:19 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41787a15 x11-libs/wxGTK: remove USE=webkit (wxWebView) support from gtk2 based SLOT=3.0 gtk2 supporting webkit-gtk versions have not received security fixes for years, so don't allow subjecting oneself to such an unsafe possibility. The only in-tree wxGTK:3.0[webkit] consumer was ported to wxGTK:3.0-gtk3[webkit], which will have a security safe version in a subsequent commit. Bug: https://bugs.gentoo.org/629122 Package-Manager: Portage-2.3.19, Repoman-2.3.6 x11-libs/wxGTK/wxGTK-3.0.3.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/x11-libs/wxGTK/wxGTK-3.0.3.ebuild b/x11-libs/wxGTK/wxGTK-3.0.3.ebuild index 2f84b71d6cd..316720cf495 100644 --- a/x11-libs/wxGTK/wxGTK-3.0.3.ebuild +++ b/x11-libs/wxGTK/wxGTK-3.0.3.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/wxWidgets/wxWidgets/releases/download/v${PV}/wxWidge doc? ( https://github.com/wxWidgets/wxWidgets/releases/download/v${PV}/wxWidgets-${PV}-docs-html.tar.bz2 )" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" -IUSE="+X aqua doc debug gstreamer libnotify opengl sdl tiff webkit" +IUSE="+X aqua doc debug gstreamer libnotify opengl sdl tiff" SLOT="3.0" @@ -34,7 +34,6 @@ RDEPEND=" libnotify? ( x11-libs/libnotify[${MULTILIB_USEDEP}] ) opengl? ( virtual/opengl[${MULTILIB_USEDEP}] ) tiff? ( media-libs/tiff:0[${MULTILIB_USEDEP}] ) - webkit? ( net-libs/webkit-gtk:2 ) ) aqua? ( x11-libs/gtk+:2[aqua=,${MULTILIB_USEDEP}] @@ -92,8 +91,8 @@ multilib_src_configure() { --with-libxpm=sys --with-libjpeg=sys --without-gnomevfs + --disable-webview $(use_enable gstreamer mediactrl) - $(multilib_native_use_enable webkit webview) $(use_with libnotify) $(use_with opengl) $(use_with tiff libtiff sys)"