* [PATCH 0/7] Dizzy-next for 1.7.3
@ 2015-08-20 19:20 Armin Kuster
2015-08-20 19:31 ` Martin Jansa
0 siblings, 1 reply; 3+ messages in thread
From: Armin Kuster @ 2015-08-20 19:20 UTC (permalink / raw)
To: openembedded-core
Please consider these changes for inclusion to the 1.7.3 update.
The following changes since commit e8da5133c2efd3bc4c5f41bb27207c053bc2360d:
runqueue: Add message to explain the problem if diffsigs multiple tasks don't exist (2015-08-20 12:11:24 -0700)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib akuster/dizzy-next
http://git.yoctoproject.org/cgit.cgi//log/?h=akuster/dizzy-next
Richard Purdie (2):
fetch2: Extend mirroruri handlling
sstate: Use SSTATE_DIR for FILESPATH
Saul Wold (2):
grub-efi: Use the backport patch from grub
grub-efi: Add trailing \ missed in last patch
Sona Sarmadi (3):
bind9.9.5: CVE-2015-5477
qemu: CVE-2014-7840
qemu-vnc: CVE-2014-7815
bitbake/lib/bb/fetch2/__init__.py | 1 +
meta/classes/sstate.bbclass | 4 +-
meta/recipes-bsp/grub/grub-efi_2.00.bb | 1 +
.../bind/bind/bind9_9_5-CVE-2015-5477.patch | 45 +++++++++++++++++
meta/recipes-connectivity/bind/bind_9.9.5.bb | 1 +
.../recipes-devtools/qemu/qemu/CVE-2014-7840.patch | 57 ++++++++++++++++++++++
.../qemu/qemu/vnc-CVE-2014-7815.patch | 53 ++++++++++++++++++++
meta/recipes-devtools/qemu/qemu_2.1.0.bb | 2 +
8 files changed, 163 insertions(+), 1 deletion(-)
create mode 100644 meta/recipes-connectivity/bind/bind/bind9_9_5-CVE-2015-5477.patch
create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2014-7840.patch
create mode 100644 meta/recipes-devtools/qemu/qemu/vnc-CVE-2014-7815.patch
--
1.9.1
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 0/7] Dizzy-next for 1.7.3
2015-08-20 19:20 [PATCH 0/7] Dizzy-next for 1.7.3 Armin Kuster
@ 2015-08-20 19:31 ` Martin Jansa
2015-08-20 21:31 ` akuster808
0 siblings, 1 reply; 3+ messages in thread
From: Martin Jansa @ 2015-08-20 19:31 UTC (permalink / raw)
To: Armin Kuster; +Cc: openembedded-core
[-- Attachment #1: Type: text/plain, Size: 2105 bytes --]
On Thu, Aug 20, 2015 at 12:20:31PM -0700, Armin Kuster wrote:
> Please consider these changes for inclusion to the 1.7.3 update.
>
> The following changes since commit e8da5133c2efd3bc4c5f41bb27207c053bc2360d:
>
> runqueue: Add message to explain the problem if diffsigs multiple tasks don't exist (2015-08-20 12:11:24 -0700)
Can you add:
http://patchwork.openembedded.org/patch/97485/
?
It's already in master and fido.
> are available in the git repository at:
>
> git://git.yoctoproject.org/poky-contrib akuster/dizzy-next
> http://git.yoctoproject.org/cgit.cgi//log/?h=akuster/dizzy-next
>
> Richard Purdie (2):
> fetch2: Extend mirroruri handlling
> sstate: Use SSTATE_DIR for FILESPATH
>
> Saul Wold (2):
> grub-efi: Use the backport patch from grub
> grub-efi: Add trailing \ missed in last patch
>
> Sona Sarmadi (3):
> bind9.9.5: CVE-2015-5477
> qemu: CVE-2014-7840
> qemu-vnc: CVE-2014-7815
>
> bitbake/lib/bb/fetch2/__init__.py | 1 +
> meta/classes/sstate.bbclass | 4 +-
> meta/recipes-bsp/grub/grub-efi_2.00.bb | 1 +
> .../bind/bind/bind9_9_5-CVE-2015-5477.patch | 45 +++++++++++++++++
> meta/recipes-connectivity/bind/bind_9.9.5.bb | 1 +
> .../recipes-devtools/qemu/qemu/CVE-2014-7840.patch | 57 ++++++++++++++++++++++
> .../qemu/qemu/vnc-CVE-2014-7815.patch | 53 ++++++++++++++++++++
> meta/recipes-devtools/qemu/qemu_2.1.0.bb | 2 +
> 8 files changed, 163 insertions(+), 1 deletion(-)
> create mode 100644 meta/recipes-connectivity/bind/bind/bind9_9_5-CVE-2015-5477.patch
> create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2014-7840.patch
> create mode 100644 meta/recipes-devtools/qemu/qemu/vnc-CVE-2014-7815.patch
>
> --
> 1.9.1
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 0/7] Dizzy-next for 1.7.3
2015-08-20 19:31 ` Martin Jansa
@ 2015-08-20 21:31 ` akuster808
0 siblings, 0 replies; 3+ messages in thread
From: akuster808 @ 2015-08-20 21:31 UTC (permalink / raw)
To: Martin Jansa; +Cc: openembedded-core
On 08/20/2015 12:31 PM, Martin Jansa wrote:
> On Thu, Aug 20, 2015 at 12:20:31PM -0700, Armin Kuster wrote:
>> Please consider these changes for inclusion to the 1.7.3 update.
>>
>> The following changes since commit e8da5133c2efd3bc4c5f41bb27207c053bc2360d:
>>
>> runqueue: Add message to explain the problem if diffsigs multiple tasks don't exist (2015-08-20 12:11:24 -0700)
>
> Can you add:
> http://patchwork.openembedded.org/patch/97485/
This and its depend patch merged to akuster/dizzy-next
- armin
> ?
>
> It's already in master and fido.
>
>> are available in the git repository at:
>>
>> git://git.yoctoproject.org/poky-contrib akuster/dizzy-next
>> http://git.yoctoproject.org/cgit.cgi//log/?h=akuster/dizzy-next
>>
>> Richard Purdie (2):
>> fetch2: Extend mirroruri handlling
>> sstate: Use SSTATE_DIR for FILESPATH
>>
>> Saul Wold (2):
>> grub-efi: Use the backport patch from grub
>> grub-efi: Add trailing \ missed in last patch
>>
>> Sona Sarmadi (3):
>> bind9.9.5: CVE-2015-5477
>> qemu: CVE-2014-7840
>> qemu-vnc: CVE-2014-7815
>>
>> bitbake/lib/bb/fetch2/__init__.py | 1 +
>> meta/classes/sstate.bbclass | 4 +-
>> meta/recipes-bsp/grub/grub-efi_2.00.bb | 1 +
>> .../bind/bind/bind9_9_5-CVE-2015-5477.patch | 45 +++++++++++++++++
>> meta/recipes-connectivity/bind/bind_9.9.5.bb | 1 +
>> .../recipes-devtools/qemu/qemu/CVE-2014-7840.patch | 57 ++++++++++++++++++++++
>> .../qemu/qemu/vnc-CVE-2014-7815.patch | 53 ++++++++++++++++++++
>> meta/recipes-devtools/qemu/qemu_2.1.0.bb | 2 +
>> 8 files changed, 163 insertions(+), 1 deletion(-)
>> create mode 100644 meta/recipes-connectivity/bind/bind/bind9_9_5-CVE-2015-5477.patch
>> create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2014-7840.patch
>> create mode 100644 meta/recipes-devtools/qemu/qemu/vnc-CVE-2014-7815.patch
>>
>> --
>> 1.9.1
>>
>> --
>> _______________________________________________
>> Openembedded-core mailing list
>> Openembedded-core@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-08-20 21:31 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-20 19:20 [PATCH 0/7] Dizzy-next for 1.7.3 Armin Kuster
2015-08-20 19:31 ` Martin Jansa
2015-08-20 21:31 ` akuster808
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox