Openembedded Core Discussions
 help / color / mirror / Atom feed
* [[PATCH] gnutls: upgrade to 3.3.11
@ 2014-12-13 16:26 Armin Kuster
  2014-12-13 21:05 ` Khem Raj
  0 siblings, 1 reply; 4+ messages in thread
From: Armin Kuster @ 2014-12-13 16:26 UTC (permalink / raw)
  To: openembedded-core

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 <akuster808@gmail.com>
---
 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



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [[PATCH] gnutls: upgrade to 3.3.11
  2014-12-13 16:26 [[PATCH] gnutls: upgrade to 3.3.11 Armin Kuster
@ 2014-12-13 21:05 ` Khem Raj
  2014-12-14 16:57   ` akuster808
  2014-12-14 17:57   ` akuster808
  0 siblings, 2 replies; 4+ messages in thread
From: Khem Raj @ 2014-12-13 21:05 UTC (permalink / raw)
  To: Armin Kuster; +Cc: openembedded-core


> On Dec 13, 2014, at 8:26 AM, Armin Kuster <akuster808@gmail.com> 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 <akuster808@gmail.com>
> ---
> 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
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [[PATCH] gnutls: upgrade to 3.3.11
  2014-12-13 21:05 ` Khem Raj
@ 2014-12-14 16:57   ` akuster808
  2014-12-14 17:57   ` akuster808
  1 sibling, 0 replies; 4+ messages in thread
From: akuster808 @ 2014-12-14 16:57 UTC (permalink / raw)
  To: Khem Raj, Armin Kuster; +Cc: openembedded-core



On 12/13/2014 01:05 PM, Khem Raj wrote:
>
>> On Dec 13, 2014, at 8:26 AM, Armin Kuster <akuster808@gmail.com> 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 <akuster808@gmail.com>
>> ---
>> 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.

Hmm, that is odd. I thought I used "-M"... will resend.

thanks,
Armin
>
>>
>> --
>> _______________________________________________
>> Openembedded-core mailing list
>> Openembedded-core@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [[PATCH] gnutls: upgrade to 3.3.11
  2014-12-13 21:05 ` Khem Raj
  2014-12-14 16:57   ` akuster808
@ 2014-12-14 17:57   ` akuster808
  1 sibling, 0 replies; 4+ messages in thread
From: akuster808 @ 2014-12-14 17:57 UTC (permalink / raw)
  To: Khem Raj, Armin Kuster; +Cc: openembedded-core


Khem,

I redid the patch several times and I end up with the same resulting 
changes as below. "-M" used every time. I am not sure what is going on.

- Armin


On 12/13/2014 01:05 PM, Khem Raj wrote:
>
>> On Dec 13, 2014, at 8:26 AM, Armin Kuster <akuster808@gmail.com> 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 <akuster808@gmail.com>
>> ---
>> 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
>> Openembedded-core@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-12-14 17:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-13 16:26 [[PATCH] gnutls: upgrade to 3.3.11 Armin Kuster
2014-12-13 21:05 ` Khem Raj
2014-12-14 16:57   ` akuster808
2014-12-14 17:57   ` akuster808

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox