postfix (2.8.3-1ubuntu3) oneiric; urgency=low

  * src/xsasl/xsasl_cyrus_{client,server}.c: don't set a sasl callback for
    the path, only do so for the config path; we shouldn't override the
    already-correct module path built into cyrus-sasl2 itself,
    especially now that said path may change due to multiarch.

 -- Steve Langasek <steve.langa...@ubuntu.com>  Mon, 15 Aug 2011 20:10:53 -0700


On Wed, Aug 17, 2011 at 15:34, Ondřej Surý <ond...@sury.org> wrote:
> Ccing vorlon, since he is the MultiArch guy :)
>
> On Wed, Aug 17, 2011 at 15:05, Sven Joachim <svenj...@gmx.de> wrote:
>> And /usr/lib/sasl2 is hardcoded in postfix, see
>> src/xsasl/xsasl_cyrus_log.c:
>>
>> int xsasl_getpath(void * context, char ** path)
>> {
>> #if SASL_VERSION_MAJOR >= 2
>>    *path = concatenate(var_config_dir, "/", "sasl:/usr/lib/sasl2", (char *) 
>> 0);
>> #else
>>    *path = concatenate(var_config_dir, "/", "sasl:/usr/lib/sasl", (char *) 
>> 0);
>> #endif
>>    return SASL_OK;
>> }
>>
>> So this bug has been triggered by the switch to multiarch paths in
>> cyrus-sasl2, and postfix is to blame for hardcoding /usr/lib/sasl2.
>
> I guess the Ubuntu already have a patch for that
>
> I could remove the MultiArch patch as a quick remedy and wait for
> postfix to catch up. Opinions?
>
> O.
> --
> Ondřej Surý <ond...@sury.org>
>



-- 
Ondřej Surý <ond...@sury.org>



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to