Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 276AE7A3D8 for ; Tue, 12 Apr 2016 07:58:06 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 9641F85F3B; Tue, 12 Apr 2016 07:58:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2501185E7C for ; Tue, 12 Apr 2016 07:58:05 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id lIWldTUggIQj for ; Tue, 12 Apr 2016 07:58:04 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8659384CE8 for ; Tue, 12 Apr 2016 07:58:04 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 80EBFFBBA; Tue, 12 Apr 2016 07:58:04 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Tue, 12 Apr 2016 07:58:04 +0000 From: "Leonardo Taccari" Subject: CVS commit: pkgsrc/www/webkit-gtk To: pkgsrc-changes@NetBSD.org Reply-To: leot@netbsd.org X-Mailer: log_accum Message-Id: <20160412075804.80EBFFBBA@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: leot Date: Tue Apr 12 07:58:04 UTC 2016 Modified Files: pkgsrc/www/webkit-gtk: Makefile PLIST distinfo options.mk pkgsrc/www/webkit-gtk/patches: patch-Source_cmake_OptionsGTK.cmake Removed Files: pkgsrc/www/webkit-gtk/patches: patch-Source_JavaScriptCore_runtime_Options.cpp Log Message: Update www/webkit-gtk to 2.10.9. Changes: ================= WebKitGTK+ 2.10.9 ================= What's new in WebKitGTK+ 2.10.9? - Revert the patch to limit the number of tiles according to the visible area introduced in 2.10.8, because it caused rendering issues in several popular websites. - Fix the build with musl libc library. - Fix the build with clang-3.8. ================= WebKitGTK+ 2.10.8 ================= What's new in WebKitGTK+ 2.10.8? - Limit the number of tiles according to the visible area. This was causing a huge memory consumption with some websites. - Fix flickering and rendering artifacts when entering accelerated compositing mode before the web view is realized. - Fix rendering of form controls and scrollbars with GTK+ >= 3.19. - Fix HTTP authentication dialog rendering when accelerated compositing mode is enabled. - Fix rendering artifacts when using a web view background color. - Fix a crash when creating a WebKitWebView without providing a WebKitWebContext. - Fix several crashes and rendering issues. - Security fixes: CVE-2016-1726. To generate a diff of this commit: cvs rdiff -u -r1.110 -r1.111 pkgsrc/www/webkit-gtk/Makefile cvs rdiff -u -r1.32 -r1.33 pkgsrc/www/webkit-gtk/PLIST cvs rdiff -u -r1.88 -r1.89 pkgsrc/www/webkit-gtk/distinfo cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/webkit-gtk/options.mk cvs rdiff -u -r1.2 -r0 \ pkgsrc/www/webkit-gtk/patches/patch-Source_JavaScriptCore_runtime_Options.cpp cvs rdiff -u -r1.8 -r1.9 \ pkgsrc/www/webkit-gtk/patches/patch-Source_cmake_OptionsGTK.cmake Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.