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 ABA5371A08 for ; Wed, 29 May 2013 22:35:10 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 1448D14A1DB; Wed, 29 May 2013 22:35:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D57E514A1DA for ; Wed, 29 May 2013 22:35:07 +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 aALw5i9RS9h1 for ; Wed, 29 May 2013 22:35:07 +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 535CC14A1D1 for ; Wed, 29 May 2013 22:35:07 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 4817496; Wed, 29 May 2013 22:35:07 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Wed, 29 May 2013 22:35:07 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/x11/libXfixes To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20130529223507.4817496@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Wed May 29 22:35:07 UTC 2013 Modified Files: pkgsrc/x11/libXfixes: Makefile distinfo Log Message: Update to 5.0.1: This bug fix release includes the fix for the recently announced CVE-2013-1983, along with some other cleanups & warning fixes. Adam Jackson (1): configure: Remove AM_MAINTAINER_MODE Alan Coopersmith (7): Strip trailing whitespace Replace deprecated Automake INCLUDES variable with AM_CPPFLAGS Remove duplicate declaration of XFixesExtensionName in Xfixesint.h XFixesFetchRegionAndBounds: use nread in call to XReadPad Use _XEatDataWords to avoid overflow of _XEatData calculations integer overflow in XFixesGetCursorImage() [CVE-2013-1983] libXfixes 5.0.1 Colin Walters (1): autogen.sh: Implement GNOME Build API Peter Hutterer (1): man: remove "current", we're way past 1.0. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/x11/libXfixes/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/x11/libXfixes/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.