https://gcc.gnu.org/g:040a79586d40a1d8bc6f048a594793bd744a7aae
commit r16-2680-g040a79586d40a1d8bc6f048a594793bd744a7aae Author: Sam James <s...@gentoo.org> Date: Thu Jul 31 14:57:15 2025 +0100 zlib: refresh version in configure zlib/ChangeLog: * configure: Regenerate. * configure.ac: Set version to 1.3.1. Diff: --- zlib/configure | 20 ++++++++++---------- zlib/configure.ac | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/zlib/configure b/zlib/configure index 92c462d04c6a..202c15f3b513 100755 --- a/zlib/configure +++ b/zlib/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for zlib 1.1.4. +# Generated by GNU Autoconf 2.69 for zlib 1.3.1. # # # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. @@ -587,8 +587,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='zlib' PACKAGE_TARNAME='zlib' -PACKAGE_VERSION='1.1.4' -PACKAGE_STRING='zlib 1.1.4' +PACKAGE_VERSION='1.3.1' +PACKAGE_STRING='zlib 1.3.1' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1330,7 +1330,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures zlib 1.1.4 to adapt to many kinds of systems. +\`configure' configures zlib 1.3.1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1401,7 +1401,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of zlib 1.1.4:";; + short | recursive ) echo "Configuration of zlib 1.3.1:";; esac cat <<\_ACEOF @@ -1521,7 +1521,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -zlib configure 1.1.4 +zlib configure 1.3.1 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1889,7 +1889,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by zlib $as_me 1.1.4, which was +It was created by zlib $as_me 1.3.1, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2916,7 +2916,7 @@ fi # Define the identity of the package. PACKAGE='zlib' - VERSION='1.1.4' + VERSION='1.3.1' cat >>confdefs.h <<_ACEOF @@ -12256,7 +12256,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by zlib $as_me 1.1.4, which was +This file was extended by zlib $as_me 1.3.1, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -12313,7 +12313,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -zlib config.status 1.1.4 +zlib config.status 1.3.1 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/zlib/configure.ac b/zlib/configure.ac index 9501cdfea850..736b760cdf57 100644 --- a/zlib/configure.ac +++ b/zlib/configure.ac @@ -1,6 +1,6 @@ dnl Process this with autoconf to create configure -AC_INIT([zlib], [1.1.4]) +AC_INIT([zlib], [1.3.1]) AC_CONFIG_SRCDIR([zlib.h]) if test -n "${with_target_subdir}"; then