All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/24] Dizzy-next for 1.7.2
@ 2015-04-13 14:26 Armin Kuster
  0 siblings, 0 replies; only message in thread
From: Armin Kuster @ 2015-04-13 14:26 UTC (permalink / raw)
  To: openembedded-core

V2:
removed a few commits from last request.

Please consider these changes for the next Dizzy release.

The following changes since commit c59e3bd26d863723af7ba5e16570b091ef7cdc13:

  bitbake: data.py: fixes bad substitution when running devshell (2015-04-11 16:27:19 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib 76b22f0a92ab06c46979a60208ff91c1f3817bed
  http://git.yoctoproject.org/cgit.cgi//log/?h=akuster/dizzy-next

Aníbal Limón (1):
  files/toolchain-shar-template.sh: fix replace target_sdk_dir twice in
    environment setup file

Armin Kuster (3):
  tzcode: update to 2015b
  tzdata: update to 2015b
  util-linux: fix CVE-2014-9114

Bruce Ashfield (3):
  linux-yocto/3.10: update to v3.10.65
  linux-yocto/3.14: update to 3.14.29
  linux-yocto/3.17: update to v3.17.8

Chen Qi (1):
  package_manager.py: fix rootfs failure with multilib enabled

Daniel Dragomir (1):
  gcc-runtime: Remove libgfortran data from receipe

Enrico Scholz (1):
  serf: fix 'ccache' builds

Jonathan Liu (2):
  libunwind: backport patch to link against libgcc_s intead of libgcc
  fontcache.bbclass: prepend to PACKAGEFUNCS instead of appending

Martin Jansa (1):
  powertop: Fix build for !uclibc

Richard Purdie (2):
  e2fsprogs: Add a patch to speedup mkfs
  autotools: Avoid find race for S = "${WORKDIR}"

Robert Yang (5):
  dpkg: add perl to RDEPENDS
  which 2.18: fix SRC_URI
  tzdata: fix HOMEPAGE
  patch: fix CVE-2015-1196
  cpio: fix CVE-2015-1197

Ross Burton (2):
  bitbake: data_smart: split expanded removal values when handling
    _remove
  bitbake: tests/data: add test for incorrect remove behaviour

Saul Wold (1):
  linux-yocto-tiny_3.17: Update to actually use 3.17 git repo

Sona Sarmadi (1):
  e2fsprogs: CVE-2015-0247

 bitbake/lib/bb/data_smart.py                       |   3 +-
 bitbake/lib/bb/tests/data.py                       |   7 +
 meta/classes/autotools.bbclass                     |   2 +-
 meta/classes/fontcache.bbclass                     |   2 +-
 meta/files/toolchain-shar-template.sh              |   1 +
 meta/lib/oe/package_manager.py                     |   5 +-
 .../util-linux/util-linux/CVE-2014-9114.patch      | 176 ++++++++++++++++++
 meta/recipes-core/util-linux/util-linux_2.24.2.bb  |   1 +
 meta/recipes-devtools/dpkg/dpkg.inc                |   2 +-
 .../e2fsprogs/e2fsprogs/CVE-2015-0247.patch        |  58 ++++++
 .../e2fsprogs/e2fsprogs/cache_inode.patch          |  52 ++++++
 .../recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bb |   2 +
 meta/recipes-devtools/gcc/gcc-runtime.inc          |  15 --
 .../patch/patch/patch-CVE-2015-1196.patch          | 200 +++++++++++++++++++++
 meta/recipes-devtools/patch/patch_2.7.1.bb         |   1 +
 .../cpio/cpio-2.11/cpio-CVE-2015-1197.patch        | 154 ++++++++++++++++
 meta/recipes-extended/cpio/cpio_2.11.bb            |   3 +-
 .../recipes-extended/tzcode/tzcode-native_2015a.bb |  10 --
 .../recipes-extended/tzcode/tzcode-native_2015b.bb |  10 ++
 meta/recipes-extended/tzdata/tzdata.inc            |   2 +-
 meta/recipes-extended/tzdata/tzdata_2015a.bb       |   6 -
 meta/recipes-extended/tzdata/tzdata_2015b.bb       |   6 +
 meta/recipes-extended/which/which_2.18.bb          |   2 +-
 meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb   |   8 +-
 meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb   |   8 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb |   6 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb |   6 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_3.17.bb |   8 +-
 meta/recipes-kernel/linux/linux-yocto_3.10.bb      |  18 +-
 meta/recipes-kernel/linux/linux-yocto_3.14.bb      |  18 +-
 meta/recipes-kernel/linux/linux-yocto_3.17.bb      |  18 +-
 meta/recipes-kernel/powertop/powertop_2.6.1.bb     |   3 +-
 ...-libunwind-to-libgcc_s-rather-than-libgcc.patch |  42 +++++
 meta/recipes-support/libunwind/libunwind_1.1.bb    |   1 +
 meta/recipes-support/serf/serf/env.patch           |  28 +++
 meta/recipes-support/serf/serf_1.3.7.bb            |   8 +-
 36 files changed, 802 insertions(+), 90 deletions(-)
 create mode 100644 meta/recipes-core/util-linux/util-linux/CVE-2014-9114.patch
 create mode 100644 meta/recipes-devtools/e2fsprogs/e2fsprogs/CVE-2015-0247.patch
 create mode 100644 meta/recipes-devtools/e2fsprogs/e2fsprogs/cache_inode.patch
 create mode 100644 meta/recipes-devtools/patch/patch/patch-CVE-2015-1196.patch
 create mode 100644 meta/recipes-extended/cpio/cpio-2.11/cpio-CVE-2015-1197.patch
 delete mode 100644 meta/recipes-extended/tzcode/tzcode-native_2015a.bb
 create mode 100644 meta/recipes-extended/tzcode/tzcode-native_2015b.bb
 delete mode 100644 meta/recipes-extended/tzdata/tzdata_2015a.bb
 create mode 100644 meta/recipes-extended/tzdata/tzdata_2015b.bb
 create mode 100644 meta/recipes-support/libunwind/libunwind-1.1/Link-libunwind-to-libgcc_s-rather-than-libgcc.patch
 create mode 100644 meta/recipes-support/serf/serf/env.patch

-- 
2.3.5



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-04-13 14:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-13 14:26 [PATCH 00/24] Dizzy-next for 1.7.2 Armin Kuster

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.