Received: by mail.netbsd.org (Postfix, from userid 605) id 6AE3584E91; Sat, 31 Dec 2022 19:09:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9C14184E7D for ; Sat, 31 Dec 2022 19:09:51 +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 d4kRDZt88XHS for ; Sat, 31 Dec 2022 19:09:51 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 1E4CE84D00 for ; Sat, 31 Dec 2022 19:09:51 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1BBCDFA90; Sat, 31 Dec 2022 19:09:50 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1672513790139900" MIME-Version: 1.0 Date: Sat, 31 Dec 2022 19:09:50 +0000 From: "Frederic Cambus" Subject: CVS commit: pkgsrc/textproc/miller To: pkgsrc-changes@NetBSD.org Reply-To: fcambus@netbsd.org X-Mailer: log_accum Message-Id: <20221231190951.1BBCDFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1672513790139900 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fcambus Date: Sat Dec 31 19:09:50 UTC 2022 Modified Files: pkgsrc/textproc/miller: Makefile distinfo Log Message: miller: update to 5.10.4. Miller 5 is long-gone; 6.0.0 was released almost a year ago. Yet issue #1108 reports a critical memory-corruption bug on 5.10.3; this fixes that. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 pkgsrc/textproc/miller/Makefile cvs rdiff -u -r1.24 -r1.25 pkgsrc/textproc/miller/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1672513790139900 Content-Disposition: inline Content-Length: 1554 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/miller/Makefile diff -u pkgsrc/textproc/miller/Makefile:1.23 pkgsrc/textproc/miller/Makefile:1.24 --- pkgsrc/textproc/miller/Makefile:1.23 Wed Mar 24 10:31:04 2021 +++ pkgsrc/textproc/miller/Makefile Sat Dec 31 19:09:50 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.23 2021/03/24 10:31:04 fcambus Exp $ +# $NetBSD: Makefile,v 1.24 2022/12/31 19:09:50 fcambus Exp $ -DISTNAME= miller-5.10.2 +DISTNAME= miller-5.10.4 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=johnkerl/} GITHUB_TAG= v${PKGVERSION_NOREV} Index: pkgsrc/textproc/miller/distinfo diff -u pkgsrc/textproc/miller/distinfo:1.24 pkgsrc/textproc/miller/distinfo:1.25 --- pkgsrc/textproc/miller/distinfo:1.24 Tue Oct 26 11:22:22 2021 +++ pkgsrc/textproc/miller/distinfo Sat Dec 31 19:09:50 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.24 2021/10/26 11:22:22 nia Exp $ +$NetBSD: distinfo,v 1.25 2022/12/31 19:09:50 fcambus Exp $ -BLAKE2s (miller-5.10.2.tar.gz) = 33e5db991287472bcdd27e9c235560c6e0ad0bab5caafafaa29c8514a27b531e -SHA512 (miller-5.10.2.tar.gz) = be40611b055d94f3b0ef75b35dfd242dd4942dce3292bb01b48a6a12f9e4c09fc43bb9d0650902c7aa13328d9a2bbcea4da2964af58d07f39ae63b34712a45f5 -Size (miller-5.10.2.tar.gz) = 6192382 bytes +BLAKE2s (miller-5.10.4.tar.gz) = 2414f5adb88b079f73296ee4ec74402f1cd6c5fcb7932f3b17ac8efba2aca932 +SHA512 (miller-5.10.4.tar.gz) = 331db19036a320680700875b5d396af3cdc308be618a58fdad71c2255518411014db805451970ed7ede1481512a3020eeb8f914125214df79e6007ca90ff5fc0 +Size (miller-5.10.4.tar.gz) = 6280883 bytes --_----------=_1672513790139900--