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 D30167A166 for ; Tue, 4 Oct 2016 21:59:08 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 86E7D85EC2; Tue, 4 Oct 2016 21:59:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 170B985E77 for ; Tue, 4 Oct 2016 21:59:08 +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 K7YcT7wn7oP9 for ; Tue, 4 Oct 2016 21:59:07 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4E78284CE9 for ; Tue, 4 Oct 2016 21:59:07 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4C97EFBD2; Tue, 4 Oct 2016 21:59:07 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1475618347260360" MIME-Version: 1.0 Date: Tue, 4 Oct 2016 21:59: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: <20161004215907.4C97EFBD2@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1475618347260360 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Oct 4 21:59:07 UTC 2016 Modified Files: pkgsrc/x11/libXfixes: Makefile distinfo Log Message: Updated libXfixes to 5.0.3. Matthieu Herrb (1): libXfixes 5.0.3 Tobias Stoeckmann (1): Integer overflow on illegal server response To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/x11/libXfixes/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/x11/libXfixes/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1475618347260360 Content-Disposition: inline Content-Length: 1631 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/libXfixes/Makefile diff -u pkgsrc/x11/libXfixes/Makefile:1.11 pkgsrc/x11/libXfixes/Makefile:1.12 --- pkgsrc/x11/libXfixes/Makefile:1.11 Thu May 26 09:04:57 2016 +++ pkgsrc/x11/libXfixes/Makefile Tue Oct 4 21:59:07 2016 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2016/05/26 09:04:57 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2016/10/04 21:59:07 wiz Exp $ -DISTNAME= libXfixes-5.0.2 +DISTNAME= libXfixes-5.0.3 CATEGORIES= x11 devel MASTER_SITES= ${MASTER_SITE_XORG:=lib/} EXTRACT_SUFX= .tar.bz2 Index: pkgsrc/x11/libXfixes/distinfo diff -u pkgsrc/x11/libXfixes/distinfo:1.9 pkgsrc/x11/libXfixes/distinfo:1.10 --- pkgsrc/x11/libXfixes/distinfo:1.9 Thu May 26 09:04:57 2016 +++ pkgsrc/x11/libXfixes/distinfo Tue Oct 4 21:59:07 2016 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2016/05/26 09:04:57 wiz Exp $ +$NetBSD: distinfo,v 1.10 2016/10/04 21:59:07 wiz Exp $ -SHA1 (libXfixes-5.0.2.tar.bz2) = 56ad5e27f2cb7dcc61af4bab813464415ff0b25b -RMD160 (libXfixes-5.0.2.tar.bz2) = 7fc38d7103941ba9ce07a9e770b0e20d34e481f1 -SHA512 (libXfixes-5.0.2.tar.bz2) = 570a072da4d88653915e5bb196c4b9048482b4f9c2d2638bad5ec538de1ed799322f32c21815a3358ddedec6bde43a715d9ebb466a61fbb01eb432dfcce330a0 -Size (libXfixes-5.0.2.tar.bz2) = 305007 bytes +SHA1 (libXfixes-5.0.3.tar.bz2) = ca86342d129c02435a9ee46e38fdf1a04d6b4b91 +RMD160 (libXfixes-5.0.3.tar.bz2) = 06d1b4b5f0137081dbede802688172c3f07d9d02 +SHA512 (libXfixes-5.0.3.tar.bz2) = 72d5ee496e5c0520c95ef6bbb52deff1ee4c29792f11aa17aeb25c8ec5eb992ca502de040c77ad95835d1b1432f315b6cb7a3308b434847c28b9c2c6f9d1ac10 +Size (libXfixes-5.0.3.tar.bz2) = 294400 bytes --_----------=_1475618347260360--