[oe-commits] [openembedded-core] branch master-next updated (5e5569c -> 39cdb17)

git at git.openembedded.org git at git.openembedded.org
Mon Jan 22 23:28:30 UTC 2018


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

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

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

The 17 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/classes/package_rpm.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 +-
 23 files changed, 458 insertions(+), 124 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