From: Armin Kuster <akuster808@gmail.com>
To: openembedded-core@lists.openembedded.org
Cc: "Paul Eggleton" <paul.eggleton@linux.intel.com>,
"Joe MacDonald" <joe_macdonald@mentor.com>,
"Vincent Génieux" <vincent2014@startigen.fr>,
"Armin Kuster" <akuster@mvista.com>,
"André Draszik" <adraszik@digisoft.tv>,
"Mike Looijmans" <mike.looijmans@topic.nl>,
"Enrico Scholz" <enrico.scholz@sigma-chemnitz.de>,
"Gary Thomas" <gary@mlbassoc.com>,
"Dmitry Eremin-Solenikov" <dmitry_eremin@mentor.com>,
"Tom Zanussi" <tom.zanussi@linux.intel.com>,
"Dan McGregor" <dan.mcgregor@usask.ca>,
"Maxin B. John" <maxin.john@enea.com>
Subject: [PATCH 00/61][Dizzy-next] Feb 2015
Date: Thu, 5 Feb 2015 07:42:54 -0800 [thread overview]
Message-ID: <cover.1423150737.git.akuster808@gmail.com> (raw)
Please consider these changes for oe-core Dizzy
The following changes since commit 9fc095a439c36014c73b3a8f240afba09fe0e4d7:
image.bbclass: avoid boot error on read-only systemd image (2015-01-15 16:01:47 +0000)
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
André Draszik (1):
openssl: fix hard paths in native openssl
Armin Kuster (5):
glibc: CVE-2014-9402 endless loop in getaddr_r
tzcode: update to 2015a leap second changes too
tzdata: update to 2015a including leap second
busybox: cve-2014-9645
groff: fix QA issue with rdepends
Chong.Lu@windriver.com (1):
file: CVE-2014-9620 and CVE-2014-9621
Dan McGregor (1):
dpkg: fix host contamination
Dmitry Eremin-Solenikov (1):
icecc.bbclass: properly handle disabling of icecc
Enrico Scholz (2):
image_types.bbclass: fixed 'init' creation for cpio images
image_types.bbclass: manage 'cpio_append' directory
Fabien Proriol (1):
boost: Avoid to use local host configuration
Gary Thomas (1):
perl: Backport fix for bug #123591
Hongxu Jia (1):
distcc: fix initscript can not stop distcc daemon correctly
Joe MacDonald (1):
libxml2: fix CVE-2014-3660
Kai Kang (1):
openssh: deliver ssh-copy-id
Khem Raj (1):
systemd: Backports fixes to 216
Li xin (1):
elfutils_0.148.bb: CVE-2014-9447 fix
Mark Hatle (2):
gcc/libgcc-common.inc: Add missing 'fakeroot' to two tasks
python-smartpm: Fix attemptonly builds when file conflicts occur
Martin Jansa (2):
package.bbclass: Fix support for private libs
xorg-app: add x11 to required DISTRO_FEATURES and cleanup dependencies
Maxin B. John (1):
coreutils: Fix CVE-2014-9471
Mike Looijmans (1):
package.bbclass: Let PR server update PKGV, not PV
Paul Eggleton (2):
poky.conf: add file-rdeps to WARN_QA
gcc: ensure target gcc headers can be included
Paul Gortmaker (1):
packagegroup-self-hosted: package all of Python
Richard Purdie (13):
libxml2: Backport fix for CVE introduced entity issues
bitbake: cooker: Shut down the parser in error state
bitbake: bitbake-worker: Use setsid() rather than setpgid()
bitbake: cache/fetch2/siggen: Ensure we track include history for file
checksums
bitbake: wget: Add localpaths method which gives localpath with
history
bitbake: ast: Add error when trying to use dash in sh function names
cross-canadian/meta-environment: Allow modification of TARGET_OS to be
optional
oeqa/utils/decorators: Try and improve ugly _ErrorHandler tracebacks
lib/oe/package: Ensure strip breaks hardlinks
bitbake: siggen: Ensure taskdata default functions exist in base class
net-tools: Fix rerunning of do_patch task
package/prserv: Merge two similar functions into one
scripts/send-error-report: Set exit code if error occurs
Robert Yang (5):
parted: parted-ptest RDEPENDS on python
pax-utils: RDEPENDS on python
guile: fixed installed-vs-shipped error
neard: fix parallel issue
perf: fix for rebuilding
Ross Burton (5):
systemd: add missing RDEPENDS
socat: forcibly disable use of libbsd
python: ensure all of Python is installed in nativesdk
python: remove spurious nativesdk dependency
security_flags: disable PIE on expect
Saul Wold (2):
glibc: Fix up minimal build with libc-libm
security_flags: disable pie support for libaio, blktrace and ltp
Sona Sarmadi (1):
python: Disables SSLv3
Ting Liu (4):
libunwind: Fix test case link failure on PowerPC with Altivec
bitbake.conf: add PKGDATA_DIR to BB_HASHBASE_WHITELIST
valgrind: build with altivec only if it supported
bind: fix typo chown->chmod
Tom Zanussi (3):
perf: Add libdw unwind support to perf-libunwind feature
perf: Disable perf-libunwind
yocto-bsp: Add branch to SRC_URI for custom kernels
Vincent Génieux (1):
fix '[[: not found' error message using dash
bitbake/bin/bitbake-worker | 7 +-
bitbake/lib/bb/cache.py | 9 +-
bitbake/lib/bb/cooker.py | 2 +-
bitbake/lib/bb/fetch2/__init__.py | 35 +-
bitbake/lib/bb/fetch2/local.py | 54 +-
bitbake/lib/bb/parse/ast.py | 2 +
bitbake/lib/bb/siggen.py | 16 +-
meta-yocto/conf/distro/poky.conf | 2 +-
meta/classes/cross-canadian.bbclass | 4 +
meta/classes/icecc.bbclass | 15 +-
meta/classes/image_types.bbclass | 6 +-
meta/classes/kernel.bbclass | 2 +-
meta/classes/package.bbclass | 57 +-
meta/classes/prserv.bbclass | 31 -
meta/conf/bitbake.conf | 2 +-
meta/conf/distro/include/security_flags.inc | 4 +
meta/lib/oe/package.py | 3 +-
meta/lib/oeqa/utils/decorators.py | 23 +-
meta/recipes-connectivity/bind/bind/conf.patch | 2 +-
.../bind/bind/generate-rndc-key.sh | 2 +-
.../neard/Makefile.am-fix-parallel-issue.patch | 33 +
meta/recipes-connectivity/neard/neard_0.14.bb | 1 +
meta/recipes-connectivity/openssh/openssh_6.6p1.bb | 1 +
meta/recipes-connectivity/openssl/openssl.inc | 9 +-
meta/recipes-connectivity/socat/socat_1.7.2.4.bb | 1 +
..._busybox_reject_module_names_with_slashes.patch | 41 +
meta/recipes-core/busybox/busybox_1.22.1.bb | 1 +
.../coreutils/coreutils-8.22/date-tz-crash.patch | 43 +
meta/recipes-core/coreutils/coreutils_8.22.bb | 1 +
.../CVE-2014-9402_endless-loop-in-getaddr_r.patch | 65 +
.../glibc/glibc/eglibc-use-option-groups.patch | 3 +-
meta/recipes-core/glibc/glibc_2.20.bb | 4 +
meta/recipes-core/libxml/libxml2.inc | 1 +
.../72a46a519ce7326d9a00f0b6a7f2a8e958cd1675.patch | 30 +
.../libxml/libxml2/libxml2-CVE-2014-3660.patch | 147 ++
meta/recipes-core/libxml/libxml2_2.9.1.bb | 3 +-
meta/recipes-core/meta/meta-environment.bb | 5 +-
.../packagegroups/packagegroup-self-hosted.bb | 28 +-
...onfigure-the-list-of-system-users-files-a.patch | 176 +++
...o-not-install-tmpfiles-and-sysusers-files.patch | 56 +
...ke-resolv.conf-entry-conditional-on-resol.patch | 142 ++
...es.d-etc.conf-disable-resolv.conf-symlink.patch | 35 -
meta/recipes-core/systemd/systemd_216.bb | 16 +-
meta/recipes-devtools/distcc/files/distcc | 5 +
meta/recipes-devtools/dpkg/dpkg.inc | 2 +
.../elf_begin.c-CVE-2014-9447-fix.patch | 36 +
meta/recipes-devtools/elfutils/elfutils_0.148.bb | 23 +-
.../file-CVE-2014-9620-and-CVE-2014-9621.patch | 1414 ++++++++++++++++++++
meta/recipes-devtools/file/file_5.18.bb | 1 +
meta/recipes-devtools/gcc/gcc-4.8.inc | 1 +
.../gcc/gcc-4.8/target-gcc-includedir.patch | 81 ++
meta/recipes-devtools/gcc/gcc-4.9.inc | 1 +
.../gcc/gcc-4.9/target-gcc-includedir.patch | 81 ++
meta/recipes-devtools/gcc/libgcc-common.inc | 4 +-
.../guile/files/libguile-Makefile.am-depends.patch | 39 +
meta/recipes-devtools/guile/guile_2.0.11.bb | 1 +
meta/recipes-devtools/pax-utils/pax-utils_0.8.1.bb | 2 +-
.../perl/perl-5.20.0/fix-FF_MORE-crash.patch | 21 +
meta/recipes-devtools/perl/perl_5.20.0.bb | 1 +
.../python/python-smartpm/smart-attempt.patch | 97 +-
.../python/python/python2.7.3-nossl3.patch | 37 +
meta/recipes-devtools/python/python_2.7.3.bb | 3 +-
.../pass-maltivec-only-if-it-supported.patch | 68 +
meta/recipes-devtools/valgrind/valgrind_3.9.0.bb | 1 +
meta/recipes-extended/groff/groff_1.22.2.bb | 2 +
.../net-tools/net-tools_1.60-25.bb | 1 +
meta/recipes-extended/parted/parted_3.1.bb | 2 +-
.../recipes-extended/tzcode/tzcode-native_2014j.bb | 10 -
.../recipes-extended/tzcode/tzcode-native_2015a.bb | 10 +
meta/recipes-extended/tzdata/tzdata_2014j.bb | 6 -
meta/recipes-extended/tzdata/tzdata_2015a.bb | 6 +
meta/recipes-graphics/xorg-app/xeyes_1.1.1.bb | 2 +-
meta/recipes-graphics/xorg-app/xorg-app-common.inc | 5 +-
meta/recipes-graphics/xorg-app/xprop_1.2.2.bb | 2 +-
meta/recipes-kernel/perf/perf-features.inc | 2 +-
meta/recipes-kernel/perf/perf.bb | 6 +-
meta/recipes-support/boost/boost.inc | 3 +-
...k-failure-on-PowerPC-systems-with-Altivec.patch | 28 +
meta/recipes-support/libunwind/libunwind_1.1.bb | 4 +
...choice == \"custom\": }} linux-yocto-custom.bb" | 4 +-
scripts/send-error-report | 6 +-
81 files changed, 2871 insertions(+), 267 deletions(-)
create mode 100644 meta/recipes-connectivity/neard/neard/Makefile.am-fix-parallel-issue.patch
create mode 100644 meta/recipes-core/busybox/busybox/CVE-2014-9645_busybox_reject_module_names_with_slashes.patch
create mode 100644 meta/recipes-core/coreutils/coreutils-8.22/date-tz-crash.patch
create mode 100644 meta/recipes-core/glibc/glibc/CVE-2014-9402_endless-loop-in-getaddr_r.patch
create mode 100644 meta/recipes-core/libxml/libxml2/72a46a519ce7326d9a00f0b6a7f2a8e958cd1675.patch
create mode 100644 meta/recipes-core/libxml/libxml2/libxml2-CVE-2014-3660.patch
create mode 100644 meta/recipes-core/systemd/systemd/0001-build-sys-configure-the-list-of-system-users-files-a.patch
create mode 100644 meta/recipes-core/systemd/systemd/0001-build-sys-do-not-install-tmpfiles-and-sysusers-files.patch
create mode 100644 meta/recipes-core/systemd/systemd/0001-tmpfiles-make-resolv.conf-entry-conditional-on-resol.patch
delete mode 100644 meta/recipes-core/systemd/systemd/0001-tmpfiles.d-etc.conf-disable-resolv.conf-symlink.patch
create mode 100644 meta/recipes-devtools/elfutils/elfutils-0.148/elf_begin.c-CVE-2014-9447-fix.patch
create mode 100644 meta/recipes-devtools/file/file/file-CVE-2014-9620-and-CVE-2014-9621.patch
create mode 100644 meta/recipes-devtools/gcc/gcc-4.8/target-gcc-includedir.patch
create mode 100644 meta/recipes-devtools/gcc/gcc-4.9/target-gcc-includedir.patch
create mode 100644 meta/recipes-devtools/guile/files/libguile-Makefile.am-depends.patch
create mode 100644 meta/recipes-devtools/perl/perl-5.20.0/fix-FF_MORE-crash.patch
create mode 100644 meta/recipes-devtools/python/python/python2.7.3-nossl3.patch
create mode 100644 meta/recipes-devtools/valgrind/valgrind/pass-maltivec-only-if-it-supported.patch
delete mode 100644 meta/recipes-extended/tzcode/tzcode-native_2014j.bb
create mode 100644 meta/recipes-extended/tzcode/tzcode-native_2015a.bb
delete mode 100644 meta/recipes-extended/tzdata/tzdata_2014j.bb
create mode 100644 meta/recipes-extended/tzdata/tzdata_2015a.bb
create mode 100644 meta/recipes-support/libunwind/libunwind-1.1/Fix-test-case-link-failure-on-PowerPC-systems-with-Altivec.patch
--
1.9.1
next reply other threads:[~2015-02-05 15:43 UTC|newest]
Thread overview: 64+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-05 15:42 Armin Kuster [this message]
2015-02-05 16:03 ` [PATCH 01/61] glibc: Fix up minimal build with libc-libm Armin Kuster
2015-02-05 16:03 ` [PATCH 02/61] coreutils: Fix CVE-2014-9471 Armin Kuster
2015-02-05 16:03 ` [PATCH 03/61] libxml2: fix CVE-2014-3660 Armin Kuster
2015-02-05 16:03 ` [PATCH 04/61] libxml2: Backport fix for CVE introduced entity issues Armin Kuster
2015-02-05 16:03 ` [PATCH 05/61] libunwind: Fix test case link failure on PowerPC with Altivec Armin Kuster
2015-02-05 16:03 ` [PATCH 06/61] bitbake.conf: add PKGDATA_DIR to BB_HASHBASE_WHITELIST Armin Kuster
2015-02-05 16:03 ` [PATCH 07/61] valgrind: build with altivec only if it supported Armin Kuster
2015-02-05 16:03 ` [PATCH 08/61] bitbake: cooker: Shut down the parser in error state Armin Kuster
2015-02-05 16:03 ` [PATCH 09/61] bitbake: bitbake-worker: Use setsid() rather than setpgid() Armin Kuster
2015-02-05 16:03 ` [PATCH 10/61] bitbake: cache/fetch2/siggen: Ensure we track include history for file checksums Armin Kuster
2015-02-05 16:03 ` [PATCH 11/61] bitbake: wget: Add localpaths method which gives localpath with history Armin Kuster
2015-02-05 16:03 ` [PATCH 12/61] bitbake: ast: Add error when trying to use dash in sh function names Armin Kuster
2015-02-05 16:03 ` [PATCH 13/61] openssl: fix hard paths in native openssl Armin Kuster
2015-02-05 16:03 ` [PATCH 14/61] poky.conf: add file-rdeps to WARN_QA Armin Kuster
2015-02-05 16:03 ` [PATCH 15/61] security_flags: disable pie support for libaio, blktrace and ltp Armin Kuster
2015-02-05 16:03 ` [PATCH 16/61] systemd: add missing RDEPENDS Armin Kuster
2015-02-05 16:03 ` [PATCH 17/61] openssh: deliver ssh-copy-id Armin Kuster
2015-02-05 16:03 ` [PATCH 18/61] icecc.bbclass: properly handle disabling of icecc Armin Kuster
2015-02-05 16:03 ` [PATCH 19/61] cross-canadian/meta-environment: Allow modification of TARGET_OS to be optional Armin Kuster
2015-02-05 16:03 ` [PATCH 20/61] parted: parted-ptest RDEPENDS on python Armin Kuster
2015-02-05 16:03 ` [PATCH 21/61] pax-utils: " Armin Kuster
2015-02-05 16:03 ` [PATCH 22/61] file: CVE-2014-9620 and CVE-2014-9621 Armin Kuster
2015-02-05 16:03 ` [PATCH 23/61] package.bbclass: Fix support for private libs Armin Kuster
2015-02-05 16:03 ` [PATCH 24/61] guile: fixed installed-vs-shipped error Armin Kuster
2015-02-05 16:03 ` [PATCH 25/61] socat: forcibly disable use of libbsd Armin Kuster
2015-02-05 16:03 ` [PATCH 26/61] perf: Add libdw unwind support to perf-libunwind feature Armin Kuster
2015-02-05 16:03 ` [PATCH 27/61] perf: Disable perf-libunwind Armin Kuster
2015-02-05 16:03 ` [PATCH 28/61] dpkg: fix host contamination Armin Kuster
2015-02-05 16:03 ` [PATCH 29/61] neard: fix parallel issue Armin Kuster
2015-02-05 16:03 ` [PATCH 30/61] perl: Backport fix for bug #123591 Armin Kuster
2015-02-05 16:03 ` [PATCH 31/61] glibc: CVE-2014-9402 endless loop in getaddr_r Armin Kuster
2015-02-05 16:03 ` [PATCH 32/61] gcc: ensure target gcc headers can be included Armin Kuster
2015-02-05 16:03 ` [PATCH 33/61] boost: Avoid to use local host configuration Armin Kuster
2015-02-05 16:03 ` [PATCH 34/61] perf: fix for rebuilding Armin Kuster
2015-02-05 16:03 ` [PATCH 35/61] oeqa/utils/decorators: Try and improve ugly _ErrorHandler tracebacks Armin Kuster
2015-02-05 16:03 ` [PATCH 36/61] fix '[[: not found' error message using dash Armin Kuster
2015-02-05 16:03 ` [PATCH 37/61] lib/oe/package: Ensure strip breaks hardlinks Armin Kuster
2015-02-18 18:25 ` Enrico Scholz
2015-02-18 22:08 ` Richard Purdie
2015-02-05 16:03 ` [PATCH 38/61] bind: fix typo chown->chmod Armin Kuster
2015-02-05 16:03 ` [PATCH 39/61] distcc: fix initscript can not stop distcc daemon correctly Armin Kuster
2015-02-05 16:03 ` [PATCH 40/61] gcc/libgcc-common.inc: Add missing 'fakeroot' to two tasks Armin Kuster
2015-02-05 16:03 ` [PATCH 41/61] image_types.bbclass: fixed 'init' creation for cpio images Armin Kuster
2015-02-05 16:03 ` [PATCH 42/61] bitbake: siggen: Ensure taskdata default functions exist in base class Armin Kuster
2015-02-05 16:03 ` [PATCH 43/61] net-tools: Fix rerunning of do_patch task Armin Kuster
2015-02-05 16:03 ` [PATCH 44/61] package/prserv: Merge two similar functions into one Armin Kuster
2015-02-05 16:03 ` [PATCH 45/61] package.bbclass: Let PR server update PKGV, not PV Armin Kuster
2015-02-05 16:03 ` [PATCH 46/61] image_types.bbclass: manage 'cpio_append' directory Armin Kuster
2015-02-05 16:03 ` [PATCH 47/61] python-smartpm: Fix attemptonly builds when file conflicts occur Armin Kuster
2015-02-05 16:03 ` [PATCH 48/61] packagegroup-self-hosted: package all of Python Armin Kuster
2015-02-05 16:03 ` [PATCH 49/61] xorg-app: add x11 to required DISTRO_FEATURES and cleanup dependencies Armin Kuster
2015-02-05 16:03 ` [PATCH 50/61] yocto-bsp: Add branch to SRC_URI for custom kernels Armin Kuster
2015-02-05 16:03 ` [PATCH 51/61] python: ensure all of Python is installed in nativesdk Armin Kuster
2015-02-05 16:04 ` [PATCH 52/61] python: remove spurious nativesdk dependency Armin Kuster
2015-02-05 16:04 ` [PATCH 53/61] tzcode: update to 2015a leap second changes too Armin Kuster
2015-02-05 16:04 ` [PATCH 54/61] tzdata: update to 2015a including leap second Armin Kuster
2015-02-05 16:04 ` [PATCH 55/61] python: Disables SSLv3 Armin Kuster
2015-02-05 16:04 ` [PATCH 56/61] elfutils_0.148.bb: CVE-2014-9447 fix Armin Kuster
2015-02-05 16:04 ` [PATCH 57/61] security_flags: disable PIE on expect Armin Kuster
2015-02-05 16:04 ` [PATCH 58/61] scripts/send-error-report: Set exit code if error occurs Armin Kuster
2015-02-05 16:04 ` [PATCH 59/61] busybox: cve-2014-9645 Armin Kuster
2015-02-05 16:04 ` [PATCH 60/61] systemd: Backports fixes to 216 Armin Kuster
2015-02-05 16:04 ` [PATCH 61/61] groff: fix QA issue with rdepends Armin Kuster
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.1423150737.git.akuster808@gmail.com \
--to=akuster808@gmail.com \
--cc=adraszik@digisoft.tv \
--cc=akuster@mvista.com \
--cc=dan.mcgregor@usask.ca \
--cc=dmitry_eremin@mentor.com \
--cc=enrico.scholz@sigma-chemnitz.de \
--cc=gary@mlbassoc.com \
--cc=joe_macdonald@mentor.com \
--cc=maxin.john@enea.com \
--cc=mike.looijmans@topic.nl \
--cc=openembedded-core@lists.openembedded.org \
--cc=paul.eggleton@linux.intel.com \
--cc=tom.zanussi@linux.intel.com \
--cc=vincent2014@startigen.fr \
/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