All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/49] for morty next
@ 2017-05-14 14:45 Armin Kuster
  0 siblings, 0 replies; only message in thread
From: Armin Kuster @ 2017-05-14 14:45 UTC (permalink / raw)
  To: akuster, openembedded-core

Please consider these changes for the next Morty release 2.2.2.
Clean AB build

The following changes since commit 924e576b8930fd2268d85f0b151e5f68a3c2afce:

  bitbake: lib/bs4: Fix imports from html5lib >= 0.9999999/1.0b8 (2017-03-26 13:19:51 +0100)

are available in the git repository at:

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

Anders Darander (1):
  python-3-manifest: fix adding imp to importlib

Andre McCurdy (1):
  image_types.bbclass: fix image dependency chain collection

Andrej Valek (1):
  busybox: Security fix CVE-2016-6301

Armin Kuster (4):
  tzdata: update to 2016j
  tzcode-native: update to 2016j
  tzcode-native: update to 2017a
  tzdata: update to 2017a

Bruce Ashfield (9):
  linux-yocto/4.4: update to v4.4.41
  linux-yocto/4.8: -stable update to v4.8.17
  linux-yocto/4.1: update to v4.1.37
  linux-yocto/4.8: update to -rt10
  linux-yocto/4.8: update to v4.8.18
  linux-yocto/4.1: update to v4.1.38
  linux-yocto/4.4: update to v4.4.53
  linux-yocto/4.4: update to v4.4.56
  linux-yocto/4.4: update to v4.4.60

Catalin Enache (3):
  libxml2: CVE-2016-9318
  ghostscript: CVE-2017-7207
  ghostscript : CVE-2016-10219, CVE-2016-10220, CVE-2017-5951

Choong YinThong (1):
  logrotate: replace fedorahosted.org SRC_URI with github.com source

Daniel Díaz (1):
  base-files: resize only serial tty's in profile

Daniel Schultz (2):
  wic: filemap: Fixed spared_copy skip
  wic: plugins: rawcopy: Fixed wrong variable type

Ed Bartosh (1):
  sstate.bbclass: update .siginfo atime

Haiqing Bai (1):
  busybox: ifupdown:pass interface device name for ipv6 route command

Joe Slater (1):
  volatile-binds: correct some errors reported by systemd

Juro Bystricky (1):
  sanity.bbclass: modify check for shell

Jussi Kukkonen (3):
  mkfontdir: Remove x11 requirement for -native
  mkfontscale: Remove x11 requirement for -native
  xorg-font-common.inc: Remove x11 requirement for -native

Li Zhou (1):
  bash: fix CVE-2016-9401

Lukasz Nowak (1):
  busybox: allow libiproute to handle table ids larger than 255

Martin Balik (1):
  busybox: Security fix BUG9071

Martin Jansa (2):
  package_manager.py: respect OPKGLIBDIR
  rootfs.py: Respect OPKGLIBDIR variable

Maxin John (1):
  busybox: refresh the flock patch

Patrick Ohly (1):
  codeparser.py: support deeply nested tokens

Randy Witt (1):
  image_types.bbclass: IMAGE_TYPEDEP_ now adds deps for conversion types

Richard Purdie (1):
  tzcode-native: Set cc to ${CC}

Robert Yang (2):
  runqemu-export-rootfs: fix inconsistent var names
  runqemu: support multiple qemus running when nfs

Sona Sarmadi (1):
  tar: CVE-2016-6321

Sullivan, California L (1):
  parselogs: Whitelist NUC6 firmware load error message on genericx86-64

Yi Zhao (2):
  bind: Security fix CVE-2016-8864
  bind: Security fix CVE-2016-6170

Yuanjie Huang (2):
  binutils: Fix CVE-2017-6965 and CVE-2017-6966
  glibc: Fix use after free in pthread_create()

Zubair Lutfullah Kakakhel (2):
  openssl: Add support for many MIPS configurations
  gmp: Disable assembly for MIPS R6

 bitbake/lib/bb/codeparser.py                       |   29 +-
 meta/classes/image_types.bbclass                   |   16 +-
 meta/classes/sanity.bbclass                        |    4 +-
 meta/classes/sstate.bbclass                        |    2 +
 meta/lib/oe/package_manager.py                     |   21 +-
 meta/lib/oe/rootfs.py                              |    4 +-
 meta/lib/oeqa/runtime/parselogs.py                 |    1 +
 .../bind/bind/CVE-2016-6170.patch                  | 1090 ++++++++++++++++++++
 .../bind/bind/CVE-2016-8864.patch                  |  219 ++++
 meta/recipes-connectivity/bind/bind_9.10.3-P3.bb   |    2 +
 meta/recipes-connectivity/openssl/openssl.inc      |   24 +-
 meta/recipes-core/base-files/base-files/profile    |    2 +-
 ...ss-interface-device-name-for-ipv6-route-c.patch |   52 +
 ...e-the-behaviour-of-c-parameter-to-match-u.patch |   77 +-
 ...biproute-handle-table-ids-larger-than-255.patch |  134 +++
 .../busybox/BUG9071_buffer_overflow_arp.patch      |   53 +
 .../busybox/busybox/CVE-2016-6301.patch            |   37 +
 meta/recipes-core/busybox/busybox_1.24.1.bb        |    4 +
 ...0116-Fix-use-after-free-in-pthread_create.patch |  668 ++++++++++++
 meta/recipes-core/glibc/glibc_2.24.bb              |    1 +
 .../libxml/libxml2/CVE-2016-9318.patch             |  207 ++++
 meta/recipes-core/libxml/libxml2_2.9.4.bb          |    1 +
 meta/recipes-core/volatile-binds/volatile-binds.bb |    9 +
 meta/recipes-devtools/binutils/binutils-2.27.inc   |    2 +
 .../binutils/binutils/CVE-2017-6965.patch          |  127 +++
 .../binutils/binutils/CVE-2017-6966.patch          |  240 +++++
 .../recipes-extended/bash/bash/CVE-2016-9401.patch |   50 +
 meta/recipes-extended/bash/bash_4.3.30.bb          |    1 +
 .../ghostscript/ghostscript/CVE-2016-10219.patch   |   49 +
 .../ghostscript/ghostscript/CVE-2016-10220.patch   |   55 +
 .../ghostscript/ghostscript/CVE-2017-5951.patch    |   44 +
 .../ghostscript/ghostscript/CVE-2017-7207.patch    |   39 +
 .../ghostscript/ghostscript_9.19.bb                |    4 +
 meta/recipes-extended/logrotate/logrotate_3.9.1.bb |   17 +-
 meta/recipes-extended/tar/tar/CVE-2016-6321.patch  |   66 ++
 meta/recipes-extended/tar/tar_1.29.bb              |    1 +
 ...code-native_2016i.bb => tzcode-native_2017a.bb} |   10 +-
 .../tzdata/{tzdata_2016i.bb => tzdata_2017a.bb}    |    4 +-
 meta/recipes-graphics/xorg-app/mkfontdir_1.0.7.bb  |    3 +
 .../recipes-graphics/xorg-app/mkfontscale_1.1.2.bb |    2 +
 .../xorg-font/xorg-font-common.inc                 |    1 +
 meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb    |    6 +-
 meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb    |    6 +-
 meta/recipes-kernel/linux/linux-yocto-rt_4.8.bb    |    6 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb  |    6 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb  |    6 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_4.8.bb  |    6 +-
 meta/recipes-kernel/linux/linux-yocto_4.1.bb       |   20 +-
 meta/recipes-kernel/linux/linux-yocto_4.4.bb       |   20 +-
 meta/recipes-kernel/linux/linux-yocto_4.8.bb       |   20 +-
 meta/recipes-support/gmp/gmp_6.1.1.bb              |    1 +
 scripts/contrib/python/generate-manifest-3.5.py    |    2 +-
 scripts/lib/wic/filemap.py                         |    6 +-
 scripts/lib/wic/plugins/source/rawcopy.py          |    2 +-
 scripts/runqemu                                    |   57 +-
 scripts/runqemu-export-rootfs                      |   21 +-
 56 files changed, 3385 insertions(+), 172 deletions(-)
 create mode 100644 meta/recipes-connectivity/bind/bind/CVE-2016-6170.patch
 create mode 100644 meta/recipes-connectivity/bind/bind/CVE-2016-8864.patch
 create mode 100644 meta/recipes-core/busybox/busybox-1.24.1/ifupdown-pass-interface-device-name-for-ipv6-route-c.patch
 create mode 100644 meta/recipes-core/busybox/busybox/0001-libiproute-handle-table-ids-larger-than-255.patch
 create mode 100644 meta/recipes-core/busybox/busybox/BUG9071_buffer_overflow_arp.patch
 create mode 100644 meta/recipes-core/busybox/busybox/CVE-2016-6301.patch
 create mode 100644 meta/recipes-core/glibc/glibc/0028-Bug-20116-Fix-use-after-free-in-pthread_create.patch
 create mode 100644 meta/recipes-core/libxml/libxml2/CVE-2016-9318.patch
 create mode 100644 meta/recipes-devtools/binutils/binutils/CVE-2017-6965.patch
 create mode 100644 meta/recipes-devtools/binutils/binutils/CVE-2017-6966.patch
 create mode 100644 meta/recipes-extended/bash/bash/CVE-2016-9401.patch
 create mode 100644 meta/recipes-extended/ghostscript/ghostscript/CVE-2016-10219.patch
 create mode 100644 meta/recipes-extended/ghostscript/ghostscript/CVE-2016-10220.patch
 create mode 100644 meta/recipes-extended/ghostscript/ghostscript/CVE-2017-5951.patch
 create mode 100644 meta/recipes-extended/ghostscript/ghostscript/CVE-2017-7207.patch
 create mode 100644 meta/recipes-extended/tar/tar/CVE-2016-6321.patch
 rename meta/recipes-extended/tzcode/{tzcode-native_2016i.bb => tzcode-native_2017a.bb} (67%)
 rename meta/recipes-extended/tzdata/{tzdata_2016i.bb => tzdata_2017a.bb} (98%)

-- 
2.5.0



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

only message in thread, other threads:[~2017-05-14 14:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-14 14:45 [PATCH 00/49] for morty next 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.