From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: [PATCH] wxwidgets: Enable webview via webkit. Date: Tue, 26 Apr 2016 22:07:28 +0200 Message-ID: <87r3dsxhfj.fsf@elephly.net> References: <87y492j1a6.fsf@elephly.net> <20160331121512.4928690d@debian-netbook> <878u0zngfj.fsf@elephly.net> <20160331212059.00a18fb6@debian-netbook> <87oa9ubazw.fsf@gnu.org> <20160403165457.GA3620@debian-netbook> <878u0tiyyv.fsf@igalia.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46011) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1av9Gs-0002j5-3n for guix-devel@gnu.org; Tue, 26 Apr 2016 16:07:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1av9Go-000578-TB for guix-devel@gnu.org; Tue, 26 Apr 2016 16:07:46 -0400 Received: from sender163-mail.zoho.com ([74.201.84.163]:24400) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1av9Go-00056t-KR for guix-devel@gnu.org; Tue, 26 Apr 2016 16:07:42 -0400 In-reply-to: <878u0tiyyv.fsf@igalia.com> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Andy Wingo Cc: guix-devel Andy Wingo writes: > On Sun 03 Apr 2016 18:54, Efraim Flashner writes: > >> On Thu, Mar 31, 2016 at 11:20:19PM +0200, Ludovic Courtès wrote: >>> Efraim Flashner skribis: >>> >>> > On Thu, 31 Mar 2016 11:29:52 +0200 >>> > Ricardo Wurmus wrote: >>> >> store item total self >>> >> /gnu/store/js2mqmm3llc1ispcqll08c9s7nyi1i40-wxwidgets-3.0.2 1108.5 33.8 3.0% >>> >> /gnu/store/yj7hx4r02g8nzgfna8pwsyqynxw0fkwy-webkitgtk-2.4.10 1053.5 137.3 12.4% >> >> This sounds like a LGTM to me, and then we'll work on cutting down on >> duplicates among the dependancies. > > WebKitGTK+ 2.4 is old and has security vulnerabilities; see > https://blogs.gnome.org/mcatanzaro/2016/03/30/positive-progress-on-webkitgtk-security-updates/. > Is there no upstream update that uses more recent WebKitGTK+? Even the latest development version of wxwidgets (3.1.0) does not work with a later version of WebKitGTK+. The configure script looks for webkitgtk-3.0 and includes “webkit/webkit.h”. I don’t know how much work it would be to use the latest version of our “webkitgtk” package. ~~ Ricardo