From: Daniel Golle Date: Mon, 19 Dec 2022 21:39:38 +0000 (+0000) Subject: gawk: update to version 5.2.1 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=cd62b2332b5d3c891afe950c6c6db5c32334121d;p=feed%2Fpackages.git gawk: update to version 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. Signed-off-by: Daniel Golle --- diff --git a/utils/gawk/Makefile b/utils/gawk/Makefile index b4361f1bec..a8bd99f5d0 100644 --- a/utils/gawk/Makefile +++ b/utils/gawk/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gawk -PKG_VERSION:=5.2.0 +PKG_VERSION:=5.2.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@GNU/gawk -PKG_HASH:=e4ddbad1c2ef10e8e815ca80208d0162d4c983e6cca16f925e8418632d639018 +PKG_HASH:=673553b91f9e18cc5792ed51075df8d510c9040f550a6f74e09c9add243a7e4f PKG_MAINTAINER:=Daniel Golle PKG_LICENSE:=GPL-3.0-or-later