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 DC644A665C for ; Sun, 2 Nov 2014 22:14:32 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 4065114A1A8; Sun, 2 Nov 2014 22:14:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1646F14A1A5 for ; Sun, 2 Nov 2014 22:14:29 +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 9CM2SFolEBZu for ; Sun, 2 Nov 2014 22:14:28 +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 891BA14A1A3 for ; Sun, 2 Nov 2014 22:14:28 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 7AE5D98; Sun, 2 Nov 2014 22:14:28 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 2 Nov 2014 22:14:28 +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: <20141102221428.7AE5D98@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Sun Nov 2 22:14:28 UTC 2014 Modified Files: pkgsrc/www/webkit-gtk: Makefile.common distinfo Log Message: Update to 2.4.7: ================= WebKitGTK+ 2.4.7 ================= What's new in WebKitGTK+ 2.4.7? - SSLv3 is now disabled in WebKit2 to protect us against POODLE vulnerability. - Fix the remote web inspector. - Fix rendering of buttons, selections and lists with recent GTK+ versions. - Fix the build with drag and drop support disabled. - Fix the build with video support disabled. - Fix a crash in the plugin process with some windowed flash plugins. - TLS errors now take precedence over the HTTP authentication dialog. - Do not shrink on-disk cache to its default size on startup. - Don't include full path names in WebKitEnumTypes.h to ensure the generated headers are always identical. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 pkgsrc/www/webkit-gtk/Makefile.common cvs rdiff -u -r1.70 -r1.71 pkgsrc/www/webkit-gtk/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.