Edit

IABSD.fr/ports/mail/mairix/patches/patch-configure

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2024-05-19 10:39:36
    Hash : d9819272
    Message : update mairix to git head, this has support for indexing IMAP folders (TLS is currently disabled as cert verification isn't working correctly)

  • mail/mairix/patches/patch-configure
  • "certificate verify failed" when trying to connect with TLS
    
    Index: configure
    --- configure.orig
    +++ configure
    @@ -413,7 +413,7 @@ else
     fi
     
     printf "Checking for OpenSSL : "
    -if [ `test_for_openssl` -eq 0 ]; then
    +if [ true || `test_for_openssl` -eq 0 ]; then
       printf "Yes\n";
       DEFS="${DEFS} -DUSE_OPENSSL"
       LIBS="${LIBS} -lssl -lcrypto"