All of lore.kernel.org
 help / color / mirror / Atom feed
From: Armin Kuster <akuster808@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 00/60][Dizzy v2] For Dizzy next
Date: Mon,  9 Feb 2015 13:23:24 -0800	[thread overview]
Message-ID: <cover.1423261490.git.akuster808@gmail.com> (raw)

forgot to rebase before making request.

Please consider this change for Dizzy next

The following changes since commit 53b33d85de334a96e4f6f7edc2ad72d103627e3b:

  yocto-bsp: Add branch to SRC_URI for custom kernels (2015-02-06 14:55:59 +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 (2):
  perf: Add libdw unwind support to perf-libunwind feature
  perf: Disable perf-libunwind

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 +
 scripts/send-error-report                          |    6 +-
 80 files changed, 2869 insertions(+), 265 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



             reply	other threads:[~2015-02-09 21:23 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-09 21:23 Armin Kuster [this message]
2015-02-12 14:58 ` [PATCH 00/60][Dizzy v2] For Dizzy next Saul Wold

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.1423261490.git.akuster808@gmail.com \
    --to=akuster808@gmail.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 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.