Received: by mail.netbsd.org (Postfix, from userid 605) id 8D9B684E4D; Tue, 28 Nov 2017 15:50:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C248B84E4E for ; Tue, 28 Nov 2017 15:50:57 +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 6OSU-1jQQFwW for ; Tue, 28 Nov 2017 15:50:57 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4CD1E84D55 for ; Tue, 28 Nov 2017 15:50:57 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D9C25FB40; Tue, 28 Nov 2017 15:50:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1511884256201260" MIME-Version: 1.0 Date: Tue, 28 Nov 2017 15:50:56 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/sysutils/di To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20171128155056.D9C25FB40@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. --_----------=_1511884256201260 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Nov 28 15:50:56 UTC 2017 Modified Files: pkgsrc/sysutils/di: Makefile distinfo Log Message: di: update to 4.44. Provided by Brad Lanam in PR 52770. 4.44 [2017-5-23] Fixed check of exabyte sized filesystems. The signed check now only checks for -1 and -2; there could still be situations where the overflow exactly matches these values. Added faster method for windows check for missing removable filesystems. 4.43 [2016-8-9] Cleaned up some compiler warnings. Fixed memory allocation problem. Tcl interface fixes 4.42 [2016-2-22] Fixed a parsing bug in the Tcl interface. Added a Perl interface. 4.41 [2016-1-24] Fixed bug specifying more than one filesystem on the command line. Added sort by free space, total space. Updated manual page: missing, new sort options. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/sysutils/di/Makefile \ pkgsrc/sysutils/di/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1511884256201260 Content-Disposition: inline Content-Length: 1488 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/di/Makefile diff -u pkgsrc/sysutils/di/Makefile:1.3 pkgsrc/sysutils/di/Makefile:1.4 --- pkgsrc/sysutils/di/Makefile:1.3 Tue Aug 1 14:59:05 2017 +++ pkgsrc/sysutils/di/Makefile Tue Nov 28 15:50:56 2017 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2017/08/01 14:59:05 wiz Exp $ -# +# $NetBSD: Makefile,v 1.4 2017/11/28 15:50:56 wiz Exp $ -DISTNAME= di-4.40 +DISTNAME= di-4.44 CATEGORIES= sysutils MASTER_SITES= https://gentoo.com/di/ Index: pkgsrc/sysutils/di/distinfo diff -u pkgsrc/sysutils/di/distinfo:1.3 pkgsrc/sysutils/di/distinfo:1.4 --- pkgsrc/sysutils/di/distinfo:1.3 Sun Jan 24 11:07:49 2016 +++ pkgsrc/sysutils/di/distinfo Tue Nov 28 15:50:56 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2016/01/24 11:07:49 leot Exp $ +$NetBSD: distinfo,v 1.4 2017/11/28 15:50:56 wiz Exp $ -SHA1 (di-4.40.tar.gz) = 81161534dc26ff5a70a25ac2282221d17f47b718 -RMD160 (di-4.40.tar.gz) = fea69d9841c02ede4bee95d66c579c2d610a281f -SHA512 (di-4.40.tar.gz) = 1f7aeed4f68b91dd6d2e0cfbafaa86d9b93d37c741b1087e3d9e788c34356878995485102f4018e48681925542a4814fa6245ccfa976c1c2ff406530715cde67 -Size (di-4.40.tar.gz) = 219245 bytes +SHA1 (di-4.44.tar.gz) = 2ca647330f9ef81af3275e560d24f7dfe47f7e88 +RMD160 (di-4.44.tar.gz) = 979550c3a94a87ad01b6315e8e4cbc4b4940c54c +SHA512 (di-4.44.tar.gz) = e4d04def74ee1d9349daa8f01519243833135d63220678b3841505ba2d4667d1d5ec81a09e891bf1abb5e0016fc9cb6e674292665d0d29af7371160ff6eced5c +Size (di-4.44.tar.gz) = 267509 bytes --_----------=_1511884256201260--