[oe-commits] [openembedded-core] branch krogoth updated (a8f44df -> 857f019)

git at git.openembedded.org git at git.openembedded.org
Tue Nov 8 23:47:46 UTC 2016


rpurdie pushed a change to branch krogoth
in repository openembedded-core.

      from  a8f44df   binutils: fix AR issue when opkg is unpacking IPKs containing empty entries
       new  88be4b4   glibc: fix CVE-2016-1234, CVE-2016-3075, CVE-2016-5417
       new  7c83d20   archiver: fix gcc-source handling
       new  ecc0a8b   bind: fix two CVEs
       new  d62aa29   devtool: update-recipe: fix --initial-rev option
       new  6fb1bb7   devtool: reset: allow reset to work if the recipe file has been deleted
       new  fc8d926   recipetool: create: fix handling of github URLs
       new  5ce1444   lib/oe/recipeutils: fix patch_recipe*() with empty input
       new  9e58860   recipetool: create: fix greedy regex that broke support for github tarballs
       new  e8d0b5c   oe-selftest: recipetool: add tests for git URL mangling
       new  9bff81f   devtool: add: fix error message when only specifying a recipe name
       new  4019bb8   classes/externalsrc: re-run do_configure when configure files change
       new  d2196d8   devtool: build_image: Fix recipe filter
       new  ab9ec02   devtool: Use the wildcard flag in update_recipe_patch
       new  e299ac7   binutils: Fix gas error with cfi_section inconsistencies
       new  1ae228e   rpm: prevent race in tempdir creation
       new  cca3725   dropbear: fix multiple CVEs
       new  24455c6   bash: Security fix CVE-2016-0634
       new  1c9a1b5   libgcc-common.inc: Fix broken symlinks for multilib SDK
       new  fe61e95   gcc-runtime.inc: add CPP support for mips64-n32 tune
       new  979b28c   gcc-runtime.inc: Add CPP support for x86-64-x32 tune
       new  81b67e1   linux-yocto/4.1: update to 4.1.33
       new  3865d4c   linux-yocto/4.4: update to v4.4.22
       new  3b7ad0b   linux-yocto/4.1/4.4: remove innappropriate standard/base patches
       new  e353d51   linux-yocto/4.4/4.8: kernel config warning cleanups
       new  5f2ab4b   linux-yocto/4.4: update to v4.4.26
       new  e501785   linux-yocto/4.1: fix CVE-2016-5195 (dirtycow)
       new  bc575e9   parselogs.py: Add amd_nb error to x86_common whitelist
       new  34df2a5   parselogs.py: Add dmi and ioremap errors to ignore list for core2
       new  2effeec   parselogs: Ignore amb_nb warning messages under qemux86*
       new  37356aa   parselogs: Ignore uvesafb timeouts
       new  cc1b341   parselogs.py: Ignore Skylake graphics firmware load errors on genericx86-64
       new  64ff5be   oeqa/parselogs: Don't use cwd for file transfers
       new  117bd34   parselogs.py: Add disabling eDP error to x86_common whitelist
       new  e86ab74   This is a backport from master of 2 consecutive fixes.
       new  a98f6ed   perf: Fix to obey LD failure on qemux86-64
       new  3c4f57c   perf: Fix to obey LD failure
       new  857f019   perf: adapt to Makefile.config

The 37 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 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} |   32 +-
 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 +-
 39 files changed, 3859 insertions(+), 101 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
 copy meta/recipes-devtools/rpm/rpm/{rpmdb-more-verbose-error-logging-in-rpmTempFile.patch => rpmdb-prevent-race-in-tmpdir-creation.patch} (54%)
 create mode 100644 meta/recipes-extended/bash/bash/CVE-2016-0634.patch

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list