diff options
author | Eduardo Chappa <chappa@washington.edu> | 2014-04-08 23:57:49 -0600 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2014-04-08 23:57:49 -0600 |
commit | 7d34d6b88a46a8cf950dc6305fa3c781edd9d4f7 (patch) | |
tree | abcec7bc059644ca5ed9322e6bb1dda09743eccc /configure | |
parent | 6a18937898292e97c15289e5ecd5d8f1c2205110 (diff) | |
download | alpine-7d34d6b88a46a8cf950dc6305fa3c781edd9d4f7.tar.xz |
* Fixes bug in 2.19.8 that would make Alpine fail to build in Windows.
* S/MIME configuration screen would deinitialize smime, not allowing
it to send encrypted or signed messages.
* Add documentation for /loser option in definition of external servers.
* crashing bug in certificate management screen due to a BIO_free() call
of memory that had not been allocated.
* When the password file is decrypted, smime is inited. If smime is inited
before the .pinerc is read, some values might not be correctly set.
* When a password file exists, and S/MIME is enabled, encrypt it by either
using an existing key/certificate pair. The key is saved separately
in ~/.alpine-smime/.pwd, or in the directory specified by the
-pwdcertdir command line option.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 40 |
1 files changed, 22 insertions, 18 deletions
@@ -1,5 +1,5 @@ #! /bin/sh -# From configure.ac Rev:9 by chappa@washington.edu. +# From configure.ac Rev:13 by chappa@washington.edu. # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.69 for alpine 2.19.9. # @@ -1834,7 +1834,8 @@ Optional Packages: --with-default-printer=VALUE Default printer (ANSI_PRINTER) --with-passfile=FILENAME - Password cache file (NOT secure, NOT recommended) + Password cache file (recommended when S/MIME is + enabled and configured) --without-local-password-cache Disable OS-specific password cache, if supported --with-local-password-cache-method @@ -5586,13 +5587,13 @@ if ${lt_cv_nm_interface+:} false; then : else lt_cv_nm_interface="BSD nm" echo "int some_variable = 0;" > conftest.$ac_ext - (eval echo "\"\$as_me:5589: $ac_compile\"" >&5) + (eval echo "\"\$as_me:5590: $ac_compile\"" >&5) (eval "$ac_compile" 2>conftest.err) cat conftest.err >&5 - (eval echo "\"\$as_me:5592: $NM \\\"conftest.$ac_objext\\\"\"" >&5) + (eval echo "\"\$as_me:5593: $NM \\\"conftest.$ac_objext\\\"\"" >&5) (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) cat conftest.err >&5 - (eval echo "\"\$as_me:5595: output\"" >&5) + (eval echo "\"\$as_me:5596: output\"" >&5) cat conftest.out >&5 if $GREP 'External.*some_variable' conftest.out > /dev/null; then lt_cv_nm_interface="MS dumpbin" @@ -6787,7 +6788,7 @@ ia64-*-hpux*) ;; *-*-irix6*) # Find out which ABI we are using. - echo '#line 6790 "configure"' > conftest.$ac_ext + echo '#line 6791 "configure"' > conftest.$ac_ext if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? @@ -8316,11 +8317,11 @@ else -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:8319: $lt_compile\"" >&5) + (eval echo "\"\$as_me:8320: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:8323: \$? = $ac_status" >&5 + echo "$as_me:8324: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. @@ -8655,11 +8656,11 @@ else -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:8658: $lt_compile\"" >&5) + (eval echo "\"\$as_me:8659: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:8662: \$? = $ac_status" >&5 + echo "$as_me:8663: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. @@ -8760,11 +8761,11 @@ else -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:8763: $lt_compile\"" >&5) + (eval echo "\"\$as_me:8764: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:8767: \$? = $ac_status" >&5 + echo "$as_me:8768: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized @@ -8815,11 +8816,11 @@ else -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:8818: $lt_compile\"" >&5) + (eval echo "\"\$as_me:8819: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:8822: \$? = $ac_status" >&5 + echo "$as_me:8823: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized @@ -11183,7 +11184,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11186 "configure" +#line 11187 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -11279,7 +11280,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11282 "configure" +#line 11283 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -15549,6 +15550,7 @@ fi + # Check whether --with-local-password-cache was given. if test "${with_local_password_cache+set}" = set; then : withval=$with_local_password_cache; @@ -17088,8 +17090,8 @@ fi if test "$alpine_has_ldap" = "yes" ; then - { $as_echo "$as_me:${as_lineno-$LINENO}: Including LDAP Support" >&5 -$as_echo "$as_me: Including LDAP Support" >&6;} + { $as_echo "$as_me:${as_lineno-$LINENO}: * * * Including LDAP Support" >&5 +$as_echo "$as_me: * * * Including LDAP Support" >&6;} $as_echo "#define ENABLE_LDAP /**/" >>confdefs.h @@ -19673,6 +19675,8 @@ $as_echo "$as_me: SSL Problem: certificate directory not found" >&6;} if test "x$with_smime" != "xno" ; then if test -n "$certdir" ; then + { $as_echo "$as_me:${as_lineno-$LINENO}: * * * S/MIME support enabled" >&5 +$as_echo "$as_me: * * * S/MIME support enabled" >&6;} $as_echo "#define SMIME /**/" >>confdefs.h |