diff options
author | Armin Kuster <akuster808@gmail.com> | 2018-10-20 15:55:49 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-11-14 11:14:38 +0000 |
commit | 7c1e1f3e15644dc1f43c3d424573c857064d5a3d (patch) | |
tree | 30074b0e17bcc7e52b3bcf21716b5bbba7ca4538 /meta/recipes-support/gnutls | |
parent | 050d0d8297c9677c803461ddbeef553cdcb00644 (diff) | |
download | poky-7c1e1f3e15644dc1f43c3d424573c857064d5a3d.tar.gz |
gnutls: update to 3.6.4
Notable change:
libgnutls: Added the final (RFC8446) version numbering of the TLS1.3 protocol.
see: https://lists.gnupg.org/pipermail/gnutls-help/2018-September/004457.html
(From OE-Core rev: 0697141e7be0b755db600aa0d5a975eac62cc7b8)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
--
[v2]
Fix typo in version in subject
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/gnutls')
-rw-r--r-- | meta/recipes-support/gnutls/gnutls_3.6.4.bb (renamed from meta/recipes-support/gnutls/gnutls_3.6.3.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/gnutls/gnutls_3.6.3.bb b/meta/recipes-support/gnutls/gnutls_3.6.4.bb index 441bbecf15..6d2a11df34 100644 --- a/meta/recipes-support/gnutls/gnutls_3.6.3.bb +++ b/meta/recipes-support/gnutls/gnutls_3.6.4.bb | |||
@@ -21,8 +21,8 @@ SRC_URI = "https://www.gnupg.org/ftp/gcrypt/gnutls/v${SHRT_VER}/gnutls-${PV}.tar | |||
21 | file://arm_eabi.patch \ | 21 | file://arm_eabi.patch \ |
22 | " | 22 | " |
23 | 23 | ||
24 | SRC_URI[md5sum] = "d3b1b05c2546b80832101a423a80faf8" | 24 | SRC_URI[md5sum] = "63363d1c00601f4d11a5cadc8b5e0799" |
25 | SRC_URI[sha256sum] = "ed642b66a4ecf4851ab2d809cd1475c297b6201d8e8bd14b4d1c08b53ffca993" | 25 | SRC_URI[sha256sum] = "c663a792fbc84349c27c36059181f2ca86c9442e75ee8b0ad72f5f9b35deab3a" |
26 | 26 | ||
27 | inherit autotools texinfo binconfig pkgconfig gettext lib_package gtk-doc | 27 | inherit autotools texinfo binconfig pkgconfig gettext lib_package gtk-doc |
28 | 28 | ||