INN 2.6.0 release candidate

Julien ÉLIE julien at trigofacile.com
Sat May 2 16:23:55 UTC 2015


Hi Dennis,

> --- inn-2.6.0rc1_orig/configure.ac  2015-03-25 21:36:36.000000000 +0100
> +++ inn-2.6.0rc1/configure.ac   2015-05-02 16:30:19.000000000 +0200
> @@ -214,8 +214,9 @@ dnl -g on link as well as compile for de
>       fi
>       ;;
>
> -dnl OSX needs -multiply_defined suppress.
> -*darwin*)
> +dnl OSX needs "-multiply_defined suppress" before this linker flag became
> +dnl obsolete (darwin13 is Mavericks, OS X v10.9).
> +*-darwin[[0-9]].*|*-darwin1[[0-2]].*)
>       LDFLAGS="$LDFLAGS -multiply_defined suppress"
>       ;;

OK, adopted.  I have just committed this change.  Thanks!


>> --- innfeed/imap_connection.c (révision 9831)
>> +++ innfeed/imap_connection.c (copie de travail)
>> @@ -52,8 +52,8 @@
>>   # include <sasl/sasl.h>
>>   # include <sasl/saslplug.h>
>>   # include <sasl/saslutil.h>
>> -/* For Cyrus SASL versions < 2.1.24. */
>> -# ifndef sasl_callback_ft
>> +/* For Cyrus SASL versions < 2.1.25 (in hexadecimal notation below). */
>> +# if !defined (SASL_VERSION_FULL) || SASL_VERSION_FULL < 0x020119
>>   typedef int (*sasl_callback_ft)(void);
>>   # endif
>>   #endif
>
> This patch fixes the typedef issue.

Perfect, then.  Also committed.

Thanks again for your two bug reports.  In case you notice something 
else, do not hesitate to tell.

-- 
Julien ÉLIE

« Les horizontales se rencontrent dans tous les milieux, les
   parallèles jamais. » (Alphonse Allais)


More information about the inn-workers mailing list