[oe-commits] [openembedded-core] 11/16: gnutls: drop PACKAGECONFIG options for SSL v3 and TLS v1.3

git at git.openembedded.org git at git.openembedded.org
Wed Aug 22 12:54:36 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 1b42791a331402e49ebc8a473247cfda6af8a8a8
Author: Andre McCurdy <armccurdy at gmail.com>
AuthorDate: Tue Aug 21 17:43:30 2018 -0700

    gnutls: drop PACKAGECONFIG options for SSL v3 and TLS v1.3
    
    By including PACKAGECONFIG options, the recipe takes responsibility
    for defining the default state of these options. Although the recipe
    currently aligns with the gnutls defaults (ie both disabled) tracking
    new gnutls releases will be a maintenance effort. Unless there's a
    clear reason to do otherwise, it seems safer to leave the choice of
    which SSL/TLS versions to enable by default up to the gnutls
    developers.
    
    Signed-off-by: Andre McCurdy <armccurdy at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-support/gnutls/gnutls_3.6.3.bb | 2 --
 1 file changed, 2 deletions(-)

diff --git a/meta/recipes-support/gnutls/gnutls_3.6.3.bb b/meta/recipes-support/gnutls/gnutls_3.6.3.bb
index 629fcd8..441bbec 100644
--- a/meta/recipes-support/gnutls/gnutls_3.6.3.bb
+++ b/meta/recipes-support/gnutls/gnutls_3.6.3.bb
@@ -35,8 +35,6 @@ 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 \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list