[oe-commits] [openembedded-core] branch master updated (5e5569c -> c777a6d)

git at git.openembedded.org git at git.openembedded.org
Thu Jan 25 11:32:52 UTC 2018


This is an automated email from the git hooks/post-receive script.

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

    from 5e5569c  lib/oe/package_manager/sdk: Ensure do_populate_sdk_ext and do_populate_sdk repos don't conflict
     add c01f12f  gdbm: 1.13 -> 1.14.1
     add 712d7ac  iw: 4.9 -> 4.14
     add 8023052  grep: support Perl regular expression
     add ce6337a  kernel-uboot: support Image kernel type for arm64
     add 9e41184  glibc: Security fix CVE-2017-15671
     add f65acd6  glibc: Security Fix CVE-2017-16997
     add a273d09  glibc: Security Fix CVE-2017-17426
     add 49ebc0a  systemd-bootchart: upgrade to v233; fix build with musl
     add 32a30b3  python*-setuptools: update to 38.4.0
     add e0f2c84  buildhistory_analysis: colourise more output
     new e8f99fa  opkg-utils: refresh patch to fix selectable compressors
     new b95b6ba  package_ipg: use xz when building packages
     new f691ed2  imagefeatures: disable f2fs from test_image_features by default
     new dec0296  image_types: add support for modern f2fs flash filesystem
     new b79eeb6  libc6: improve reproducibility
     new c777a6d  libunwind: Fix PACKAGECONFIG option typo

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


Summary of changes:
 meta/classes/image_types.bbclass                   |  20 +++
 meta/classes/kernel-uboot.bbclass                  |   4 +
 meta/classes/package_ipk.bbclass                   |   4 +-
 meta/lib/oe/buildhistory_analysis.py               |   4 +-
 meta/lib/oeqa/selftest/cases/imagefeatures.py      |   2 +-
 .../iw/{iw_4.9.bb => iw_4.14.bb}                   |   4 +-
 meta/recipes-core/glibc/glibc/CVE-2017-15671.patch |  65 +++++++++
 meta/recipes-core/glibc/glibc/CVE-2017-16997.patch | 151 +++++++++++++++++++++
 meta/recipes-core/glibc/glibc/CVE-2017-17426.patch |  53 ++++++++
 meta/recipes-core/glibc/glibc_2.26.bb              |   9 +-
 .../opkg-utils/opkg-utils/tar_ignore_error.patch   |   2 +-
 meta/recipes-devtools/python/python-setuptools.inc |   4 +-
 ...tools_38.2.5.bb => python-setuptools_38.4.0.bb} |   0
 ...ools_38.2.5.bb => python3-setuptools_38.4.0.bb} |   0
 .../0001-parse-util-Don-t-use-xlocale.h.patch      |  32 -----
 ...fn_t-is-glibc-specific-use-raw-signature-.patch |  36 +++++
 .../0002-musl-does-not-provide-printf-h.patch}     | 132 +++++++++---------
 ...l-does-not-provide-canonicalize_file_name.patch |  33 +++++
 ...d-bootchart_231.bb => systemd-bootchart_233.bb} |  12 +-
 meta/recipes-extended/grep/grep_3.1.bb             |   5 +-
 .../gdbm/{gdbm_1.13.bb => gdbm_1.14.1.bb}          |   4 +-
 meta/recipes-support/libunwind/libunwind.inc       |   2 +-
 22 files changed, 456 insertions(+), 122 deletions(-)
 rename meta/recipes-connectivity/iw/{iw_4.9.bb => iw_4.14.bb} (86%)
 create mode 100644 meta/recipes-core/glibc/glibc/CVE-2017-15671.patch
 create mode 100644 meta/recipes-core/glibc/glibc/CVE-2017-16997.patch
 create mode 100644 meta/recipes-core/glibc/glibc/CVE-2017-17426.patch
 rename meta/recipes-devtools/python/{python-setuptools_38.2.5.bb => python-setuptools_38.4.0.bb} (100%)
 rename meta/recipes-devtools/python/{python3-setuptools_38.2.5.bb => python3-setuptools_38.4.0.bb} (100%)
 delete mode 100644 meta/recipes-devtools/systemd-bootchart/files/0001-parse-util-Don-t-use-xlocale.h.patch
 create mode 100644 meta/recipes-devtools/systemd-bootchart/systemd-bootchart/0001-comparison_fn_t-is-glibc-specific-use-raw-signature-.patch
 copy meta/{recipes-core/systemd/systemd/0001-add-fallback-parse_printf_format-implementation.patch => recipes-devtools/systemd-bootchart/systemd-bootchart/0002-musl-does-not-provide-printf-h.patch} (80%)
 create mode 100644 meta/recipes-devtools/systemd-bootchart/systemd-bootchart/0003-musl-does-not-provide-canonicalize_file_name.patch
 rename meta/recipes-devtools/systemd-bootchart/{systemd-bootchart_231.bb => systemd-bootchart_233.bb} (73%)
 rename meta/recipes-support/gdbm/{gdbm_1.13.bb => gdbm_1.14.1.bb} (88%)

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


More information about the Openembedded-commits mailing list