Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (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 17F00B7C88 for ; Tue, 2 Sep 2014 03:53:50 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 4A7AE14A402; Tue, 2 Sep 2014 03:53:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A6B5B14A401 for ; Tue, 2 Sep 2014 03:53:48 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id N-9L-3Z_8NrF for ; Tue, 2 Sep 2014 03:53:48 +0000 (UTC) Received: from nef.pbox.org (ns.pbox.org [IPv6:2001:41d0:1:e836::1]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.netbsd.org (Postfix) with ESMTPS id 7AB4A14A3F2 for ; Tue, 2 Sep 2014 03:52:49 +0000 (UTC) Received: from nef.pbox.org (localhost [127.0.0.1]) by nef.pbox.org (8.14.5/8.14.5/) with ESMTP id s823qbDZ021447 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 2 Sep 2014 05:52:38 +0200 (CEST) Received: (from agc@localhost) by nef.pbox.org (8.14.5/8.14.5/Submit) id s823qb2e021375 for pkgsrc-changes@netbsd.org; Tue, 2 Sep 2014 05:52:37 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B1A7214A3CD for ; Mon, 1 Sep 2014 21:06:45 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id wGwNRRTHYhWh for ; Mon, 1 Sep 2014 21:06:45 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 2E1E314A3CA for ; Mon, 1 Sep 2014 21:06:45 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 28AAE96; Mon, 1 Sep 2014 21:06:45 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Mon, 1 Sep 2014 21:06:45 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/www/webkit-gtk To: pkgsrc-changes@netbsd.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20140901210645.28AAE96@cvs.netbsd.org> X-Greylist: Sender passed SPF test, not delayed by milter-greylist-4.4.3 (nef.pbox.org [0.0.0.0]); Tue, 02 Sep 2014 05:52:38 +0200 (CEST) Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Mon Sep 1 21:06:45 UTC 2014 Modified Files: pkgsrc/www/webkit-gtk: Makefile.common distinfo Log Message: Update to 2.4.5: ================= WebKitGTK+ 2.4.5 ================= What's new in WebKitGTK+ 2.4.5? - Do not freeze the UI process while scanning plugins if there's a GTK+ 3 plugin installed. - Fix a crash when drag and drop to a WebKitWebView. - Fix a crash when navigating away from a web page containing an ogg video. - Fix slow motion rendering problem in GStreamer media backend due to integer rounding. - Make sure the plugins cache is always used even if the cache directory doesn’t exist. - Fix toggle buttons rendering with recent GTK+ versions. - Do not use GtkWindow:resize-grip-visible with recent GTK+ versions. - Add support for little-endian PowerPC64. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 pkgsrc/www/webkit-gtk/Makefile.common cvs rdiff -u -r1.67 -r1.68 pkgsrc/www/webkit-gtk/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.