From: Armin Kuster <akuster808@gmail.com>
To: akuster808@gmail.com, openembedded-core@lists.openembedded.org
Subject: [PATCH 00/43] Krogoth-next pull request
Date: Thu, 3 Nov 2016 10:36:49 -0700 [thread overview]
Message-ID: <cover.1478184013.git.akuster808@gmail.com> (raw)
Please consider these changes for krogoth-next
The following changes since commit 40f4a6d075236265086cc79400dea3c14720383a:
bsp-guide: Updated the yocto-bsp create selections in the example. (2016-10-13 23:16:56 +0100)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib akuster/krogoth-next
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=akuster/krogoth-next
Aníbal Limón (1):
bitbake: bb.event: fix infinite loop on print_ui_queue
Armin Kuster (2):
meta-linux-yocto: update to 4.1.33
meta-linux-yocto: update 4.4 to 4.4.26
Bruce Ashfield (7):
linux-yocto/4.1: update to 4.1.33
linux-yocto/4.4: update to v4.4.22
linux-yocto/4.1/4.4: remove innappropriate standard/base patches
linux-yocto/4.4/4.8: kernel config warning cleanups
linux-yocto/4.4: update to v4.4.26
linux-yocto/4.1: fix CVE-2016-5195 (dirtycow)
perf: adapt to Makefile.config
California Sullivan (4):
parselogs.py: Add amd_nb error to x86_common whitelist
parselogs.py: Add dmi and ioremap errors to ignore list for core2
parselogs.py: Ignore Skylake graphics firmware load errors on
genericx86-64
parselogs.py: Add disabling eDP error to x86_common whitelist
Christopher Larson (1):
perf: Fix to obey LD failure on qemux86-64
Ed Bartosh (1):
bitbake: event.py: output errors and warnings to stderr
Enrico Scholz (1):
bitbake: fetch: copy files with -H
Joshua Lock (1):
bitbake: event: prevent unclosed file warning in print_ui_queue
Juro Bystricky (3):
libgcc-common.inc: Fix broken symlinks for multilib SDK
gcc-runtime.inc: add CPP support for mips64-n32 tune
gcc-runtime.inc: Add CPP support for x86-64-x32 tune
Jussi Kukkonen (1):
This is a backport from master of 2 consecutive fixes.
Khem Raj (1):
binutils: Fix gas error with cfi_section inconsistencies
Markus Lehtonen (1):
rpm: prevent race in tempdir creation
Ola x Nilsson (2):
devtool: build_image: Fix recipe filter
devtool: Use the wildcard flag in update_recipe_patch
Pascal Bach (1):
glibc: fix CVE-2016-1234, CVE-2016-3075, CVE-2016-5417
Paul Eggleton (8):
devtool: update-recipe: fix --initial-rev option
devtool: reset: allow reset to work if the recipe file has been
deleted
recipetool: create: fix handling of github URLs
lib/oe/recipeutils: fix patch_recipe*() with empty input
recipetool: create: fix greedy regex that broke support for github
tarballs
oe-selftest: recipetool: add tests for git URL mangling
devtool: add: fix error message when only specifying a recipe name
classes/externalsrc: re-run do_configure when configure files change
Richard Purdie (3):
parselogs: Ignore amb_nb warning messages under qemux86*
parselogs: Ignore uvesafb timeouts
oeqa/parselogs: Don't use cwd for file transfers
Saul Wold (1):
archiver: fix gcc-source handling
Sona Sarmadi (2):
dropbear: fix multiple CVEs
bash: Security fix CVE-2016-0634
Sujith Haridasan (1):
perf: Fix to obey LD failure
Zheng Ruoqin (1):
bind: fix two CVEs
bitbake/lib/bb/event.py | 17 +-
bitbake/lib/bb/fetch2/__init__.py | 2 +-
.../recipes-kernel/linux/linux-yocto_4.1.bbappend | 17 +-
.../recipes-kernel/linux/linux-yocto_4.4.bbappend | 17 +-
meta/classes/archiver.bbclass | 5 +-
meta/classes/autotools.bbclass | 2 +
meta/classes/cmake.bbclass | 2 +
meta/classes/externalsrc.bbclass | 22 +
meta/lib/oe/recipeutils.py | 2 +-
meta/lib/oeqa/runtime/parselogs.py | 29 +-
meta/lib/oeqa/selftest/recipetool.py | 43 +
.../bind/bind/CVE-2016-2775.patch | 90 +
.../bind/bind/CVE-2016-2776.patch | 123 +
meta/recipes-connectivity/bind/bind_9.10.3-P3.bb | 2 +
meta/recipes-core/base-files/base-files/profile | 6 +-
meta/recipes-core/dropbear/dropbear.inc | 4 +
.../dropbear/dropbear/CVE-2016-7406.patch | 102 +
.../dropbear/dropbear/CVE-2016-7407.patch | 2486 ++++++++++++++++++++
.../dropbear/dropbear/CVE-2016-7408.patch | 101 +
.../dropbear/dropbear/CVE-2016-7409.patch | 27 +
meta/recipes-core/glibc/glibc/CVE-2016-1234.patch | 427 ++++
meta/recipes-core/glibc/glibc/CVE-2016-3075.patch | 37 +
meta/recipes-core/glibc/glibc/CVE-2016-5417.patch | 28 +
meta/recipes-core/glibc/glibc_2.23.bb | 3 +
meta/recipes-devtools/binutils/binutils-2.26.inc | 1 +
..._sections-check-to-only-consider-compact-.patch | 97 +
meta/recipes-devtools/gcc/gcc-runtime.inc | 18 +
meta/recipes-devtools/gcc/libgcc-common.inc | 8 +-
...more-verbose-error-logging-in-rpmTempFile.patch | 26 +-
.../rpmdb-prevent-race-in-tmpdir-creation.patch | 41 +
meta/recipes-devtools/rpm/rpm_5.4.16.bb | 1 +
.../recipes-extended/bash/bash/CVE-2016-0634.patch | 136 ++
meta/recipes-extended/bash/bash_4.3.30.bb | 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-tiny_4.1.bb | 6 +-
meta/recipes-kernel/linux/linux-yocto-tiny_4.4.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/perf/perf.bb | 13 +-
scripts/lib/devtool/build_image.py | 2 +-
scripts/lib/devtool/standard.py | 18 +-
scripts/lib/recipetool/create.py | 2 +-
43 files changed, 3923 insertions(+), 99 deletions(-)
create mode 100644 meta/recipes-connectivity/bind/bind/CVE-2016-2775.patch
create mode 100644 meta/recipes-connectivity/bind/bind/CVE-2016-2776.patch
create mode 100644 meta/recipes-core/dropbear/dropbear/CVE-2016-7406.patch
create mode 100644 meta/recipes-core/dropbear/dropbear/CVE-2016-7407.patch
create mode 100644 meta/recipes-core/dropbear/dropbear/CVE-2016-7408.patch
create mode 100644 meta/recipes-core/dropbear/dropbear/CVE-2016-7409.patch
create mode 100644 meta/recipes-core/glibc/glibc/CVE-2016-1234.patch
create mode 100644 meta/recipes-core/glibc/glibc/CVE-2016-3075.patch
create mode 100644 meta/recipes-core/glibc/glibc/CVE-2016-5417.patch
create mode 100644 meta/recipes-devtools/binutils/binutils/0015-Refine-.cfi_sections-check-to-only-consider-compact-.patch
create mode 100644 meta/recipes-devtools/rpm/rpm/rpmdb-prevent-race-in-tmpdir-creation.patch
create mode 100644 meta/recipes-extended/bash/bash/CVE-2016-0634.patch
--
2.3.5
reply other threads:[~2016-11-03 17:37 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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.1478184013.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.