diff options
author | Armin Kuster <akuster808@gmail.com> | 2014-12-13 08:26:11 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-12-19 18:07:59 +0000 |
commit | 1b330a47d2310d558ed675aa052835526fb55ad4 (patch) | |
tree | 11c8e6dcb7fc67bcb81d9bf050dfd24783a79da9 /meta/recipes-support | |
parent | 3fb5467ca04fd4ec6c9343cb3755f763736c22b4 (diff) | |
download | poky-1b330a47d2310d558ed675aa052835526fb55ad4.tar.gz |
gnutls: upgrade to 3.3.11
this also includes a fix for CVE-2014-8564.
see http://www.gnutls.org/security.html for CVE-2014-3566 "POODLE" statement.
(From OE-Core rev: 60e4c6ca148e736c947477da4ddcb5e7fdfb94f1)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/gnutls/gnutls_3.3.11.bb | 6 | ||||
-rw-r--r-- | meta/recipes-support/gnutls/gnutls_3.3.5.bb | 7 |
2 files changed, 6 insertions, 7 deletions
diff --git a/meta/recipes-support/gnutls/gnutls_3.3.11.bb b/meta/recipes-support/gnutls/gnutls_3.3.11.bb new file mode 100644 index 0000000000..320c510843 --- /dev/null +++ b/meta/recipes-support/gnutls/gnutls_3.3.11.bb | |||
@@ -0,0 +1,6 @@ | |||
1 | require gnutls.inc | ||
2 | |||
3 | SRC_URI += "file://correct_rpl_gettimeofday_signature.patch \ | ||
4 | " | ||
5 | SRC_URI[md5sum] = "b657e3010c10cae2244e7ce79ee3d446" | ||
6 | SRC_URI[sha256sum] = "aef28d629b6ba824bd435f9b23506525e657e3746d4aa021296b13cbaaa6ae71" | ||
diff --git a/meta/recipes-support/gnutls/gnutls_3.3.5.bb b/meta/recipes-support/gnutls/gnutls_3.3.5.bb deleted file mode 100644 index b3daa49249..0000000000 --- a/meta/recipes-support/gnutls/gnutls_3.3.5.bb +++ /dev/null | |||
@@ -1,7 +0,0 @@ | |||
1 | require gnutls.inc | ||
2 | |||
3 | SRC_URI += "file://correct_rpl_gettimeofday_signature.patch \ | ||
4 | " | ||
5 | |||
6 | SRC_URI[md5sum] = "1f396dcf3c14ea67de7243821006d1a2" | ||
7 | SRC_URI[sha256sum] = "48f34ae032692c498e782e9f1369506572be40ecf7f3f3604b0b00bad1b10477" | ||