* [PATCH 00/15] For Dizzy 1.7.3a v2
@ 2015-08-28 19:44 Armin Kuster
2015-08-29 6:29 ` Saul Wold
0 siblings, 1 reply; 4+ messages in thread
From: Armin Kuster @ 2015-08-28 19:44 UTC (permalink / raw)
To: openembedded-core
Rebased against Dizzy this time.
Please consider this changes for Dizzy 1.7.3
The following changes since commit 137f52ac3a3cf6dc9eed27178c37e9ce235341d8:
grub-efi: Add backslash lost from previous commit (2015-08-20 21:42:31 +0100)
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
Alejandro Hernandez (1):
qemurunner: Improves checking for server and target IPs on qemus
parameters
Aníbal Limón (1):
license_class: fix license.manifest shows LICENSE field differently to
recipe
Martin Jansa (2):
connman-conf: fix SRC_URI_append
license.bbclass: fix unexpected operator for LICENSE values with space
Paul Eggleton (1):
oeqa/utils/qemurunner: fix logging
Petter Mabäcker (1):
meta: set proper S value
Richard Purdie (3):
runqueue: Add message to explain the problem if diffsigs multiple
tasks don't exist
fetch2: Extend mirroruri handlling
sstate: Use SSTATE_DIR for FILESPATH
Ross Burton (1):
oeqa/QemuRunner: don't use bb for logging
Sona Sarmadi (4):
bind9.9.5: CVE-2015-5477
qemu: CVE-2014-7840
qemu-vnc: CVE-2014-7815
qemu-slirp: CVE-2014-3640
Yi Zhao (1):
oeqa/selftest: fix test_incremental_image_generation for changes in
log output
bitbake/lib/bb/fetch2/__init__.py | 1 +
bitbake/lib/bb/runqueue.py | 2 +
meta/classes/license.bbclass | 15 ++---
meta/classes/sstate.bbclass | 4 +-
meta/lib/oeqa/selftest/buildoptions.py | 11 ++--
meta/lib/oeqa/utils/qemurunner.py | 73 ++++++++++++----------
meta/recipes-bsp/alsa-state/alsa-state.bb | 2 +
meta/recipes-bsp/hostap/hostap-conf_1.0.bb | 2 +
meta/recipes-bsp/keymaps/keymaps_1.0.bb | 2 +
.../bind/bind/bind9_9_5-CVE-2015-5477.patch | 45 +++++++++++++
meta/recipes-connectivity/bind/bind_9.9.5.bb | 1 +
meta/recipes-connectivity/connman/connman-conf.bb | 8 ++-
.../ppp-dialin/ppp-dialin_0.1.bb | 2 +
.../init-ifupdown/init-ifupdown_1.0.bb | 2 +
.../initrdscripts/initramfs-boot_1.0.bb | 2 +
.../initrdscripts/initramfs-framework_1.0.bb | 2 +
.../initrdscripts/initramfs-live-boot_1.0.bb | 2 +
.../initramfs-live-install-efi-testfs_1.0.bb | 2 +
.../initramfs-live-install-efi_1.0.bb | 2 +
.../initramfs-live-install-testfs_1.0.bb | 2 +
.../initrdscripts/initramfs-live-install_1.0.bb | 2 +
meta/recipes-core/initscripts/initscripts_1.0.bb | 2 +
.../systemd/systemd-systemctl-native.bb | 2 +
.../sysvinit/sysvinit-inittab_2.88dsf.bb | 2 +-
meta/recipes-core/udev/udev-extraconf_1.1.bb | 2 +
meta/recipes-devtools/opkg/opkg-collateral.bb | 2 +
.../recipes-devtools/qemu/qemu/CVE-2014-7840.patch | 57 +++++++++++++++++
.../qemu/qemu/slirp-CVE-2014-3640.patch | 48 ++++++++++++++
.../qemu/qemu/vnc-CVE-2014-7815.patch | 53 ++++++++++++++++
meta/recipes-devtools/qemu/qemu_2.1.0.bb | 3 +
.../run-postinsts/run-postinsts_1.0.bb | 2 +
.../shadow/shadow-securetty_4.2.1.bb | 2 +
.../xorg-xserver/xserver-xf86-config_0.1.bb | 2 +
.../modutils-initscripts/modutils-initscripts.bb | 3 +
meta/recipes-qt/qt-demo/qt-demo-init_0.1.bb | 2 +
.../ptest-runner/ptest-runner_1.0.bb | 2 +
36 files changed, 318 insertions(+), 50 deletions(-)
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/slirp-CVE-2014-3640.patch
create mode 100644 meta/recipes-devtools/qemu/qemu/vnc-CVE-2014-7815.patch
--
1.9.1
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 00/15] For Dizzy 1.7.3a v2
2015-08-28 19:44 [PATCH 00/15] For Dizzy 1.7.3a v2 Armin Kuster
@ 2015-08-29 6:29 ` Saul Wold
2015-08-29 20:49 ` Randy MacLeod
2015-08-31 13:59 ` akuster808
0 siblings, 2 replies; 4+ messages in thread
From: Saul Wold @ 2015-08-29 6:29 UTC (permalink / raw)
To: Armin Kuster, openembedded-core
Hi Armin,
I added the bitbake patch to my sgw/dizzy branch and threw it against
the Autobuilder.
There where a few failures, some of which may be expected, others need
more investigation:
arm64
mip64
- I don't think that dizzy had support for those yet.
deb-non-deb
- did these ever work for dizzy?
wic
- New build target
It's still finishing up right now.
Sau!
On 08/28/2015 12:44 PM, Armin Kuster wrote:
> Rebased against Dizzy this time.
>
> Please consider this changes for Dizzy 1.7.3
>
> The following changes since commit 137f52ac3a3cf6dc9eed27178c37e9ce235341d8:
>
> grub-efi: Add backslash lost from previous commit (2015-08-20 21:42:31 +0100)
>
> 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
>
> Alejandro Hernandez (1):
> qemurunner: Improves checking for server and target IPs on qemus
> parameters
>
> Aníbal Limón (1):
> license_class: fix license.manifest shows LICENSE field differently to
> recipe
>
> Martin Jansa (2):
> connman-conf: fix SRC_URI_append
> license.bbclass: fix unexpected operator for LICENSE values with space
>
> Paul Eggleton (1):
> oeqa/utils/qemurunner: fix logging
>
> Petter Mabäcker (1):
> meta: set proper S value
>
> Richard Purdie (3):
> runqueue: Add message to explain the problem if diffsigs multiple
> tasks don't exist
> fetch2: Extend mirroruri handlling
> sstate: Use SSTATE_DIR for FILESPATH
>
> Ross Burton (1):
> oeqa/QemuRunner: don't use bb for logging
>
> Sona Sarmadi (4):
> bind9.9.5: CVE-2015-5477
> qemu: CVE-2014-7840
> qemu-vnc: CVE-2014-7815
> qemu-slirp: CVE-2014-3640
>
> Yi Zhao (1):
> oeqa/selftest: fix test_incremental_image_generation for changes in
> log output
>
> bitbake/lib/bb/fetch2/__init__.py | 1 +
> bitbake/lib/bb/runqueue.py | 2 +
> meta/classes/license.bbclass | 15 ++---
> meta/classes/sstate.bbclass | 4 +-
> meta/lib/oeqa/selftest/buildoptions.py | 11 ++--
> meta/lib/oeqa/utils/qemurunner.py | 73 ++++++++++++----------
> meta/recipes-bsp/alsa-state/alsa-state.bb | 2 +
> meta/recipes-bsp/hostap/hostap-conf_1.0.bb | 2 +
> meta/recipes-bsp/keymaps/keymaps_1.0.bb | 2 +
> .../bind/bind/bind9_9_5-CVE-2015-5477.patch | 45 +++++++++++++
> meta/recipes-connectivity/bind/bind_9.9.5.bb | 1 +
> meta/recipes-connectivity/connman/connman-conf.bb | 8 ++-
> .../ppp-dialin/ppp-dialin_0.1.bb | 2 +
> .../init-ifupdown/init-ifupdown_1.0.bb | 2 +
> .../initrdscripts/initramfs-boot_1.0.bb | 2 +
> .../initrdscripts/initramfs-framework_1.0.bb | 2 +
> .../initrdscripts/initramfs-live-boot_1.0.bb | 2 +
> .../initramfs-live-install-efi-testfs_1.0.bb | 2 +
> .../initramfs-live-install-efi_1.0.bb | 2 +
> .../initramfs-live-install-testfs_1.0.bb | 2 +
> .../initrdscripts/initramfs-live-install_1.0.bb | 2 +
> meta/recipes-core/initscripts/initscripts_1.0.bb | 2 +
> .../systemd/systemd-systemctl-native.bb | 2 +
> .../sysvinit/sysvinit-inittab_2.88dsf.bb | 2 +-
> meta/recipes-core/udev/udev-extraconf_1.1.bb | 2 +
> meta/recipes-devtools/opkg/opkg-collateral.bb | 2 +
> .../recipes-devtools/qemu/qemu/CVE-2014-7840.patch | 57 +++++++++++++++++
> .../qemu/qemu/slirp-CVE-2014-3640.patch | 48 ++++++++++++++
> .../qemu/qemu/vnc-CVE-2014-7815.patch | 53 ++++++++++++++++
> meta/recipes-devtools/qemu/qemu_2.1.0.bb | 3 +
> .../run-postinsts/run-postinsts_1.0.bb | 2 +
> .../shadow/shadow-securetty_4.2.1.bb | 2 +
> .../xorg-xserver/xserver-xf86-config_0.1.bb | 2 +
> .../modutils-initscripts/modutils-initscripts.bb | 3 +
> meta/recipes-qt/qt-demo/qt-demo-init_0.1.bb | 2 +
> .../ptest-runner/ptest-runner_1.0.bb | 2 +
> 36 files changed, 318 insertions(+), 50 deletions(-)
> 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/slirp-CVE-2014-3640.patch
> create mode 100644 meta/recipes-devtools/qemu/qemu/vnc-CVE-2014-7815.patch
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 00/15] For Dizzy 1.7.3a v2
2015-08-29 6:29 ` Saul Wold
@ 2015-08-29 20:49 ` Randy MacLeod
2015-08-31 13:59 ` akuster808
1 sibling, 0 replies; 4+ messages in thread
From: Randy MacLeod @ 2015-08-29 20:49 UTC (permalink / raw)
To: openembedded-core, Robert Yang, Saul Wold
On 2015-08-29 02:29 AM, Saul Wold wrote:
>
> Hi Armin,
>
> I added the bitbake patch to my sgw/dizzy branch and threw it against
> the Autobuilder.
>
> There where a few failures, some of which may be expected, others need
> more investigation:
>
> arm64
> mip64
> - I don't think that dizzy had support for those yet.
The YP autobuilder may not have been testing those targets
but the distro release certainly supports mips64 and arm64 was
unofficially supported but only came in Dec 2014. (see below)
Robert can fix or find someone to fix any problems you've identified.
../Randy
$ git log --reverse meta/conf/machine/qemumips64.conf
commit 3f16954c6fae2de78fa9c5ece69354be7ec25cf2
Author: Khem Raj <raj.khem@gmail.com>
Date: Sun May 12 22:42:25 2013 -0700
machine/qemumips64: Add machine definition
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
$ git branch --contains 3f16954c6fae2de78fa9c5ece69354be7ec25cf2
daisy
dizzy
dora
efi
fido
* master
master-next
$ git log --reverse meta/conf/machine/qemuarm64.conf
commit d7314c3bc804b7bcc921b0a6c5b63d71ca2e73db
Author: Kai Kang <kai.kang@windriver.com>
Date: Thu Dec 18 16:50:58 2014 +0800
Add machine qemuarm64
Add machine qemuarm64. The configure files are derived from linaro.
Update:
* rename genericarmv8 to qemuarm64 for coordination in oe-core
* include qemu.inc then remove common part of config
* disable using autoserial
* move arch-armv8.inc from machine/include/arm64 to machine/include/arm
[YOCTO #6487]
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
$ git branch --contains d7314c3bc804b7bcc921b0a6c5b63d71ca2e73db
fido
* master
master-next
>
>
> deb-non-deb
> - did these ever work for dizzy?
>
> wic
> - New build target
>
> It's still finishing up right now.
>
> Sau!
>
>
> On 08/28/2015 12:44 PM, Armin Kuster wrote:
>> Rebased against Dizzy this time.
>>
>> Please consider this changes for Dizzy 1.7.3
>>
>> The following changes since commit
>> 137f52ac3a3cf6dc9eed27178c37e9ce235341d8:
>>
>> grub-efi: Add backslash lost from previous commit (2015-08-20
>> 21:42:31 +0100)
>>
>> 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
>>
>> Alejandro Hernandez (1):
>> qemurunner: Improves checking for server and target IPs on qemus
>> parameters
>>
>> Aníbal Limón (1):
>> license_class: fix license.manifest shows LICENSE field differently to
>> recipe
>>
>> Martin Jansa (2):
>> connman-conf: fix SRC_URI_append
>> license.bbclass: fix unexpected operator for LICENSE values with space
>>
>> Paul Eggleton (1):
>> oeqa/utils/qemurunner: fix logging
>>
>> Petter Mabäcker (1):
>> meta: set proper S value
>>
>> Richard Purdie (3):
>> runqueue: Add message to explain the problem if diffsigs multiple
>> tasks don't exist
>> fetch2: Extend mirroruri handlling
>> sstate: Use SSTATE_DIR for FILESPATH
>>
>> Ross Burton (1):
>> oeqa/QemuRunner: don't use bb for logging
>>
>> Sona Sarmadi (4):
>> bind9.9.5: CVE-2015-5477
>> qemu: CVE-2014-7840
>> qemu-vnc: CVE-2014-7815
>> qemu-slirp: CVE-2014-3640
>>
>> Yi Zhao (1):
>> oeqa/selftest: fix test_incremental_image_generation for changes in
>> log output
>>
>> bitbake/lib/bb/fetch2/__init__.py | 1 +
>> bitbake/lib/bb/runqueue.py | 2 +
>> meta/classes/license.bbclass | 15 ++---
>> meta/classes/sstate.bbclass | 4 +-
>> meta/lib/oeqa/selftest/buildoptions.py | 11 ++--
>> meta/lib/oeqa/utils/qemurunner.py | 73
>> ++++++++++++----------
>> meta/recipes-bsp/alsa-state/alsa-state.bb | 2 +
>> meta/recipes-bsp/hostap/hostap-conf_1.0.bb | 2 +
>> meta/recipes-bsp/keymaps/keymaps_1.0.bb | 2 +
>> .../bind/bind/bind9_9_5-CVE-2015-5477.patch | 45 +++++++++++++
>> meta/recipes-connectivity/bind/bind_9.9.5.bb | 1 +
>> meta/recipes-connectivity/connman/connman-conf.bb | 8 ++-
>> .../ppp-dialin/ppp-dialin_0.1.bb | 2 +
>> .../init-ifupdown/init-ifupdown_1.0.bb | 2 +
>> .../initrdscripts/initramfs-boot_1.0.bb | 2 +
>> .../initrdscripts/initramfs-framework_1.0.bb | 2 +
>> .../initrdscripts/initramfs-live-boot_1.0.bb | 2 +
>> .../initramfs-live-install-efi-testfs_1.0.bb | 2 +
>> .../initramfs-live-install-efi_1.0.bb | 2 +
>> .../initramfs-live-install-testfs_1.0.bb | 2 +
>> .../initrdscripts/initramfs-live-install_1.0.bb | 2 +
>> meta/recipes-core/initscripts/initscripts_1.0.bb | 2 +
>> .../systemd/systemd-systemctl-native.bb | 2 +
>> .../sysvinit/sysvinit-inittab_2.88dsf.bb | 2 +-
>> meta/recipes-core/udev/udev-extraconf_1.1.bb | 2 +
>> meta/recipes-devtools/opkg/opkg-collateral.bb | 2 +
>> .../recipes-devtools/qemu/qemu/CVE-2014-7840.patch | 57
>> +++++++++++++++++
>> .../qemu/qemu/slirp-CVE-2014-3640.patch | 48 ++++++++++++++
>> .../qemu/qemu/vnc-CVE-2014-7815.patch | 53
>> ++++++++++++++++
>> meta/recipes-devtools/qemu/qemu_2.1.0.bb | 3 +
>> .../run-postinsts/run-postinsts_1.0.bb | 2 +
>> .../shadow/shadow-securetty_4.2.1.bb | 2 +
>> .../xorg-xserver/xserver-xf86-config_0.1.bb | 2 +
>> .../modutils-initscripts/modutils-initscripts.bb | 3 +
>> meta/recipes-qt/qt-demo/qt-demo-init_0.1.bb | 2 +
>> .../ptest-runner/ptest-runner_1.0.bb | 2 +
>> 36 files changed, 318 insertions(+), 50 deletions(-)
>> 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/slirp-CVE-2014-3640.patch
>> create mode 100644
>> meta/recipes-devtools/qemu/qemu/vnc-CVE-2014-7815.patch
>>
--
# Randy MacLeod. SMTS, Linux, Wind River
Direct: 613.963.1350 | 350 Terry Fox Drive, Suite 200, Ottawa, ON,
Canada, K2K 2W5
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 00/15] For Dizzy 1.7.3a v2
2015-08-29 6:29 ` Saul Wold
2015-08-29 20:49 ` Randy MacLeod
@ 2015-08-31 13:59 ` akuster808
1 sibling, 0 replies; 4+ messages in thread
From: akuster808 @ 2015-08-31 13:59 UTC (permalink / raw)
To: Saul Wold, openembedded-core
On 08/28/2015 11:29 PM, Saul Wold wrote:
>
> Hi Armin,
>
> I added the bitbake patch to my sgw/dizzy branch and threw it against
> the Autobuilder.
>
> There where a few failures, some of which may be expected, others need
> more investigation:
>
> arm64
> mip64
> - I don't think that dizzy had support for those yet.
Those two are not officially listed. mip64 code was there but not
included in builds or tested. Some Arm64 exited.
http://downloads.yoctoproject.org/releases/yocto/yocto-1.7.2/machines/qemu/
>
>
> deb-non-deb
> - did these ever work for dizzy?
don't know.
- armin
>
> wic
> - New build target
>
> It's still finishing up right now.
>
> Sau!
>
>
> On 08/28/2015 12:44 PM, Armin Kuster wrote:
>> Rebased against Dizzy this time.
>>
>> Please consider this changes for Dizzy 1.7.3
>>
>> The following changes since commit
>> 137f52ac3a3cf6dc9eed27178c37e9ce235341d8:
>>
>> grub-efi: Add backslash lost from previous commit (2015-08-20
>> 21:42:31 +0100)
>>
>> 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
>>
>> Alejandro Hernandez (1):
>> qemurunner: Improves checking for server and target IPs on qemus
>> parameters
>>
>> Aníbal Limón (1):
>> license_class: fix license.manifest shows LICENSE field differently to
>> recipe
>>
>> Martin Jansa (2):
>> connman-conf: fix SRC_URI_append
>> license.bbclass: fix unexpected operator for LICENSE values with space
>>
>> Paul Eggleton (1):
>> oeqa/utils/qemurunner: fix logging
>>
>> Petter Mabäcker (1):
>> meta: set proper S value
>>
>> Richard Purdie (3):
>> runqueue: Add message to explain the problem if diffsigs multiple
>> tasks don't exist
>> fetch2: Extend mirroruri handlling
>> sstate: Use SSTATE_DIR for FILESPATH
>>
>> Ross Burton (1):
>> oeqa/QemuRunner: don't use bb for logging
>>
>> Sona Sarmadi (4):
>> bind9.9.5: CVE-2015-5477
>> qemu: CVE-2014-7840
>> qemu-vnc: CVE-2014-7815
>> qemu-slirp: CVE-2014-3640
>>
>> Yi Zhao (1):
>> oeqa/selftest: fix test_incremental_image_generation for changes in
>> log output
>>
>> bitbake/lib/bb/fetch2/__init__.py | 1 +
>> bitbake/lib/bb/runqueue.py | 2 +
>> meta/classes/license.bbclass | 15 ++---
>> meta/classes/sstate.bbclass | 4 +-
>> meta/lib/oeqa/selftest/buildoptions.py | 11 ++--
>> meta/lib/oeqa/utils/qemurunner.py | 73
>> ++++++++++++----------
>> meta/recipes-bsp/alsa-state/alsa-state.bb | 2 +
>> meta/recipes-bsp/hostap/hostap-conf_1.0.bb | 2 +
>> meta/recipes-bsp/keymaps/keymaps_1.0.bb | 2 +
>> .../bind/bind/bind9_9_5-CVE-2015-5477.patch | 45 +++++++++++++
>> meta/recipes-connectivity/bind/bind_9.9.5.bb | 1 +
>> meta/recipes-connectivity/connman/connman-conf.bb | 8 ++-
>> .../ppp-dialin/ppp-dialin_0.1.bb | 2 +
>> .../init-ifupdown/init-ifupdown_1.0.bb | 2 +
>> .../initrdscripts/initramfs-boot_1.0.bb | 2 +
>> .../initrdscripts/initramfs-framework_1.0.bb | 2 +
>> .../initrdscripts/initramfs-live-boot_1.0.bb | 2 +
>> .../initramfs-live-install-efi-testfs_1.0.bb | 2 +
>> .../initramfs-live-install-efi_1.0.bb | 2 +
>> .../initramfs-live-install-testfs_1.0.bb | 2 +
>> .../initrdscripts/initramfs-live-install_1.0.bb | 2 +
>> meta/recipes-core/initscripts/initscripts_1.0.bb | 2 +
>> .../systemd/systemd-systemctl-native.bb | 2 +
>> .../sysvinit/sysvinit-inittab_2.88dsf.bb | 2 +-
>> meta/recipes-core/udev/udev-extraconf_1.1.bb | 2 +
>> meta/recipes-devtools/opkg/opkg-collateral.bb | 2 +
>> .../recipes-devtools/qemu/qemu/CVE-2014-7840.patch | 57
>> +++++++++++++++++
>> .../qemu/qemu/slirp-CVE-2014-3640.patch | 48 ++++++++++++++
>> .../qemu/qemu/vnc-CVE-2014-7815.patch | 53
>> ++++++++++++++++
>> meta/recipes-devtools/qemu/qemu_2.1.0.bb | 3 +
>> .../run-postinsts/run-postinsts_1.0.bb | 2 +
>> .../shadow/shadow-securetty_4.2.1.bb | 2 +
>> .../xorg-xserver/xserver-xf86-config_0.1.bb | 2 +
>> .../modutils-initscripts/modutils-initscripts.bb | 3 +
>> meta/recipes-qt/qt-demo/qt-demo-init_0.1.bb | 2 +
>> .../ptest-runner/ptest-runner_1.0.bb | 2 +
>> 36 files changed, 318 insertions(+), 50 deletions(-)
>> 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/slirp-CVE-2014-3640.patch
>> create mode 100644
>> meta/recipes-devtools/qemu/qemu/vnc-CVE-2014-7815.patch
>>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-08-31 13:59 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-28 19:44 [PATCH 00/15] For Dizzy 1.7.3a v2 Armin Kuster
2015-08-29 6:29 ` Saul Wold
2015-08-29 20:49 ` Randy MacLeod
2015-08-31 13:59 ` akuster808
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox