Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump version | Matthias Andree | 2023-03-19 | 1 | -1/+1 |
| | |||||
* | Release 6.4.37 | Matthias Andree | 2023-02-26 | 1 | -1/+1 |
| | |||||
* | Prepare 6.4.36. | Matthias Andree | 2023-01-28 | 1 | -1/+1 |
| | |||||
* | Prepare 6.4.35 | Matthias Andree | 2023-01-04 | 1 | -1/+1 |
| | |||||
* | Release fetchmail 6.4.34. | Matthias Andree | 2022-10-15 | 1 | -1/+1 |
| | |||||
* | Prefer Python 3.7+ over 2.7. | Matthias Andree | 2022-09-04 | 1 | -1/+5 |
| | |||||
* | htmldoc: if missing, use dist-tools/htmldoc wrapper fallback | Matthias Andree | 2022-08-27 | 1 | -0/+1 |
| | |||||
* | Update for 6.4.33. | Matthias Andree | 2022-08-27 | 1 | -1/+1 |
| | |||||
* | Prepare 6.4.32. | Matthias Andree | 2022-07-27 | 1 | -1/+1 |
| | |||||
* | rst2html5[.py]: let configure look for it. | Matthias Andree | 2022-07-16 | 1 | -0/+2 |
| | | | | FreeBSD only has rst2html5.py, Debian only rst2html5, Fedora both. | ||||
* | configure.ac: Bump version. | Matthias Andree | 2022-07-16 | 1 | -1/+1 |
| | |||||
* | configure.ac: try to fix --with-ssl=/pre/fix build | Matthias Andree | 2022-07-16 | 1 | -2/+3 |
| | | | | | | | | and pass the -L through LIBS to AC_LIB_LINKFLAGS_FROM_LIBS() instead of through LDCONFIG where it will miss it. To fix build issues reported by Dennis Putnam, when multiple OpenSSL versions are on the system. | ||||
* | Fix up rpath setting after Fabrice's patch. | Matthias Andree | 2022-04-23 | 1 | -0/+3 |
| | |||||
* | configure.ac: fix cross-compilation with openssl | Fabrice Fontaine | 2022-04-23 | 1 | -4/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | Don't call AC_LIB_LINKFLAGS when the libraries are retrieved through pkg-config to avoid the following build failure when cross-compiling raised since commit 77503f545d2806d07ab83c59ed9a96f435d281da: /home/autobuild/autobuild/instance-5/output-1/host/bin/arc-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I/home/autobuild/autobuild/instance-5/output-1/host/arc-buildroot-linux-gnu/sysroot/usr/include -I/usr/kerberos/include -L/home/autobuild/autobuild/instance-5/output-1/host/arc-buildroot-linux-gnu/sysroot/usr/lib -L/home/autobuild/autobuild/instance-5/output-1/host/bin/../arc-buildroot-linux-gnu/sysroot/usr/lib -o fetchmail socket.o getpass.o fetchmail.o env.o idle.o options.o daemon.o driver.o transact.o sink.o smtp.o idlist.o uid.o mxget.o md5ify.o cram.o gssapi.o opie.o interface.o netrc.o unmime.o conf.o checkalias.o uid_db.o lock.o rcfile_l.o rcfile_y.o ucs/norm_charmap.o fm_realpath.o pop3.o imap.o etrn.o odmr.o libfm.a strlcpy.o strlcat.o /usr/lib/libssl.so /usr/lib/libcrypto.so /usr/lib/libssl.so: file not recognized: file format not recognized This build failure is raised because AC_LIB_LINKFLAGS will override the pkg-config target libraries by the host openssl libraries: configure: Enabling OpenSSL support in /home/autobuild/autobuild/instance-5/output-1/host/arc-buildroot-linux-gnu/sysroot/usr. configure: SSL-check: trying pkg-config for openssl checking for SSL... yes checking how to link with libssl... /usr/lib/libssl.so /usr/lib/libcrypto.so configure: From pkg-config: Adding /usr/lib/libssl.so /usr/lib/libcrypto.so to LIBS. LDFLAGS= -L/home/autobuild/autobuild/instance-5/output-1/host/arc-buildroot-linux-gnu/sysroot/usr/lib -L/home/autobuild/autobuild/instance-5/output-1/host/bin/../arc-buildroot-linux-gnu/sysroot/usr/lib Fixes: - http://autobuild.buildroot.org/results/815f18f25017be178d478458c48712d9a8570d5a Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> | ||||
* | Bump version to 6.4.30. | Matthias Andree | 2022-04-23 | 1 | -1/+1 |
| | |||||
* | Update for 6.4.29. | Matthias Andree | 2022-03-20 | 1 | -1/+1 |
| | |||||
* | Update for 6.4.28. | Matthias Andree | 2022-03-05 | 1 | -1/+1 |
| | |||||
* | Bump wolfSSL requirement to 5.1.1 and get ready for fetchmail 6.4.27. | Matthias Andree | 2022-01-26 | 1 | -1/+1 |
| | |||||
* | Get ready for fetchmail 6.4.26. | Matthias Andree | 2021-12-26 | 1 | -1/+1 |
| | |||||
* | Release fetchmail 6.4.25. | Matthias Andree | 2021-12-10 | 1 | -1/+1 |
| | |||||
* | Minor documentation tweaks around wolfSSL/LibreSSL | Matthias Andree | 2021-12-05 | 1 | -1/+1 |
| | |||||
* | Permit LibreSSL on OpenBSD. | Matthias Andree | 2021-12-05 | 1 | -1/+7 |
| | | | | | | | | On OpenBSD, libressl is "normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs" according to Stuart Henderson, so according to the GNU GPL v2 clause 3, we can permit LibreSSL for OpenBSD. | ||||
* | Get ready for 6.4.25.rc4. | Matthias Andree | 2021-12-03 | 1 | -1/+1 |
| | |||||
* | Fix wolfSSL compilation on 32-bit machines (i386). | Matthias Andree | 2021-12-01 | 1 | -0/+1 |
| | | | | Reported by Corey Halpin. | ||||
* | configure.ac: Cosmetics. | Matthias Andree | 2021-11-28 | 1 | -106/+105 |
| | |||||
* | Get ready for 6.4.25.rc3. | Matthias Andree | 2021-11-28 | 1 | -1/+1 |
| | |||||
* | Further SSL configure tweaks. | Matthias Andree | 2021-11-28 | 1 | -10/+15 |
| | |||||
* | Get ready for 6.4.25.rc2. | Matthias Andree | 2021-11-27 | 1 | -1/+1 |
| | |||||
* | configure.ac: pkg-config related fixups | Matthias Andree | 2021-11-21 | 1 | -8/+9 |
| | |||||
* | Bump version to 6.4.25.rc1 | Matthias Andree | 2021-11-21 | 1 | -1/+1 |
| | |||||
* | configure.ac: Improve pkg-config OpenSSL config. | Matthias Andree | 2021-11-21 | 1 | -8/+30 |
| | |||||
* | wolfSSL: support WOLFSSL_TRUST_FILE as default trust store | Matthias Andree | 2021-11-21 | 1 | -0/+5 |
| | | | | | ...because wolfSSL 5.0.0 does not support a default trust store, unlike OpenSSL. | ||||
* | wolfSSL: support 5.0.0+. | Matthias Andree | 2021-11-21 | 1 | -2/+46 |
| | |||||
* | configure.ac: fix rpath, and duplicate library setting | Matthias Andree | 2021-11-20 | 1 | -6/+5 |
| | |||||
* | LibreSSL: block, due to licensing issue. | Matthias Andree | 2021-11-20 | 1 | -0/+3 |
| | | | | See COPYING or NEWS. | ||||
* | Version bump to 6.4.24. | Matthias Andree | 2021-11-20 | 1 | -1/+1 |
| | |||||
* | Get ready for 6.4.23. | Matthias Andree | 2021-10-31 | 1 | -1/+1 |
| | |||||
* | Get ready for 6.4.22. | Matthias Andree | 2021-09-13 | 1 | -1/+1 |
| | |||||
* | Get ready for 6.4.22.rc3. | Matthias Andree | 2021-08-29 | 1 | -1/+1 |
| | |||||
* | Get ready for 6.4.22.rc2. | Matthias Andree | 2021-08-27 | 1 | -1/+1 |
| | |||||
* | Bump version to 6.4.22.rc1 | Matthias Andree | 2021-08-26 | 1 | -1/+1 |
| | |||||
* | Bump version to 6.4.21. | Matthias Andree | 2021-08-09 | 1 | -1/+1 |
| | |||||
* | Get ready for 6.4.20. | Matthias Andree | 2021-07-28 | 1 | -1/+1 |
| | |||||
* | Get ready for 6.4.19. | Matthias Andree | 2021-04-24 | 1 | -1/+1 |
| | |||||
* | Prepare for 6.4.18. | Matthias Andree | 2021-03-27 | 1 | -1/+1 |
| | |||||
* | Bump version to 6.4.18-rc1. | Matthias Andree | 2021-03-13 | 1 | -2/+2 |
| | |||||
* | Bump version to 6.4.17 for next release. | Matthias Andree | 2021-02-11 | 1 | -1/+1 |
| | |||||
* | Record 6.4.16 state. | Matthias Andree | 2021-02-08 | 1 | -1/+1 |
| | |||||
* | configure.ac: don't call AC_LIB_LINKFLAGS --without-ssl | Matthias Andree | 2021-01-30 | 1 | -1/+1 |
| | |||||
* | configure.ac: Bump version to 6.4.16-rc1. | Matthias Andree | 2021-01-30 | 1 | -1/+1 |
| |