> On Dec 13, 2014, at 8:26 AM, Armin Kuster <[email protected]> wrote: > > this also includes a fix for CVE-2014-8564. > > see http://www.gnutls.org/security.html for CVE-2014-3566 "POODLE" statement. > > Signed-off-by: Armin Kuster <[email protected]> > --- > meta/recipes-support/gnutls/gnutls_3.3.11.bb | 6 ++++++ > meta/recipes-support/gnutls/gnutls_3.3.5.bb | 7 ------- > 2 files changed, 6 insertions(+), 7 deletions(-) > create mode 100644 meta/recipes-support/gnutls/gnutls_3.3.11.bb > delete mode 100644 meta/recipes-support/gnutls/gnutls_3.3.5.bb > > 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 0000000..320c510 > --- /dev/null > +++ b/meta/recipes-support/gnutls/gnutls_3.3.11.bb > @@ -0,0 +1,6 @@ > +require gnutls.inc > + > +SRC_URI += "file://correct_rpl_gettimeofday_signature.patch \ > + " > +SRC_URI[md5sum] = "b657e3010c10cae2244e7ce79ee3d446" > +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 b3daa49..0000000 > --- a/meta/recipes-support/gnutls/gnutls_3.3.5.bb > +++ /dev/null > @@ -1,7 +0,0 @@ > -require gnutls.inc > - > -SRC_URI += "file://correct_rpl_gettimeofday_signature.patch \ > - " > - > -SRC_URI[md5sum] = "1f396dcf3c14ea67de7243821006d1a2" > -SRC_URI[sha256sum] = > "48f34ae032692c498e782e9f1369506572be40ecf7f3f3604b0b00bad1b10477" > -- > 1.9.1
This is a simple patch but it will be good if you used -M option for git format-patch so git tries a bit harder to detect renames. > > -- > _______________________________________________ > Openembedded-core mailing list > [email protected] > http://lists.openembedded.org/mailman/listinfo/openembedded-core -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
