Le 21/02/2020 à 20:54, Douglas R. Reno via blfs-dev a écrit : > > On 2/21/20 12:19 PM, Bruce Dubbs via blfs-dev wrote: >> I need to get dovecot and exim tested for release. I can build them, but do >> not want to install them over my existing system. Both build with caveats, >> so if someone can test in a 9.1 environment, I can update tag them. >> >> Caveats. >> >> dovecot: >> The sed >> sed -e "s;#include <unistd.h>;&\n#include <crypt.h>;" \ >> -i src/auth/mycrypt.c >> >> can be simplified >> sed -e "/unistd.h/a #include <crypt.h>;" \ >> -i src/auth/mycrypt.c >> >> exim: >> the sed expression: >> -e '/# SUPPORT_TLS=yes/s,^#,,' >> >> does not match anything in src/EDITME. >> It's harmless, but should probably be removed. >> >> Any help testing will be appreciated. >> >> -- Bruce > > > I've got experience in testing Dovecot, but my ability to test Exim would be > limited because I already have a MTA installed. I'll do Dovecot >
Exim tagged at r22747. Pierre -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
