Changelog for
courier-imap-4.18.2-67.1.i586.rpm :
* Thu Jan 03 2019 Bernhard Wiedemann
- Add reproducible.patch to override build date (boo#1047218)
* Mon Dec 04 2017 suse+buildAATTde-korte.org- update to 4.18.2
* imapd.c (do_folder_delete): Fix check for DELETE INBOX.
* libs/maildrop/maildir.C (MaildirSave): Fix new/delete mismatch.
* libs/sqwebmail/gpg.c: Fix external linkage.
* libs/tcpd/libcouriertls.c: OpenSSL API update.
* courier-unicode library API update.
* libs/maildir/maildirquota.c (docheckquota): Skip DT_LNK.
* OpenSSL 1.1.0 compilation fixes.
* courier: switch default header encoding to UTF-8.
* Fix to configure.ac
* Mon Feb 20 2017 kukukAATTsuse.de- Don\'t call insserv if we use systemd- Don\'t install LSB init scripts if we use systemd- Create rc
* links to service command if we use systemd
* Fri May 20 2016 kukukAATTsuse.de- Remove directories already part of filesystem rpm
* Tue May 17 2016 kukukAATTsuse.de- Fix path of SuSEfirewall2.d directory
* Mon May 16 2016 chrisAATTcomputersalat.de- update to 4.17.1
* Fix TLS SNI code.- update to 4.17.0
* Stop using SSL2 and SSL3 openssl configuration methods.
* libs/tcpd/libcouriertls.c: Add support for TLS SNI.
* imaplogin.c (starttls): flush stdin after negotiating STARTTLS.
* Fix Courier-IMAP rpm build on pre-systemd systems.- rebase courier-imap-Makefile.patch
* Wed Aug 05 2015 chrisAATTcomputersalat.de- update to 4.16.2
* imap/mailboxlist.c (match_mailbox_prep): Use strncmp instead of memcmp, to pacify overzealous static analysis checkers.
* Drop SSLv3 from TLS_CIPHER_LIST.
* imap, pop3: Added AUTH_MKHOMEDIR_SKEL setting.- update to 4.16.1
* maildircache.c: fix use after free.
* mkdhparams: make compatible with libressl
* Handle 01-Jan-1970 for date-based searches.
* Update to courier-unicode 1.2.
* Add the makeimapaccess script.- add Patch courier-imap-Makefile.patch
* Wed Oct 29 2014 chrisAATTcomputersalat.de- update to 4.15.1.20141122
* tcpd/libcouriertls.c: add parsing options for different protocol combination.
* Update comments in
*ssl config files.
* libs/tcpd/libcouriertls.c (tls_create): Set SSL_OP_NOSSLv3 flag, to disable SSL3 support.
* mkdhparams: TLS_DHPARAMS environmnt variable overrides default DH parameter file location.
* courier-imap.spec.in: generate the default DH parameter file and package it into the rpm, instead of generating one on the first start.
* libs/maildir/maildirinfo.c (maildir_info_imapmunge): Fix UTF-8 charset name.
* tcpd/libcouriertls.c (tls_create): Initialize temporary ecdh parameters.
* imap: try to print a message on stderr if the alarm() call, that detects FAM library breakage, goes off.
* mkdhparams: default to 2048 DH params for OpenSSL.
* courier-imap.service: bump up startup timeout, initial service start may take several minutes to generate DH parameters for the first time.- add new dependency
* courier-unicode-devel (libunicode)
* Thu Sep 25 2014 chrisAATTcomputersalat.de- fix courier-imap.service
* STARTTLS on port 143 (thanks to cschweingruber)
* Sat Mar 15 2014 chrisAATTcomputersalat.de- update to 4.15
* pop3login.c (starttls): Clear input buffer after STARTTLS.
* imaplogin.c (starttls): Clear input buffer after STARTTLS.
* Fix various compiler warnings about unchecked results from setuid and setgid calls.
* libs/tcpd/libcouriergnutls.c, libs/tcpd/libcouriertls.c: remove the TLS_DHCERTFILE setting, and use TLS_CERTFILE for all functionality. Read DH parameters from TLS_CERTFILE, or from the new TLS_DHPARAMS environment variable.
* mkdhparams: New script that generates DH parameters into a standalone file.
* Remove TLS_DHCERTFILE setting from imapd-ssl, pop3d-ssl, esmtpd and esmtpd-ssl. Add TLS_DHPARAMS.
* Update imapd.cnf.openssl, pop3d.cnf.openssl, esmtpd.cnf.openssl, set default number of bits for RSA keys to 4096.
* libs/tcpd/libcouriertls.c (tls_create): Add TLSv1_1_method() and TLSv1_2 method(), based on patch by Rob Austein .
* pop3d-ssl.dist.in, imapd-ssl.dist.in: Fix up differences in the documentation of TLS options in various config files.- added systemd service files- fix build for SLE
* fam-devel vs gamin-devel- cleanup spec
* RPM_BUILD_ROOT -> buildroot