pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/gawk



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.

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



Home | Main Index | Thread Index | Old Index