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
--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to