From de439924205b59cafda0ab24252e585f5426ad3a Mon Sep 17 00:00:00 2001 From: sagredo-dev Date: Sat, 19 Oct 2024 09:26:45 +0200 Subject: [PATCH] Pulled version 5.6.3 --- ChangeLog | 5 ++++- configure | 20 ++++++++++---------- configure.ac | 2 +- 3 files changed, 15 insertions(+), 12 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5461504..4ffc57c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,10 @@ Numbers in square brackets ([]) are tracker items on SourceForge with patch or info related to the entry. -unreleased +5.6.3 + - bug fixed: passwords with length > 8 were denied if sha-512 was disabled + +5.6.2 - fixed a configure break where a trivial C test program exits on error with gcc-14.1 due to missing headers - vusaged/domain.c: fixed -Wimplicit-function-declaration compilation warning - vusaged/configure: autoconf 2.71 compat diff --git a/configure b/configure index 93d9e21..dc29378 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.71 for vpopmail 5.6.2. +# Generated by GNU Autoconf 2.71 for vpopmail 5.6.3. # # # Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation, @@ -608,8 +608,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='vpopmail' PACKAGE_TARNAME='vpopmail' -PACKAGE_VERSION='5.6.2' -PACKAGE_STRING='vpopmail 5.6.2' +PACKAGE_VERSION='5.6.3' +PACKAGE_STRING='vpopmail 5.6.3' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1382,7 +1382,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 vpopmail 5.6.2 to adapt to many kinds of systems. +\`configure' configures vpopmail 5.6.3 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1453,7 +1453,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of vpopmail 5.6.2:";; + short | recursive ) echo "Configuration of vpopmail 5.6.3:";; esac cat <<\_ACEOF @@ -1599,7 +1599,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -vpopmail configure 5.6.2 +vpopmail configure 5.6.3 generated by GNU Autoconf 2.71 Copyright (C) 2021 Free Software Foundation, Inc. @@ -1955,7 +1955,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 vpopmail $as_me 5.6.2, which was +It was created by vpopmail $as_me 5.6.3, which was generated by GNU Autoconf 2.71. Invocation command line was $ $0$ac_configure_args_raw @@ -3235,7 +3235,7 @@ fi # Define the identity of the package. PACKAGE='vpopmail' - VERSION='5.6.2' + VERSION='5.6.3' printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h @@ -9241,7 +9241,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 vpopmail $as_me 5.6.2, which was +This file was extended by vpopmail $as_me 5.6.3, which was generated by GNU Autoconf 2.71. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -9309,7 +9309,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config='$ac_cs_config_escaped' ac_cs_version="\\ -vpopmail config.status 5.6.2 +vpopmail config.status 5.6.3 configured by $0, generated by GNU Autoconf 2.71, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index e04ad25..2743db8 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ([2.71]) -AC_INIT([vpopmail],[5.6.2]) +AC_INIT([vpopmail],[5.6.3]) PACKAGE=$PACKAGE_NAME VERSION=$PACKAGE_VERSION