Received: by mail.netbsd.org (Postfix, from userid 605) id C604F84E7E; Sun, 27 Nov 2022 23:11:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EE8DF84E76 for ; Sun, 27 Nov 2022 23:11:29 +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 bFmiuXcrp4g6 for ; Sun, 27 Nov 2022 23:11:29 +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 5BA3284E69 for ; Sun, 27 Nov 2022 23:11:29 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5572BFA90; Sun, 27 Nov 2022 23:11:29 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1669590689202390" MIME-Version: 1.0 Date: Sun, 27 Nov 2022 23:11:29 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/lang/gawk To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20221127231129.5572BFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1669590689202390 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Nov 27 23:11:29 UTC 2022 Modified Files: pkgsrc/lang/gawk: Makefile distinfo Log Message: gawk: update to 5.2.1. Changes from 5.2.0 to 5.2.1 --------------------------- 1. Infrastructure upgrades: PMA version Avon 8. 2. Issues related to the sign of NaN and Inf values on RiscV have been fixed; gawk now gives identical results on that platform as it does on others. 3. A few issues with the debugger have been fixed. 4. More subtle issues with untyped array elements being passed to functions have been fixed. 5. The rwarray extension's readall() function has had some bugs fixed. 6. The PMA allocator is now supported on FreeBSD, OpenBSD and Linux on S/390x. Is is now supported also on both Intel and M1 macOS systems. 7. There have been several minor code cleanups and bug fixes. See the ChangeLog for details. To generate a diff of this commit: cvs rdiff -u -r1.75 -r1.76 pkgsrc/lang/gawk/Makefile cvs rdiff -u -r1.46 -r1.47 pkgsrc/lang/gawk/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1669590689202390 Content-Disposition: inline Content-Length: 1664 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/gawk/Makefile diff -u pkgsrc/lang/gawk/Makefile:1.75 pkgsrc/lang/gawk/Makefile:1.76 --- pkgsrc/lang/gawk/Makefile:1.75 Mon Sep 12 09:55:55 2022 +++ pkgsrc/lang/gawk/Makefile Sun Nov 27 23:11:29 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.75 2022/09/12 09:55:55 wiz Exp $ +# $NetBSD: Makefile,v 1.76 2022/11/27 23:11:29 wiz Exp $ -DISTNAME= gawk-5.2.0 +DISTNAME= gawk-5.2.1 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_GNU:=gawk/} EXTRACT_SUFX= .tar.xz Index: pkgsrc/lang/gawk/distinfo diff -u pkgsrc/lang/gawk/distinfo:1.46 pkgsrc/lang/gawk/distinfo:1.47 --- pkgsrc/lang/gawk/distinfo:1.46 Mon Sep 12 09:55:55 2022 +++ pkgsrc/lang/gawk/distinfo Sun Nov 27 23:11:29 2022 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.46 2022/09/12 09:55:55 wiz Exp $ +$NetBSD: distinfo,v 1.47 2022/11/27 23:11:29 wiz Exp $ -BLAKE2s (gawk-5.2.0.tar.xz) = 3cdac91f9df73c4b40f7313b9c93ad055344ba78b24dc5dcb630044d36dac822 -SHA512 (gawk-5.2.0.tar.xz) = e81e1efb1be06f82602e704d10e8de4b78797d058d9718d353e0837660dc8adf952965240c0a3b1a71c3e295f2e9641eacf64496d1d896edd81b101e09a656ac -Size (gawk-5.2.0.tar.xz) = 3385496 bytes +BLAKE2s (gawk-5.2.1.tar.xz) = 5459d82a3018dd78e2974641d31c34adbc1972714c1e74d0d2bf64f9f0493e60 +SHA512 (gawk-5.2.1.tar.xz) = f81da3e61987d1460326dc79fdbabacfd4660219bf66ec8ba18877500fd24e160761e401a5b868067f82bec46a6a808098f3f6a1f4c8b710e439cd3f99ffa56c +Size (gawk-5.2.1.tar.xz) = 3411420 bytes SHA1 (patch-Makefile.in) = dd9f67382e8300a56b8f6b28c3c7813ea4971f60 SHA1 (patch-extension_Makefile.in) = 07184d54caadbdc4193d1ba2ee52eb557900bdf3 SHA1 (patch-extension_gawkfts.c) = a88ac0ed14be5133cf081bf25ab8663f0f3372a7 --_----------=_1669590689202390--