aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* NEWS: Mention Earl Chew's SMTP AUTH PLAIN truncation fix.Matthias Andree2021-01-031-1/+3
| | | | Cherry-picked from 'next' branch, 895b4748.
* configure.ac: fix cross-compilation with opensslFabrice Fontaine2021-01-031-0/+1
| | | | | | | | | | | | | | | | | | | | | Since commit ca372c2c4fd4fa18cf035087203069e412adfa00, cross-compilation fails on: /data/buildroot-test/instance-0/output-1/host/bin/powerpc-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -I/data/buildroot-test/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include -I/usr/kerberos/include -L/data/buildroot-test/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/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 -lintl -L/data/buildroot-test/instance-0/output-1/host/bin/../powerpc-buildroot-linux-uclibc/sysroot/usr/lib -lssl -lcrypto /usr/lib/libssl.so /usr/lib/libcrypto.so /usr/lib/libcrypto.so /data/buildroot-test/instance-0/output-1/host/opt/ext-toolchain/bin/../lib/gcc/powerpc-buildroot-linux-uclibc/8.3.0/../../../../powerpc-buildroot-linux-uclibc/bin/ld: /usr/lib/libssl.so: error adding symbols: file in wrong format This build failure is raised because pkg-config values are overriden by AC_LIB_LINKFLAGS which can pull libraries from the host. So, don't unconditionally call AC_LIB_LINKFLAGS when cross-compiling. It should be noted that AC_LIB_LINKFLAGS is used as a fallback of case pkg-config since commit c92eb3c1895f10a9a4d3229ac883071b62db3920. Fixes: - http://autobuild.buildroot.org/results/1b24f0ada47ca1913321d148981364ce513465ac Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Merge request !23.
* manpage: disouraged -> discouragedMatthias Andree2020-12-151-1/+6
| | | | Reported by David McKelvie on fetchmail-users today.
* NEWS: record 6.4.14 release dateMatthias Andree2020-11-261-1/+1
|
* Add romanization for Miroslav Nikolic's Cyrillic name.Matthias Andree2020-11-141-1/+1
|
* Mention Serbian translation update.Matthias Andree2020-11-081-20/+26
|
* Label for release.Matthias Andree2020-10-251-1/+1
|
* Mention Esperanto [eo] translation, courtesy of Keith Bowes.Matthias Andree2020-10-211-0/+1
|
* Credit translator for French.Matthias Andree2020-10-161-0/+1
|
* Fix double mention of German translation.Matthias Andree2020-10-151-1/+1
|
* Credit translators.Matthias Andree2020-10-151-0/+9
|
* pidfile/lockfile handling bugfixesMatthias Andree2020-10-131-4/+22
| | | | | | | | | | | pidfile/locking: log errors thru syslog, too This works by replacing perror()/fprintf(stderr, ...) by report() and strerror(). If the pidfile cannot be unlinked, truncate it. Bump release version to 6.4.13.rc1, and move KNOWN BUGS section up in NEWS.
* NEWS: move KNOWN BUGS... section up.Matthias Andree2020-09-041-8/+8
|
* Prepare 6.4.12.Matthias Andree2020-09-041-0/+8
|
* regression fix: check for TLS v1.2/1.3 support with libssl.soMatthias Andree2020-08-281-3/+10
| | | | | | When AC_LIB_LINKFLAGS came up with, for instance, /usr/lib/libssl.so, configure.ac failed to check for TLS v1.2 and TLS v1.3 support in the SSL library, disabling explicit TLS v1.2 and v1.3 support.
* Prepare 6.4.10.Matthias Andree2020-08-271-21/+29
|
* NEWS: announce Romanian translation.Matthias Andree2020-08-271-0/+3
|
* NEWS: mention MD5 mention in manpage in commit cddf65c3Matthias Andree2020-08-271-0/+3
|
* configure: try AC_LIB_LINKFLAGS for crypto and ssl libs, when pkg-config fails.Matthias Andree2020-08-271-0/+10
|
* Add Serbian translation.Matthias Andree2020-06-141-5/+13
|
* Prepare fetchmail 6.4.7 release.Matthias Andree2020-06-141-20/+26
|
* Prepare 6.4.6 (translation updateMatthias Andree2020-05-291-0/+6
|
* Get ready for 6.4.5 release.Matthias Andree2020-05-071-24/+31
|
* Release 6.4.5-rc1.Matthias Andree2020-05-041-0/+22
| | | | Initial tests done by David Hough, now formal release candidate for translators.
* Bump version to 6.4.4, and mention Japanese translation update.Matthias Andree2020-04-261-0/+7
|
* NEWS: TRANSLATION -> TRANSLATIONSMatthias Andree2020-04-051-1/+1
|
* Bump version for 6.4.3 release.Matthias Andree2020-04-051-1/+1
|
* Mention Esperanto update.Matthias Andree2020-04-041-0/+1
|
* NEWS: Add translations so far.Matthias Andree2020-04-021-0/+10
|
* Remove broken AC_CHECK_DECLS(getenv).Matthias Andree2020-03-301-0/+6
| | | | | | We were testing #ifndef HAVE_DECL_GETENV, which was always false. Thus, it is safe to assume that the test never triggered, and the entire #ifndef...#endif block can be removed.
* Properly report if the defaults entry is not the first.Matthias Andree2020-03-301-0/+3
|
* NEWS: Add some changes.Matthias Andree2020-03-301-1/+4
|
* "Require" OpenSSL 1.1.1 and tolerate/warn 1.0.2.Matthias Andree2020-03-301-0/+8
| | | | | | | | | | | OpenSSL 1.0.2 is EOL since end of 2019, so warn if it is to be used at configure and compile time. The assumption is that 1.0.2 may still be in use by maintainers that backport security fixes. Also warn, at configure time, about "OpenSSL" API-compatible libraries that do not declare TLS1_3_VERSION.
* NEWS: document memory leak fix from ac3d5133Matthias Andree2020-03-291-1/+3
|
* Fix garbage at end of plugin string with %h and/or %pMatthias Andree2020-03-291-0/+10
| | | | | | | | | | | Commit 418cda65 from merge request !5 fixed an input buffer overrun but at the same time caused the terminating NUL byte in the output buffer to be written too late, 2 bytes per placeholder. Fix the size calculation for correctness, and use the output index and not the output length to terminate the output string. Fixes #16, reported by Stefan Thurner. [All references for Gitlab.]
* Get ready for 6.4.2 release.Matthias Andree2020-02-141-1/+1
|
* Attribute Python requirement to fetchmailconf.Matthias Andree2020-02-101-2/+2
|
* NEWS: reword/reformat a bit.Matthias Andree2020-02-051-7/+6
|
* NEWS: mention fetchmailconf's improved error handling for OSErrors in ↵Matthias Andree2020-01-311-0/+2
| | | | | | get_greetline() ...and that his fixes #12 (Gitlab issue #12).
* Prepare 6.4.2-rc2.Matthias Andree2020-01-251-0/+1
|
* Fix missing 'from' in NEWS.Matthias Andree2020-01-211-1/+1
|
* Credit Boyuan Yang with the zh_CN translation update.Matthias Andree2020-01-171-0/+5
|
* NEWS: Reword Python 3 support.Matthias Andree2020-01-161-5/+7
|
* fetchmailconf requires Python future (PyPI).Matthias Andree2020-01-111-0/+1
|
* fetchmailconf Python 3, IPv6, SSL overhaulMatthias Andree2020-01-111-0/+16
| | | | | | | | | | Replace string.find() by 'in' or .find() method Bump fetchmailconf version. Fix many pylint warnings. Make fetchmailconf Python 3 compatible - use futurize - decode greetline to str on Python 3 Require Python 2.7.13 (due to ssl changes)
* Document recent manpage and STARTTLS fixes.Matthias Andree2020-01-041-0/+4
|
* Make t.smoke more robust. FreeBSD Bug#240914.Matthias Andree2019-10-101-0/+6
|
* Fix a few man page issues.Matthias Andree2019-10-101-1/+9
| | | | | | | | | - fix unterminated string in .IP macro - fix .TH date format - properly break line after .PP - replace .br in table (unsupported by FreeBSD 12's mandoc) FreeBSD Bug#241032 reported by Helge Oldach
* Fix typo, also credit Christian Ebert.Matthias Andree2019-09-281-1/+1
|
* Fix typo.Matthias Andree2019-09-281-1/+1
|