From d39bf67b8c6d80562d35fc8d8f72d26f77cc451e Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Fri, 17 Aug 2018 07:14:11 -0700 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-support/gnutls/gnutls.inc | 2 ++ meta/recipes-support/gnutls/gnutls_3.6.2.bb | 9 --------- meta/recipes-support/gnutls/gnutls_3.6.3.bb | 10 ++++++++++ 3 files changed, 12 insertions(+), 9 deletions(-) delete mode 100644 meta/recipes-support/gnutls/gnutls_3.6.2.bb create mode 100644 meta/recipes-support/gnutls/gnutls_3.6.3.bb (limited to 'meta/recipes-support') 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 \ diff --git a/meta/recipes-support/gnutls/gnutls_3.6.2.bb b/meta/recipes-support/gnutls/gnutls_3.6.2.bb deleted file mode 100644 index e540528a8e..0000000000 --- a/meta/recipes-support/gnutls/gnutls_3.6.2.bb +++ /dev/null @@ -1,9 +0,0 @@ -require gnutls.inc - -SRC_URI += "file://0001-configure.ac-fix-sed-command.patch \ - file://arm_eabi.patch \ - " -SRC_URI[md5sum] = "8b4912c6c0e5ffefd3dbb4888eaf8a58" -SRC_URI[sha256sum] = "bcd5db7b234e02267f36b5d13cf5214baac232b7056a506252b7574ea7738d1f" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta/recipes-support/gnutls/gnutls_3.6.3.bb b/meta/recipes-support/gnutls/gnutls_3.6.3.bb new file mode 100644 index 0000000000..c560305032 --- /dev/null +++ b/meta/recipes-support/gnutls/gnutls_3.6.3.bb @@ -0,0 +1,10 @@ +require gnutls.inc + +SRC_URI += "file://0001-configure.ac-fix-sed-command.patch \ + file://arm_eabi.patch \ + " + +SRC_URI[md5sum] = "d3b1b05c2546b80832101a423a80faf8" +SRC_URI[sha256sum] = "ed642b66a4ecf4851ab2d809cd1475c297b6201d8e8bd14b4d1c08b53ffca993" + +BBCLASSEXTEND = "native nativesdk" -- cgit 1.2.3-korg