Displaying 2 results from an estimated 2 matches for "68fcb1d8".
2016 Dec 06
0
v2.2.27 released --- libressl
...SL_VERSION_NUMBER 0x10001000L\n\t#endif|' configure.ac;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: compiler-stderr.log
Type: application/octet-stream
Size: 16045 bytes
Desc: not available
URL: <http://dovecot.org/pipermail/dovecot/attachments/20161206/68fcb1d8/attachment.obj>
2016 Dec 04
2
v2.2.27 released --- libressl
>openssl version
Libressl 2.4.4
Patch for dovecot:
perl -i -ple 's/^(#if OPENSSL_VERSION_NUMBER < 0x10100000L\s*)$/$1 || defined (LIBRESSL_VERSION_NUMBER)/' ./src/lib-dcrypt/dcrypt-openssl.c;
perl -i -ple 's/^(#if OPENSSL_VERSION_NUMBER < 0x10100000L\s*)$/$1 || defined (LIBRESSL_VERSION_NUMBER)/' ./src/lib-ssl-iostream/dovecot-openssl-common.c;
perl -i -ple 's/^(#if