Citing the release announcement: 2.72 consists largely of bug fixes. The most significant changes are support for the upcoming 2024 edition of the C standard (aka C23) and a mechanism for enabling 64-bit time_t on 32-bit platforms (--enable-year2038).
Signed-off-by: Lucas Stach <[email protected]> --- rules/host-autotools-autoconf.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/host-autotools-autoconf.make b/rules/host-autotools-autoconf.make index 99c268967af6..a68ba9af384b 100644 --- a/rules/host-autotools-autoconf.make +++ b/rules/host-autotools-autoconf.make @@ -14,8 +14,8 @@ LAZY_PACKAGES-$(PTXCONF_HOST_AUTOTOOLS_AUTOCONF) += host-autotools-autoconf # # Paths and names # -HOST_AUTOTOOLS_AUTOCONF_VERSION := 2.71 -HOST_AUTOTOOLS_AUTOCONF_MD5 := 12cfa1687ffa2606337efe1a64416106 +HOST_AUTOTOOLS_AUTOCONF_VERSION := 2.72 +HOST_AUTOTOOLS_AUTOCONF_MD5 := 1be79f7106ab6767f18391c5e22be701 HOST_AUTOTOOLS_AUTOCONF := autoconf-$(HOST_AUTOTOOLS_AUTOCONF_VERSION) HOST_AUTOTOOLS_AUTOCONF_SUFFIX := tar.xz HOST_AUTOTOOLS_AUTOCONF_URL := $(call ptx/mirror, GNU, autoconf/$(HOST_AUTOTOOLS_AUTOCONF).$(HOST_AUTOTOOLS_AUTOCONF_SUFFIX)) -- 2.47.3
