Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id E89C27186C for ; Sun, 7 Jul 2013 18:14:38 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 59C9114A489; Sun, 7 Jul 2013 18:14:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C0B1414A484 for ; Sun, 7 Jul 2013 18:14:36 +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 wqys5RANEymQ for ; Sun, 7 Jul 2013 18:14:36 +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 485E114A481 for ; Sun, 7 Jul 2013 18:14:36 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 4981496; Sun, 7 Jul 2013 18:14:36 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 7 Jul 2013 18:14:36 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/x11/qt4 To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20130707181436.4981496@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: adam Date: Sun Jul 7 18:14:36 UTC 2013 Modified Files: pkgsrc/x11/qt4: Makefile.common Log Message: Qt 4.8.5 provides overall close to 400 improvements, for example: 35 fixes to Qt Core module 65 fixes to Qt Gui module 21 Mac OS X specific fixes 15 Windows specific fixes 8 Linux/X11 specific fixes Webkit upgrade to 2.2.4 (minor improvements) Change all shmget calls to user-only memory (security) Several important fixes for the VxWorks port in the Qt Enterprise version To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 pkgsrc/x11/qt4/Makefile.common Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.