Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-13 | * Fix to the configure script to not to use the password file set up | Eduardo Chappa | |
in a Mac OS. With assistance from Jerry. | |||
2022-11-27 | * Fixes to the configure script by Florian Meyer (to fix an implicit | Eduardo Chappa | |
cast to int in a declaration of a function). | |||
2022-08-27 | * Fixes to the configure script that prevented Alpine from completing | Eduardo Chappa | |
compilation in Mac OSX due to Alpine defining a password file, when Alpine uses the KeyChain instead. | |||
2022-06-16 | * Update configure script according to previous change to configure.ac | Eduardo Chappa | |
2022-06-04 | * If kerberos is not fully installed remove it from the list of libraries. | Eduardo Chappa | |
2022-06-02 | * New version 2.26 | Eduardo Chappa | |
2022-05-30 | * All unix (non mac) versions of Alpine will have a default password file ↵ | Eduardo Chappa | |
which will be created by default when Alpine is compiled with encryption. The default name will be .alpine.pwd, but it can be overriden with the --with-passfile option or by a default set by a linux distribution. | |||
2022-03-13 | * Clarify the error message of the configure script that the requirement | Eduardo Chappa | |
of the minimum version of Alpine is for version 1.0.0c also means to install development or headers files for the current version of openssl installed in their system. | |||
2021-12-02 | * New version 2.25.1 | Eduardo Chappa | |
2021-11-21 | * Add missing file m4/m4_ax_prog_cc_for_build.m4, and update files | Eduardo Chappa | |
config.guess and config.sub. | |||
2021-10-04 | * the option --disable-optimization to the configure script does not | Eduardo Chappa | |
eliminate optimization if it comes from the CFLAGS variable. This commit fixes that. | |||
2021-09-18 | * new version 2.25 | Eduardo Chappa | |
2021-05-22 | * New alpha version 2.24.2 | Eduardo Chappa | |
2021-05-08 | * Compilation bug: Setting --disable-optimization during compilation | Eduardo Chappa | |
time erased the CFLAGS environment variable. | |||
2021-04-18 | * Addition of testing for wctomb(), which will be used in systems that | Eduardo Chappa | |
do not have wcrtomb(). Work in collaboration with professor Martin Trusler. | |||
2021-04-17 | * Add new type SUINT32, as a shorter version of UINT32 for systems that | Eduardo Chappa | |
do not have a proper uint32_t type. SUINT32 is defined by default to be UINT32, but during compilation the user can define an environment variable SUINT32 to be, say, unsigned long, and that will make SUINT32 to take that type. This, and the source codem, are the only places where this is documented. Work in collaboration with professor Martin Trusler. | |||
2021-04-10 | * New alpha version 2.24.1 | Eduardo Chappa | |
2021-02-25 | * Updates to old port for HP-UX 9.X, after work with Martin Trusler. | Eduardo Chappa | |
2020-10-10 | * New version 2.24 | Eduardo Chappa | |
2020-07-18 | * Addition of the variables User Certs Dir and User Certs File, which allow | Eduardo Chappa | |
a user to specify the location of server certificates that the user trusts. | |||
2020-07-04 | * When building Alpine, the option --disable-debug will only affect if | Eduardo Chappa | |
its binary is compiled with debug, and not the ability of alpine to generate internal debug. Alpine will not write debug files unless started with the option -d, so for example "alpine -d 2" will generate a debug file at level 2, but just issuing the alpine command will not write any debug to a file. | |||
2020-06-29 | * New version 2.23.2 | Eduardo Chappa | |
2020-06-28 | * Alpine links with tcl, even if WebAlpine is not built. The solution | Eduardo Chappa | |
was to test for header files before we test for library files. If the former do not exists, we do not test for the latter. | |||
2020-06-27 | * New version 2.23.1 | Eduardo Chappa | |
2020-06-19 | * Release of version 2.23 | Eduardo Chappa | |
2020-06-11 | * Release of version 2.22.1 | Eduardo Chappa | |
2020-06-08 | * Corrections to spelling errors, contributed by Jens Schleusener. | Eduardo Chappa | |
2020-06-08 | * Remove some compilation warnings given by gcc9. | Eduardo Chappa | |
2020-06-07 | * Changes to configure.ac force all these changes. This includes | Eduardo Chappa | |
changes that are necessary for compilation that did not make it to the previous commit. | |||
2020-06-07 | * Experimental: Alpine can pass an HTML message to an external web ↵ | Eduardo Chappa | |
browser, by using the "External" command in the ATTACHMENT INDEX screen. * Experimental: New configuration variable "External Command Loads Inline Images Only" that controls if Alpine will pass to an external browser a link to all the images in the HTML message, or will only pass a link to inline images included in the message. For your privacy and security this feature is enabled by default. | |||
2020-04-11 | * Remove sleep of 5 seconds for mailcap programs that use the terminal | Eduardo Chappa | |
to display content. Suggested by Carl Edquist. In addition to remove configurable process table command and it corresponding sleep time. | |||
2020-03-26 | * Modification to configure script to add support for *-linux* hosts, | Eduardo Chappa | |
instead of *-linux-gnu* hosts. | |||
2020-01-30 | * Add file cert.pem to the list of containers of CA certificates. | Eduardo Chappa | |
2020-01-29 | * Remove default value for system-certs-path. | Eduardo Chappa | |
2020-01-25 | * New variable system-certs-path that allows users to indicate the | Eduardo Chappa | |
location of the directory where folders are located. In PC-Alpine this must be C:\libressl\ssl\certs. The C: drive can be replaced by the name of the drive where the binary and DLL files are located. | |||
2020-01-19 | * Initial release of Alpine version 2.22. | Eduardo Chappa | |
2020-01-07 | * Do not add -lcrypt to LIBS when it is not required. Reported by Ryan | Eduardo Chappa | |
Elliot. | |||
2019-12-19 | * Update to configure script to work with LibreSSL. Reported by Michael. | Eduardo Chappa | |
2019-11-25 | * Add lnpno port to imap/src/osdep/unix/Makefile to account for ports that do | Eduardo Chappa | |
not need/want to build using pam. Add more robustness to the configure process, to add -lcrypt to the build flags when --with-bundled-tools=no is given. | |||
2019-11-23 | * Change in build process. Now Alpine will not build the imap tools by | Eduardo Chappa | |
default. In order to build the imap tools (such as mtest, imapd, etc.) the configure script must be given the --with-bundled-tools option. Similarly, libpam is not required anymore, unless the option --with-bundled-tools is used. | |||
2019-06-22 | * New version 2.21.99999 (06/22/2019) | Eduardo Chappa | |
2019-05-25 | * Modified test for LibreSSL, since OpenSSL next version will be | Eduardo Chappa | |
version 3.0. | |||
2019-04-28 | * Compilation failure in Solaris when ldap is enabled. Reported by | Eduardo Chappa | |
"mechanic" in comp.mail.pine. * Configure script modifications to set the ldap-dir value correctly. * Fix some typos in documentation. | |||
2019-02-17 | * Rewrite support for specific SSL encryption protocols, including | Eduardo Chappa | |
a. Add a new variable: encryption-protocol-range, which can be used to specify the minimum and maximum versions of the TLS protocol that Alpine will attempt to use to encrypt its communication with the server. b. Add support for the Server Name Identification (SNI) extension needed for TLSv1.3. c. Remove the DTLS code. It was not being used. | |||
2019-01-26 | * Add --with-tcl-lib-dir=PATH option to the configure script, in | Eduardo Chappa | |
case the TCL libraries are not located in a standard path. Also add ca-root-nss.crt to the list of bundles to test for existence of certificates. Based on a report in comp.mail.pine by Roderick. | |||
2018-09-29 | * Add the /tls1_3 modifier to establish connections use the TLS protocol | Eduardo Chappa | |
version 1.3. | |||
2018-08-29 | * Reverse a change where tcl what taken out of the build, preventing | Eduardo Chappa | |
webalpine to be built. | |||
2018-07-06 | * Update configure script to remove the search for a linking tcl | Eduardo Chappa | |
library until the development header have been found, and update C_CLIENT_AUTHS to not to have a trailing space. | |||
2018-06-17 | * new version 2.21.9999 | Eduardo Chappa | |
2018-04-27 | * Add test for ca-bundle.crt for systems that provide it. | Eduardo Chappa | |
* Add %libresslflags% to the set of extracflagsnq in the kerberos build of PC-Alpine. This adds S/MIME support to that build. Fixed by Ulf-Dietrich Braumann. |