diff options
author | Eduardo Chappa <chappa@washington.edu> | 2014-02-02 00:18:35 -0700 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2014-02-02 00:18:35 -0700 |
commit | 18a5af00c1cf15852d694d20c58e7271112263d8 (patch) | |
tree | 5b46b810260e0161cb3c9eac5e04d80712651b84 /configure | |
parent | 1bf084e1ed4cd931b08e233a3f5c30cc9de05dfc (diff) | |
download | alpine-18a5af00c1cf15852d694d20c58e7271112263d8.tar.xz |
* Update to version 2.19.5
* check bounds and tie strings off to improve security. Contributed by
James Jerkins.
* Alpine crashed when a user attempted to add a folder collection, due
to bug in GET_NAMESPACE in imap4r1.c.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -1,7 +1,7 @@ #! /bin/sh # From configure.ac Rev:8 by chappa@washington.edu. # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for alpine 2.19.4. +# Generated by GNU Autoconf 2.69 for alpine 2.19.5. # # Report bugs to <chappa@washington.edu>. # @@ -730,8 +730,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='alpine' PACKAGE_TARNAME='alpine' -PACKAGE_VERSION='2.19.4' -PACKAGE_STRING='alpine 2.19.4' +PACKAGE_VERSION='2.19.5' +PACKAGE_STRING='alpine 2.19.5' PACKAGE_BUGREPORT='chappa@washington.edu' PACKAGE_URL='' @@ -1596,7 +1596,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 alpine 2.19.4 to adapt to many kinds of systems. +\`configure' configures alpine 2.19.5 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1666,7 +1666,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of alpine 2.19.4:";; + short | recursive ) echo "Configuration of alpine 2.19.5:";; esac cat <<\_ACEOF @@ -1952,7 +1952,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -alpine configure 2.19.4 +alpine configure 2.19.5 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2558,7 +2558,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 alpine $as_me 2.19.4, which was +It was created by alpine $as_me 2.19.5, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -3379,7 +3379,7 @@ fi # Define the identity of the package. PACKAGE='alpine' - VERSION='2.19.4' + VERSION='2.19.5' cat >>confdefs.h <<_ACEOF @@ -20335,7 +20335,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 alpine $as_me 2.19.4, which was +This file was extended by alpine $as_me 2.19.5, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -20401,7 +20401,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="\\ -alpine config.status 2.19.4 +alpine config.status 2.19.5 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" |