Re: [Openvpn-devel] configure patch for MacOS 10.7

2012-02-07 Thread g . esp


- Mail original -
> De: "Gert Doering" 
> À: openvpn-devel@lists.sourceforge.net
> Envoyé: Mardi 7 Février 2012 11:24:13
> Objet: [Openvpn-devel] configure patch for MacOS 10.7
>
> Hi,
>
> I'm forwarding this "as-is", as I do not have enough understanding of
> autoconf to say whether this is necessary, or "the right fix" - but
> anyway, I've been told that this is needed to make our configure
> behave on MacOS 10.7.
>
> gert
>
> --

Adding AC_LANG_SOURCE where it is required is the right fix. I made that fix on 
other packages.
This is not specific to MacOS, that just depend on the autoconf version 
installed on the system.

With autoconf-2.68 installed and running autoreconf on a package produce 
warning where AC_LANG_SOURCE is missing.
That look to be done properly (I haven't tested the patch)

Gilles



Re: [Openvpn-devel] [RFC] openssl minimum supported version

2012-02-21 Thread g . esp


- Mail original -
> De: "Alon Bar-Lev" 
> À: "openvpn-devel@lists.sourceforge.net" 
> Envoyé: Mardi 21 Février 2012 16:15:22
> Objet: [Openvpn-devel] [RFC] openssl minimum supported version
>
> Hello,
>
> OpenVPN supports minimum openssl version of 0.9.6, while this version
> is unsupported by upstream and probably a security risk.
>
> What would be a suitable minimum version to support?
>
> I think that 0.9.8 is the one.
>
> Regards,
> Alon.
>

I confirm openssl no more maintain 0.9.7 version.
RHEL-4 will reach end of life support at february end and use 0.9.7.
So supporting 0.9.8 as the last version make sense.

Gilles