summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/gnutls
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2018-08-17 07:14:11 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-08-20 17:38:22 +0100
commit81506803a1a7eb4134ea9b09b048c4d89bab5d8b (patch)
tree47a12b38df01a656da03814e01229c0dac3b930a /meta/recipes-support/gnutls
parente87b501659eecc22f48b3e3ca8cde6b4de9f663a (diff)
downloadpoky-81506803a1a7eb4134ea9b09b048c4d89bab5d8b.tar.gz
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. (From OE-Core rev: d39bf67b8c6d80562d35fc8d8f72d26f77cc451e) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/gnutls')
-rw-r--r--meta/recipes-support/gnutls/gnutls.inc2
-rw-r--r--meta/recipes-support/gnutls/gnutls_3.6.3.bb (renamed from meta/recipes-support/gnutls/gnutls_3.6.2.bb)5
2 files changed, 5 insertions, 2 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"
30PACKAGECONFIG[libtasn1] = "--with-included-libtasn1=no,--with-included-libtasn1,libtasn1" 30PACKAGECONFIG[libtasn1] = "--with-included-libtasn1=no,--with-included-libtasn1,libtasn1"
31PACKAGECONFIG[p11-kit] = "--with-p11-kit,--without-p11-kit,p11-kit" 31PACKAGECONFIG[p11-kit] = "--with-p11-kit,--without-p11-kit,p11-kit"
32PACKAGECONFIG[tpm] = "--with-tpm,--without-tpm,trousers" 32PACKAGECONFIG[tpm] = "--with-tpm,--without-tpm,trousers"
33PACKAGECONFIG[ssl3] = "--enable-ssl3-support,--disable-ssl3-support,"
34PACKAGECONFIG[tls13] = "--enable-tls13-support,--disable-tls13-support,"
33 35
34EXTRA_OECONF = " \ 36EXTRA_OECONF = " \
35 --enable-doc \ 37 --enable-doc \
diff --git a/meta/recipes-support/gnutls/gnutls_3.6.2.bb b/meta/recipes-support/gnutls/gnutls_3.6.3.bb
index e540528a8e..c560305032 100644
--- a/meta/recipes-support/gnutls/gnutls_3.6.2.bb
+++ b/meta/recipes-support/gnutls/gnutls_3.6.3.bb
@@ -3,7 +3,8 @@ require gnutls.inc
3SRC_URI += "file://0001-configure.ac-fix-sed-command.patch \ 3SRC_URI += "file://0001-configure.ac-fix-sed-command.patch \
4 file://arm_eabi.patch \ 4 file://arm_eabi.patch \
5 " 5 "
6SRC_URI[md5sum] = "8b4912c6c0e5ffefd3dbb4888eaf8a58" 6
7SRC_URI[sha256sum] = "bcd5db7b234e02267f36b5d13cf5214baac232b7056a506252b7574ea7738d1f" 7SRC_URI[md5sum] = "d3b1b05c2546b80832101a423a80faf8"
8SRC_URI[sha256sum] = "ed642b66a4ecf4851ab2d809cd1475c297b6201d8e8bd14b4d1c08b53ffca993"
8 9
9BBCLASSEXTEND = "native nativesdk" 10BBCLASSEXTEND = "native nativesdk"