Received: by mail.netbsd.org (Postfix, from userid 605) id C7EE484EDB; Thu, 21 Feb 2019 09:37:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4E6B984DAB for ; Thu, 21 Feb 2019 09:37:03 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id hW1iCdl0JOBW for ; Thu, 21 Feb 2019 09:37:02 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C2DA984CFD for ; Thu, 21 Feb 2019 09:37:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BD656FB16; Thu, 21 Feb 2019 09:37:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_15507418225940" MIME-Version: 1.0 Date: Thu, 21 Feb 2019 09:37:02 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/x11/xfsinfo To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20190221093702.BD656FB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_15507418225940 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Feb 21 09:37:02 UTC 2019 Modified Files: pkgsrc/x11/xfsinfo: Makefile distinfo Log Message: xfsinfo: update to 1.0.6. This release fixes a bug in 64-bit builds which caused the maximum request size to be incorrectly calculated. Alan Coopersmith (4): Correctly report maximum request size when sizeof(long) != 4 Update README for gitlab migration Update configure.ac bug URL for gitlab migration xfsinfo 1.0.6 Emil Velikov (1): autogen.sh: use quoted string variables Mihail Konev (1): autogen: add default patch prefix Peter Hutterer (1): autogen.sh: use exec instead of waiting for configure to finish To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/x11/xfsinfo/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/x11/xfsinfo/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_15507418225940 Content-Disposition: inline Content-Length: 1595 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/xfsinfo/Makefile diff -u pkgsrc/x11/xfsinfo/Makefile:1.4 pkgsrc/x11/xfsinfo/Makefile:1.5 --- pkgsrc/x11/xfsinfo/Makefile:1.4 Wed Mar 7 11:57:46 2018 +++ pkgsrc/x11/xfsinfo/Makefile Thu Feb 21 09:37:02 2019 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2018/03/07 11:57:46 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2019/02/21 09:37:02 wiz Exp $ -DISTNAME= xfsinfo-1.0.5 -PKGREVISION= 1 +DISTNAME= xfsinfo-1.0.6 CATEGORIES= fonts x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 Index: pkgsrc/x11/xfsinfo/distinfo diff -u pkgsrc/x11/xfsinfo/distinfo:1.2 pkgsrc/x11/xfsinfo/distinfo:1.3 --- pkgsrc/x11/xfsinfo/distinfo:1.2 Wed Nov 4 03:29:06 2015 +++ pkgsrc/x11/xfsinfo/distinfo Thu Feb 21 09:37:02 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2015/11/04 03:29:06 agc Exp $ +$NetBSD: distinfo,v 1.3 2019/02/21 09:37:02 wiz Exp $ -SHA1 (xfsinfo-1.0.5.tar.bz2) = 7513e16ba5c8fef31aeaff4a42bf131859e75ee0 -RMD160 (xfsinfo-1.0.5.tar.bz2) = 19abd94f21c52aaf3abf99bf5e18223b1684f965 -SHA512 (xfsinfo-1.0.5.tar.bz2) = 49fcbe91ac121022ccecd4a2f0e55a9a5cce7ba12b713be78b3b7f2847e622631bca6f6647256a956910fda591a87b524b966d5c849b8b2526d6f1a1960fe57f -Size (xfsinfo-1.0.5.tar.bz2) = 122941 bytes +SHA1 (xfsinfo-1.0.6.tar.bz2) = cbfe7470179f1ab5eecf992226dc1b28902c6b4c +RMD160 (xfsinfo-1.0.6.tar.bz2) = 2de4e80d858d42c7c3893244613d536b3e96c729 +SHA512 (xfsinfo-1.0.6.tar.bz2) = 901fc3817d7c95f2ba75ed0c51de91abd8efa67bbb93ad6b7d66e56a2f721af9db364e92f9ef2e719835fd48e934a5ea7402e5565c0ccd9b6b82633e869dc57b +Size (xfsinfo-1.0.6.tar.bz2) = 124948 bytes --_----------=_15507418225940--