diff options
author | Armin Kuster <akuster808@gmail.com> | 2018-08-17 07:14:11 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-08-20 11:59:44 +0100 |
commit | d39bf67b8c6d80562d35fc8d8f72d26f77cc451e (patch) | |
tree | e060e4a0851bc967d49b9431a85ea8d2de747c93 /meta/recipes-support/gnutls/gnutls.inc | |
parent | 9a4ea4ff856e2379888ea5cdcc0e761956e1f53b (diff) | |
download | openembedded-core-d39bf67b8c6d80562d35fc8d8f72d26f77cc451e.tar.gz openembedded-core-d39bf67b8c6d80562d35fc8d8f72d26f77cc451e.tar.bz2 openembedded-core-d39bf67b8c6d80562d35fc8d8f72d26f77cc451e.zip |
gnutls: Update to 3.6.3
[v2]
Fix new config options form with to disable.
[v1]
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@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/gnutls/gnutls.inc')
-rw-r--r-- | meta/recipes-support/gnutls/gnutls.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-support/gnutls/gnutls.inc b/meta/recipes-support/gnutls/gnutls.inc index 04c0fd2af8..f204e5f4c0 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] = "--enable-ssl3-support,--disable-ssl3-support," +PACKAGECONFIG[tls13] = "--enable-tls13-support,--disable-tls13-support," EXTRA_OECONF = " \ --enable-doc \ |