From: Scott Garman <scott.a.garman@intel.com>
To: poky@yoctoproject.org
Subject: Re: denzil pull request 4
Date: Thu, 06 Dec 2012 21:19:56 -0800 [thread overview]
Message-ID: <50C17C7C.5060505@intel.com> (raw)
In-Reply-To: <6003ea54d7087101d60a5cfd1aea5c5dad5a33a3.1354856621.git.scott.a.garman@intel.com>
I'm not sure why my cover letter never made it through. Here it is again:
Hello,
This is a pull request for denzil, it includes a number of security
fixes and a few important bugfixes. The poky-based tree has been run
through the autobuilder as follows:
nightly-x86: Green
http://autobuilder.yoctoproject.org:8010/builders/nightly-x86/builds/824
nightly-x86-lsb: Green
http://autobuilder.yoctoproject.org:8010/builders/nightly-x86-lsb/builds/153
nightly-x86-64: Sanity test failure
http://autobuilder.yoctoproject.org:8010/builders/nightly-x86-64/builds/747
Qemu apparently failed to shutdown cleanly. My impression is that this is
likely a sporadic error and does not appear to be reproducible.
nightly-x86-64-lsb: Green
http://autobuilder.yoctoproject.org:8010/builders/nightly-x86-64-lsb/builds/148
nightly-arm: Green
http://autobuilder.yoctoproject.org:8010/builders/nightly-arm/builds/753
nightly-arm-lsb: Green
http://autobuilder.yoctoproject.org:8010/builders/nightly-arm-lsb/builds/146
nightly-mips: Green
http://autobuilder.yoctoproject.org:8010/builders/nightly-mips/builds/724
nightly-mips-lsb: Green
http://autobuilder.yoctoproject.org:8010/builders/nightly-mips-lsb/builds/151
nightly-ppc: Green
http://autobuilder.yoctoproject.org:8010/builders/nightly-ppc/builds/704
nightly-ppc-lsb: Green
http://autobuilder.yoctoproject.org:8010/builders/nightly-ppc-lsb/builds/153
nightly-non-gpl3: Green
http://autobuilder.yoctoproject.org:8010/builders/nightly-non-gpl3/builds/382
nightly-multilib: Green
http://autobuilder.yoctoproject.org:8010/builders/nightly-multilib/builds/375
nightly-tiny: Green
http://autobuilder.yoctoproject.org:8010/builders/nightly-tiny/builds/359
build-appliance: Failed
http://autobuilder.yoctoproject.org:8010/builders/build-appliance/builds/156
Failure was due to the fact that I didn't set up a special additional commit
for things to build on the autobuilder.
eclipse-plugin: Green
http://autobuilder.yoctoproject.org:8010/builders/eclipse-plugin/builds/678
crownbay: Failed
http://autobuilder.yoctoproject.org:8010/builders/crownbay/builds/246
Failed configuring gst-plugins-good, bug tracked here:
https://bugzilla.yoctoproject.org/show_bug.cgi?id=3536
crownbay-noemgd: Green
http://autobuilder.yoctoproject.org:8010/builders/crownbay-noemgd/builds/247
emenlow: Green
http://autobuilder.yoctoproject.org:8010/builders/emenlow/builds/232
n450: Green
http://autobuilder.yoctoproject.org:8010/builders/n450/builds/236
jasperforest: Green
http://autobuilder.yoctoproject.org:8010/builders/jasperforest/builds/231
sugarbay: Failed
http://autobuilder.yoctoproject.org:8010/builders/sugarbay/builds/242
Failed configuring gst-plugins-good, bug tracked here:
https://bugzilla.yoctoproject.org/show_bug.cgi?id=3536
fri2-noemgd: Green
http://autobuilder.yoctoproject.org:8010/builders/fri2-noemgd/builds/244
fri2: Failed
http://autobuilder.yoctoproject.org:8010/builders/fri2/builds/259
Failed configuring gst-plugins-good, bug tracked here:
https://bugzilla.yoctoproject.org/show_bug.cgi?id=3536
romley: Green
http://autobuilder.yoctoproject.org:8010/builders/romley/builds/206
cedartrail: Failed
http://autobuilder.yoctoproject.org:8010/builders/cedartrail/builds/211
Failed configuring gst-plugins-good, bug tracked here:
https://bugzilla.yoctoproject.org/show_bug.cgi?id=3536
sys940x: Failed
http://autobuilder.yoctoproject.org:8010/builders/sys940x/builds/106
Failed configuring gst-plugins-good, bug tracked here:
https://bugzilla.yoctoproject.org/show_bug.cgi?id=3536
sys940x-noemgd: Green
http://autobuilder.yoctoproject.org:8010/builders/sys940x-noemgd/builds/105
p1022ds: Failed
http://autobuilder.yoctoproject.org:8010/builders/p1022ds/builds/156
Failed due to a bbappend version mismatch, bug tracked here:
https://bugzilla.yoctoproject.org/show_bug.cgi?id=3535
The following changes since commit 846b7c388738f382e83576e77b705aa547c1dd9b:
bitbake: lib/bb/siggen.py: log when tainting the signature of a task
(2012-10-12 08:58:48 +0100)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib sgarman/denzil-next-pull4
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=sgarman/denzil-next-pull4
Andrei Gherzan (1):
opkg-utils: Add needed python modules as RDEPENDS
Christopher Larson (1):
bitbake: command: add error to return of runCommand
Joe Slater (1):
gettext: install libgettextlib.a before removing it
Marcin Juszkiewicz (1):
libxml: disable lzma
Martin Jansa (1):
opkg-utils: bump SRCREV to latest
Nitin A Kamble (1):
libxml2: fix build with automake 1.12
Paul Eggleton (1):
classes/qmake_base: support linux-gnuspe/linux-uclibcspe TARGET_OS
Phil Blundell (1):
openssl: Use ${CFLAGS} not ${FULL_OPTIMIZATION}
Richard Purdie (1):
libxml2/libxslt: Don't depend on ansidecl.h header
Robert Yang (2):
package_rpm.bbclass: Fix incremental rpm image generation
rootfs_rpm.bbclass: save rpmlib rather than remove it
Ross Burton (1):
gst-plugins-good: disable (uninstalled) examples
Roy.Li (1):
bitbake: compile tar-replacement firstly
Saul Wold (1):
libxml2: Update to 2.8.0
Scott Garman (2):
openssl: upgrade to 1.0.0j
poky.conf: Add Ubuntu 12.04.1 LTS to SANITY_TESTED_DISTROS
yanjun.zhu (2):
libproxy: Fix for CVE-2012-4504
squashfs: fix for CVE-2012-4024
bitbake/lib/bb/command.py | 43 +++++++-----
bitbake/lib/bb/server/process.py | 2 +-
bitbake/lib/bb/ui/crumbs/hobeventhandler.py | 5 +-
bitbake/lib/bb/ui/depexp.py | 38 +++++++----
bitbake/lib/bb/ui/goggle.py | 17 +++--
bitbake/lib/bb/ui/knotty.py | 45 ++++++++----
bitbake/lib/bb/ui/ncurses.py | 21 ++++--
meta-yocto/conf/distro/poky.conf | 1 +
meta/classes/image.bbclass | 6 ++
meta/classes/package_rpm.bbclass | 20 +++---
meta/classes/qmake_base.bbclass | 2 +-
meta/classes/rootfs_rpm.bbclass | 6 +-
.../configure-targets.patch | 0
.../debian/c_rehash-compat.patch | 0
.../debian/ca.patch | 0
.../debian/debian-targets.patch | 0
.../debian/make-targets.patch | 0
.../debian/man-dir.patch | 0
.../debian/man-section.patch | 0
.../debian/no-rpath.patch | 0
.../debian/no-symbolic.patch | 0
.../debian/pic.patch | 0
.../debian/version-script.patch | 0
.../engines-install-in-libdir-ssl.patch | 0
.../{openssl-1.0.0i => openssl-1.0.0j}/find.pl | 0
.../oe-ldflags.patch | 0
.../openssl-fix-link.patch | 0
.../openssl_fix_for_x32.patch | 0
.../shared-libs.patch | 0
meta/recipes-connectivity/openssl/openssl.inc | 2 +-
.../{openssl_1.0.0i.bb => openssl_1.0.0j.bb} | 4 +-
.../gettext/gettext-0.18.1.1/parallel.patch | 34 +++++++++
meta/recipes-core/gettext/gettext_0.18.1.1.bb | 3 +-
meta/recipes-core/libxml/libxml2.inc | 15 ++--
.../libxml/libxml2/fix_version_info.patch | 23 -------
meta/recipes-core/libxml/libxml2_2.7.8.bb | 8 ---
meta/recipes-core/libxml/libxml2_2.8.0.bb | 6 ++
meta/recipes-devtools/opkg-utils/opkg-utils_git.bb | 5 +-
.../patches/squashfs-4.2-fix-CVE-2012-4024.patch | 72
++++++++++++++++++++
.../squashfs-tools/squashfs-tools_4.2.bb | 3 +
.../gstreamer/gst-plugins-good_0.10.31.bb | 6 +-
.../libproxy/libproxy-0.4.7-CVE-2012-4504.patch | 29 ++++++++
meta/recipes-support/libproxy/libproxy_0.4.7.bb | 1 +
meta/recipes-support/libxslt/libxslt_1.1.26.bb | 7 +-
scripts/bitbake | 7 +-
45 files changed, 310 insertions(+), 121 deletions(-)
rename meta/recipes-connectivity/openssl/{openssl-1.0.0i =>
openssl-1.0.0j}/configure-targets.patch (100%)
rename meta/recipes-connectivity/openssl/{openssl-1.0.0i =>
openssl-1.0.0j}/debian/c_rehash-compat.patch (100%)
rename meta/recipes-connectivity/openssl/{openssl-1.0.0i =>
openssl-1.0.0j}/debian/ca.patch (100%)
rename meta/recipes-connectivity/openssl/{openssl-1.0.0i =>
openssl-1.0.0j}/debian/debian-targets.patch (100%)
rename meta/recipes-connectivity/openssl/{openssl-1.0.0i =>
openssl-1.0.0j}/debian/make-targets.patch (100%)
rename meta/recipes-connectivity/openssl/{openssl-1.0.0i =>
openssl-1.0.0j}/debian/man-dir.patch (100%)
rename meta/recipes-connectivity/openssl/{openssl-1.0.0i =>
openssl-1.0.0j}/debian/man-section.patch (100%)
rename meta/recipes-connectivity/openssl/{openssl-1.0.0i =>
openssl-1.0.0j}/debian/no-rpath.patch (100%)
rename meta/recipes-connectivity/openssl/{openssl-1.0.0i =>
openssl-1.0.0j}/debian/no-symbolic.patch (100%)
rename meta/recipes-connectivity/openssl/{openssl-1.0.0i =>
openssl-1.0.0j}/debian/pic.patch (100%)
rename meta/recipes-connectivity/openssl/{openssl-1.0.0i =>
openssl-1.0.0j}/debian/version-script.patch (100%)
rename meta/recipes-connectivity/openssl/{openssl-1.0.0i =>
openssl-1.0.0j}/engines-install-in-libdir-ssl.patch (100%)
rename meta/recipes-connectivity/openssl/{openssl-1.0.0i =>
openssl-1.0.0j}/find.pl (100%)
rename meta/recipes-connectivity/openssl/{openssl-1.0.0i =>
openssl-1.0.0j}/oe-ldflags.patch (100%)
rename meta/recipes-connectivity/openssl/{openssl-1.0.0i =>
openssl-1.0.0j}/openssl-fix-link.patch (100%)
rename meta/recipes-connectivity/openssl/{openssl-1.0.0i =>
openssl-1.0.0j}/openssl_fix_for_x32.patch (100%)
rename meta/recipes-connectivity/openssl/{openssl-1.0.0i =>
openssl-1.0.0j}/shared-libs.patch (100%)
rename meta/recipes-connectivity/openssl/{openssl_1.0.0i.bb =>
openssl_1.0.0j.bb} (90%)
create mode 100644
meta/recipes-core/gettext/gettext-0.18.1.1/parallel.patch
delete mode 100644 meta/recipes-core/libxml/libxml2/fix_version_info.patch
delete mode 100644 meta/recipes-core/libxml/libxml2_2.7.8.bb
create mode 100644 meta/recipes-core/libxml/libxml2_2.8.0.bb
create mode 100644
meta/recipes-devtools/squashfs-tools/patches/squashfs-4.2-fix-CVE-2012-4024.patch
create mode 100644
meta/recipes-support/libproxy/libproxy/libproxy-0.4.7-CVE-2012-4504.patch
--
1.7.9.5
next prev parent reply other threads:[~2012-12-07 5:19 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-12-07 5:05 [PATCH 00/18] denzil pull request 4 Scott Garman
2012-12-07 5:05 ` [PATCH 01/18] gst-plugins-good: disable (uninstalled) examples Scott Garman
2012-12-07 5:19 ` Scott Garman [this message]
2012-12-07 14:30 ` denzil pull request 4 Eren Türkay
2012-12-07 5:05 ` [PATCH 02/18] classes/qmake_base: support linux-gnuspe/linux-uclibcspe TARGET_OS Scott Garman
2012-12-07 5:05 ` [PATCH 03/18] gettext: install libgettextlib.a before removing it Scott Garman
2012-12-07 5:05 ` [PATCH 04/18] bitbake: compile tar-replacement firstly Scott Garman
2012-12-07 5:05 ` [PATCH 05/18] package_rpm.bbclass: Fix incremental rpm image generation Scott Garman
2012-12-07 5:05 ` [PATCH 06/18] rootfs_rpm.bbclass: save rpmlib rather than remove it Scott Garman
2012-12-07 5:05 ` [PATCH 07/18] opkg-utils: Add needed python modules as RDEPENDS Scott Garman
2012-12-07 5:05 ` [PATCH 08/18] opkg-utils: bump SRCREV to latest Scott Garman
2012-12-07 5:05 ` [PATCH 09/18] bitbake: command: add error to return of runCommand Scott Garman
2012-12-07 5:05 ` [PATCH 10/18] libproxy: Fix for CVE-2012-4504 Scott Garman
2012-12-07 5:05 ` [PATCH 11/18] openssl: upgrade to 1.0.0j Scott Garman
2012-12-07 5:05 ` [PATCH 12/18] openssl: Use ${CFLAGS} not ${FULL_OPTIMIZATION} Scott Garman
2012-12-07 5:05 ` [PATCH 13/18] libxml2: fix build with automake 1.12 Scott Garman
2012-12-07 5:05 ` [PATCH 14/18] libxml2/libxslt: Don't depend on ansidecl.h header Scott Garman
2012-12-07 5:05 ` [PATCH 15/18] libxml2: Update to 2.8.0 Scott Garman
2012-12-07 5:05 ` [PATCH 16/18] libxml: disable lzma Scott Garman
2012-12-07 5:05 ` [PATCH 17/18] squashfs: fix for CVE-2012-4024 Scott Garman
2012-12-07 5:05 ` [PATCH 18/18] poky.conf: Add Ubuntu 12.04.1 LTS to SANITY_TESTED_DISTROS Scott Garman
2012-12-07 16:03 ` [PATCH 00/18] denzil pull request 4 Richard Purdie
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=50C17C7C.5060505@intel.com \
--to=scott.a.garman@intel.com \
--cc=poky@yoctoproject.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.