Changelog for
courier-imap-5.2.9-1.0.2.1.sr20240803.x86_64.rpm :
* Thu Aug 08 2024 Arjen de Korte
- update to 5.2.9
* courier-debuild: implement DEBGCC=default, to help with pbuilder.- update to 5.2.8
* configure.ac: rpm and deb packaging fixes: remove incorrect MANPATH setting, fix warning with newer versions of grep.
* Sat Aug 03 2024 Arjen de Korte - update to 5.2.7
* tcpd: support per-local port custom -haproxy configuration. Multiple updates to the couriertcpd man page, updated documentation for ipv6 and CIDR support.
* tcpd: remove -noidentlookup, implement -haproxy
* couriertcpd: set the IP_FREEBIND option on all listening sockets.
* Sun Nov 26 2023 Arjen de Korte - update to 5.2.6
* Fix generated Date: header issues in timezones that have a non-standard alternate timezone offset
* pop3 and imap logs also indicate whether the connections used starttls or stls
* add missing TLS_PRIVATE_KEYFILE setting to esmtpd.dist
* Wed Aug 30 2023 Arjen de Korte - update to 5.2.5
* Turn off IMAP_TLS_REQUIRED if IMAP_TLS is already set.
* Compiling with -DMAILDIR_SKIP_SYMLINK_CHECKS turns off checking for rogue symlinks in maildirs.- update courier-imap.keyring with new signing key
* Sun Apr 30 2023 Arjen de Korte - update to 5.2.4
* Fix spurious gcc 13 compiler warnings. Have configure script include the standardized location of the CA certificate bundle, in addition to various legacy compatibility paths.
* Wed Apr 05 2023 Arjen de Korte - update to 5.2.3
* all: update configure.ac to require at least version 2.0.5 of libidn
* Mon Feb 20 2023 Arjen de Korte - update to 5.2.2
* imapd.c (append): No longer accept a non-standard single flag name instead of a parenthesized flag list to APPEND, due to ambiguity with the UTF8 extension.
* Thu Jan 12 2023 Stefan Schubert - Migration of PAM settings to /usr/lib/pam.d.
* Sun Dec 18 2022 Arjen de Korte - update to 5.2.1
* Fix a compatibility problem with OpenSSL 3 that results in TLS negotiation failures in some non-default configurations.
* Fix an error in courier-imap\'s installation script that results in creation of absolute, rather than relative, symbolic links.
* Sun Dec 04 2022 Arjen de Korte - update to 5.2.0
* Switch to libidn2.
* Debian/Ubuntu: update lintian overrides
* make install: replace absolute links with relative links.- update to 5.1.9
* Adjust deb packaging. Check /etc/lsb-release and include the distribution release in the deb package version, to faciliate updating to the same version of the package in an updated release.
* Fix build dependencies.
* Sat Aug 20 2022 Arjen de Korte - update to 5.1.8
* gcc 12 and autotools update. OpenSSL 3.0 update.
* courier, courier-imap: remove the --disable-root-check configure option, now that make check can deal with it.
* Add scripts to create installable .deb packages, update documentation.
* imap/authenticate_auth.c: Fix broken SASL authentication.
* Adjust behavior of inherited ACLs. After deleting and recreating a folder, have the recreated folder inherit its parent folder\'s ACLs, normally, instead of mysteriously restoring whatever ACLs the folder had when it was deleted.
* Fixes to Makefile to workaround test suite failures related to permission checking when make check runs as root.
* Fix minor memory leaks.
* Mon Jan 17 2022 Arjen de Korte - update to 5.1.7
* Fix linking failure on some Linux distributions.- update to 5.1.6
* Fix linking failure on some Linux distributions.- update to 5.1.5
* Fix minor memory leaks. If valgrind is installed, \"make check\" will run it to check for memory leaks.
* Convert to PCRE2.
* libcouriertls: use ALARM to kill couriertls if the server process terminates but openssl hangs trying to shut down the socket.
* Mon Aug 02 2021 Arjen de Korte - update to 5.1.4
* all: code changes so that courier can be compiled with -Wall - Werror gcc flags. The default compilation flags are not changed. This also includes changes to the configuration scripts, which includes removing outdated configuration settings.
* pop3: buffer input by ourselves, clear input buffer before switching to TLS.
* imap: fix crash if the connection to the client is terminated at the wrong/right time.
* Sun Apr 25 2021 Arjen de Korte - update to 5.1.3
* pop3d: pro-forma POP3 LANG extension.
* pop3d-ssl.dist.in (TLS_STARTTLS_PROTOCOL): Remove duplicate entry in the pop3d-ssl configuration file.
* Sat Mar 27 2021 Arjen de Korte - update to 5.1.2
* make: Individual files that did not end in a newline were not handled correctly.
* imap: adjust error message.
* Sun Mar 21 2021 Arjen de Korte - update to 5.1.1
* Fix swapped TLS_CACHEFILE settings in the IMAP and POP3 configuration files
* Sat Mar 20 2021 Arjen de Korte - update to 5.1.0
* Implement support for the TLS ALPN extension.
* Replace FAM/Gamin with inotify.
* Install the maildirwatch tool.
* Remove the IMAP_ENHANCEDIDLE setting from the imapd configuration file.- update source download URL- remove courier-imap-Makefile.patch (upstreamed)
* Tue Mar 02 2021 Arjen de Korte - update to 5.0.14
* Fix packaging problem with a faulty courier-unicode dependency- update to 5.0.13
* Fixes a crash caused by a malformed DNS query/response- move SSL cache files to /var/cache/courier-imap/ and put (open)SUSE specific changes to configuration files in a patch file (instead of sed scripts) + courier-imap-config.patch- remove obsolete SysV init files - courier-imap.init - courier-imap-ssl.init - courier-pop.init - courier-pop-ssl.init
* Wed Feb 10 2021 Arjen de Korte - update to 5.0.12
* openssl: Add TLS_PROTOCOL setting to disable client-initiated renegotiation.
* imap: send corrupted Unicode alerts only for new messages.
* waitlib: fix testwait.c failure with LTO enabled on F33.
* pop3login.c: fflush before STARTLS.