[OE-core] [PATCH] gnutls: Update to 3.6.3

Anuj Mittal anuj.mittal at intel.com
Fri Aug 17 08:20:24 UTC 2018


On 08/17/2018 01:17 PM, Armin Kuster wrote:
> release notes: https://lists.gnupg.org/pipermail/gnutls-devel/2018-July/008584.html
> 
> add ssl3 and tls1.3 config options now supported.
> 
> Signed-off-by: Armin Kuster <akuster808 at gmail.com>
> ---
>  meta/recipes-support/gnutls/gnutls.inc                       | 2 ++
>  .../gnutls/{gnutls_3.6.2.bb => gnutls_3.6.3.bb}              | 5 +++--
>  2 files changed, 5 insertions(+), 2 deletions(-)
>  rename meta/recipes-support/gnutls/{gnutls_3.6.2.bb => gnutls_3.6.3.bb} (53%)
> 
> diff --git a/meta/recipes-support/gnutls/gnutls.inc b/meta/recipes-support/gnutls/gnutls.inc
> index 04c0fd2af8..cf947d445e 100644
> --- a/meta/recipes-support/gnutls/gnutls.inc
> +++ b/meta/recipes-support/gnutls/gnutls.inc
> @@ -30,6 +30,8 @@ PACKAGECONFIG[libidn] = "--with-idn,--without-idn,libidn2"
>  PACKAGECONFIG[libtasn1] = "--with-included-libtasn1=no,--with-included-libtasn1,libtasn1"
>  PACKAGECONFIG[p11-kit] = "--with-p11-kit,--without-p11-kit,p11-kit"
>  PACKAGECONFIG[tpm] = "--with-tpm,--without-tpm,trousers"
> +PACKAGECONFIG[ssl3] = "--with-ssl3-support,--disable-ssl3-support,"

This should be --enable-ssl3-support ...

> +PACKAGECONFIG[tls13] = "--with-tls13-support,--disable-tls13-support,"

and, --enable-tls13-support.



More information about the Openembedded-core mailing list