From: Mark Hatle <mark.hatle@windriver.com>
To: <openembedded-core@lists.openembedded.org>
Subject: [denzil 00/18] Various fixes for Denzil branch
Date: Thu, 7 Feb 2013 17:56:27 -0600 [thread overview]
Message-ID: <cover.1360270199.git.mark.hatle@windriver.com> (raw)
This patchset includes a number of fixes, backports and related items that
we feel are necessary for Denzil. (I'm not sure however if further versions
of Denzil are being created!)
(I don't believe any of these patches are applicable to master, a few are
backports from master...)
The following changes since commit 94c375a281378413d24a402ec6a59762d0eb5b85:
libtasn1: Upgrade to 2.13
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib mhatle/wr-denzil
Jason Wessel (1):
qemu-0.15.1: Add addition environment space to boot loader
qemu-system-mips
Khem Raj (1):
qemu: Fix illegal instruction errors on e500 emulation
Laurentiu Palcu (1):
nativesdk-qemu: fix SDK relocation issue
Li Wang (3):
qemu CVE-2012-3515
lighttpd: fixing invalid read in valgrind
lighttpd: CVE-2012-5533
Matthew McClintock (1):
qemu-0.15.1: add patch to fix compilatation problems on powerpc
Roy.Li (1):
qemu: backport patch to fix pl031 RTC
Wei Cai (2):
Summary:Security Advisory - libtiff - CVE-2012-3401
Summary: Security Advisory - boost - CVE-2012-2677
Yue Tao (6):
Security Advisory - libexif - CVE-2012-2813
Security Advisory - libexif - CVE-2012-2812
Security Advisory - libexif - CVE-2012-2841
Security Advisory - libexif - CVE-2012-2836
Security Advisory - libexif - CVE-2012-2837
Security Advisory - libexif - CVE-2012-2840
Zhai Edwin (1):
qemu: Add an option to remove host sdl/gl checking
dhall (1):
Patch ocf-linux.inc to work with the 2010 and 2012 versions
meta/recipes-connectivity/openssl/ocf-linux.inc | 11 +-
.../qemu/qemu-0.15.1/dummy-gl-config.patch | 31 ++
.../qemu/qemu-0.15.1/extra_mips_env_space.patch | 24 +
.../qemu/qemu-0.15.1/glflags.patch | 40 +-
...-Actually-raise-interrupt-on-timer-expiry.patch | 41 ++
.../qemu/qemu-0.15.1/opengl-disable-option.patch | 137 +++++
.../qemu-0.15.1/ppc-s500-set-invalid-mask.patch | 610 +++++++++++++++++++++
.../qemu/qemu-0.15.1/qemu-CVE-2012-3515.patch | 129 +++++
.../qemu/qemu-0.15.1/relocatable_sdk.patch | 34 ++
meta/recipes-devtools/qemu/qemu.inc | 23 +-
meta/recipes-devtools/qemu/qemu_0.15.1.bb | 9 +-
.../lighttpd/files/lighttpd-CVE-2012-5533.patch | 120 ++++
.../lighttpd-fixing-invalid-read-in-valgrind.patch | 33 ++
meta/recipes-extended/lighttpd/lighttpd_1.4.30.bb | 4 +-
.../libtiff/files/libtiff-CVE-2012-3401.patch | 10 +
meta/recipes-multimedia/libtiff/tiff_4.0.1.bb | 3 +-
meta/recipes-support/boost/boost_1.49.0.bb | 5 +-
.../boost/files/boost-CVE-2012-2677.patch | 30 +
.../libexif/0001-libexif-CVE-2012-2813.patch | 33 ++
.../libexif/0002-libexif-CVE-2012-2812.patch | 87 +++
.../libexif/0003-libexif-CVE-2012-2841.patch | 47 ++
.../libexif/0004-libexif-CVE-2012-2836.patch | 140 +++++
.../libexif/0005-libexif-CVE-2012-2837.patch | 114 ++++
.../libexif/0006-libexif-CVE-2012-2840.patch | 17 +
meta/recipes-support/libexif/libexif_0.6.20.bb | 10 +-
25 files changed, 1704 insertions(+), 38 deletions(-)
create mode 100644 meta/recipes-devtools/qemu/qemu-0.15.1/dummy-gl-config.patch
create mode 100644 meta/recipes-devtools/qemu/qemu-0.15.1/extra_mips_env_space.patch
create mode 100644 meta/recipes-devtools/qemu/qemu-0.15.1/hw-pl031-Actually-raise-interrupt-on-timer-expiry.patch
create mode 100644 meta/recipes-devtools/qemu/qemu-0.15.1/opengl-disable-option.patch
create mode 100644 meta/recipes-devtools/qemu/qemu-0.15.1/ppc-s500-set-invalid-mask.patch
create mode 100644 meta/recipes-devtools/qemu/qemu-0.15.1/qemu-CVE-2012-3515.patch
create mode 100644 meta/recipes-devtools/qemu/qemu-0.15.1/relocatable_sdk.patch
create mode 100644 meta/recipes-extended/lighttpd/files/lighttpd-CVE-2012-5533.patch
create mode 100644 meta/recipes-extended/lighttpd/files/lighttpd-fixing-invalid-read-in-valgrind.patch
create mode 100644 meta/recipes-multimedia/libtiff/files/libtiff-CVE-2012-3401.patch
create mode 100644 meta/recipes-support/boost/files/boost-CVE-2012-2677.patch
create mode 100644 meta/recipes-support/libexif/libexif/0001-libexif-CVE-2012-2813.patch
create mode 100644 meta/recipes-support/libexif/libexif/0002-libexif-CVE-2012-2812.patch
create mode 100644 meta/recipes-support/libexif/libexif/0003-libexif-CVE-2012-2841.patch
create mode 100644 meta/recipes-support/libexif/libexif/0004-libexif-CVE-2012-2836.patch
create mode 100644 meta/recipes-support/libexif/libexif/0005-libexif-CVE-2012-2837.patch
create mode 100644 meta/recipes-support/libexif/libexif/0006-libexif-CVE-2012-2840.patch
--
1.8.1.2.545.g2f19ada
next reply other threads:[~2013-02-07 23:45 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-02-07 23:56 Mark Hatle [this message]
2013-02-07 23:56 ` [denzil 01/18] Patch ocf-linux.inc to work with the 2010 and 2012 versions Mark Hatle
2013-02-07 23:56 ` [denzil 02/18] Security Advisory - libexif - CVE-2012-2813 Mark Hatle
2013-02-07 23:56 ` [denzil 03/18] Security Advisory - libexif - CVE-2012-2812 Mark Hatle
2013-02-07 23:56 ` [denzil 04/18] Security Advisory - libexif - CVE-2012-2841 Mark Hatle
2013-02-07 23:56 ` [denzil 05/18] Security Advisory - libexif - CVE-2012-2836 Mark Hatle
2013-02-07 23:56 ` [denzil 06/18] Security Advisory - libexif - CVE-2012-2837 Mark Hatle
2013-02-07 23:56 ` [denzil 07/18] Security Advisory - libexif - CVE-2012-2840 Mark Hatle
2013-02-07 23:56 ` [denzil 08/18] Summary:Security Advisory - libtiff - CVE-2012-3401 Mark Hatle
2013-02-07 23:56 ` [denzil 09/18] Summary: Security Advisory - boost - CVE-2012-2677 Mark Hatle
2013-02-07 23:56 ` [denzil 10/18] qemu: Add an option to remove host sdl/gl checking Mark Hatle
2013-02-07 23:56 ` [denzil 11/18] qemu-0.15.1: add patch to fix compilatation problems on powerpc Mark Hatle
2013-02-13 17:01 ` McClintock Matthew-B29882
2013-02-13 21:23 ` Mark Hatle
2013-02-13 22:02 ` Mark Hatle
2013-02-07 23:56 ` [denzil 12/18] qemu: Fix illegal instruction errors on e500 emulation Mark Hatle
2013-02-07 23:56 ` [denzil 13/18] qemu: backport patch to fix pl031 RTC Mark Hatle
2013-02-07 23:56 ` [denzil 14/18] nativesdk-qemu: fix SDK relocation issue Mark Hatle
2013-02-07 23:56 ` [denzil 15/18] qemu CVE-2012-3515 Mark Hatle
2013-02-07 23:56 ` [denzil 16/18] lighttpd: fixing invalid read in valgrind Mark Hatle
2013-02-07 23:56 ` [denzil 17/18] lighttpd: CVE-2012-5533 Mark Hatle
2013-02-07 23:56 ` [denzil 18/18] qemu-0.15.1: Add addition environment space to boot loader qemu-system-mips Mark Hatle
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1360270199.git.mark.hatle@windriver.com \
--to=mark.hatle@windriver.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox