Turns out we're using the same old version of gnutls in master as in dylan and dora, and we need a fix for a compile failure.
The following changes since commit 82c773e88aaefd9321481ad297554d5b4a3ae0b2: Revert "ncurses: use ln -r to generate relative symlink" (2014-03-03 15:52:26 +0000) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib paule/gnutls http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=paule/gnutls Karl Hiramoto (2): gnutls: CVE-2014-0092 correct return codes gnutls: Fixed bug that prevented the rejection of v1 intermediate CA certificates. Paul Eggleton (1): gnutls: fix failure during do_compile .../gnutls/gnutls/25_updatedgdocfrommaster.diff | 636 +++++++++++++++++++++ .../CVE-2014-0092-corrected-return-codes.patch | 106 ++++ ...14-1959-rejection-of-v1-intermediate-cert.patch | 33 ++ meta/recipes-support/gnutls/gnutls_2.12.23.bb | 3 + 4 files changed, 778 insertions(+) create mode 100644 meta/recipes-support/gnutls/gnutls/25_updatedgdocfrommaster.diff create mode 100644 meta/recipes-support/gnutls/gnutls/CVE-2014-0092-corrected-return-codes.patch create mode 100644 meta/recipes-support/gnutls/gnutls/CVE-2014-1959-rejection-of-v1-intermediate-cert.patch -- 1.8.5.3 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
