On Wed, 2009-10-07 at 10:51 +0100, Paul Howarth wrote:
> Which leads to:
> http://hg.dovecot.org/dovecot-1.2/rev/4add5c3f13ea
>
> Actually the fix looks slightly wrong to me, and it'll dereference a
> NULL pointer in t_strdup_printf with openssl < 0.9.8. The setting of
> comp_str to NULL if HAVE_S
On Wed, 7 Oct 2009 10:52:14 +0200
Thomas Leuxner wrote:
> Am 07.10.2009 um 10:44 schrieb Paul Howarth:
>
> > I've worked around this by reverting the function to
> > the 1.2.5 version for now but I think a better solution would be to
> > have a configure test for these functions and only includ
On Wed, 7 Oct 2009 10:52:14 +0200
Thomas Leuxner wrote:
> Am 07.10.2009 um 10:44 schrieb Paul Howarth:
>
> > I've worked around this by reverting the function to
> > the 1.2.5 version for now but I think a better solution would be to
> > have a configure test for these functions and only includ
Am 07.10.2009 um 10:44 schrieb Paul Howarth:
I've worked around this by reverting the function to
the 1.2.5 version for now but I think a better solution would be to
have a configure test for these functions and only include the SSL
compression details when they're available.
Which I believe
The update of ssl_proxy_get_security_string() in dovecot 1.2.6 has
broken compatibility with openssl < 0.9.8 (e.g. on RHEL4) because the
functions SSL_COMP_get_name and SSL_get_current_compression don't exist
until openssl 0.9.8 (build fails at link time due to these symbols
being unresolved). I've