[oe-commits] [openembedded-core] branch master-next updated (e7b1aa1 -> 31d8a8b)

git at git.openembedded.org git at git.openembedded.org
Sat Aug 11 10:07:26 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.

 discard e7b1aa1  libtool-cross: Handle ccache sstate 'infection' issues
 discard e0a98ea  sstate: Remove DEPLOY_DIR_IMAGE from SSTATE_DUPWHITELIST
 discard 7dfb275  cmake: fix compiling some C++ projects with Yocto SDK and GCC
 discard 85eb6cb  openssl_1.0: drop unnecessary call to perlpath.pl from do_configure()
 discard eca0cf1  meta: replace deprecated "SERIAL_CONSOLE"
 discard 0ba508a  multilib_header: recognize BPF as a target
 discard 496167c  glibc: Make bits/wordsize.h multilibbed again
 discard 9949655  man-pages: respect api-documentation
 discard ddb055c  dropbear.inc: add dependency on virtual/crypt to fix build with glibc-2.28
 discard 82b392b  perf: inherit manpages instead of adding man to RDEPENDS_${PN}-doc
 discard 66653c2  glide: add INSANE_SKIP for textrel
 discard cab71c4  go(-dep): add INSANE_SKIP for textrel
 discard 026140c  lib/oe: Fix collections ABCs DeprecationWarning in Python 3.7+
 discard 8b7802a  oeqa/esdk/devtool: Drop OETestDepends usage
 discard b3acc35  oeqa/sdk/buildgalculator: check for nativesdk-gettext-dev
 discard 8dfba8c  oe-selftest: quick hack to test
     new 0474326  oeqa/sdk/buildgalculator: check for nativesdk-gettext-dev
     new e763151  lib/oe: Fix collections ABCs DeprecationWarning in Python 3.7+
     new a67a1fc  go(-dep): add INSANE_SKIP for textrel
     new ab6862d  glide: add INSANE_SKIP for textrel
     new 021941f  perf: inherit manpages instead of adding man to RDEPENDS_${PN}-doc
     new 160a6cf  dropbear.inc: add dependency on virtual/crypt to fix build with glibc-2.28
     new 4b079b8  man-pages: respect api-documentation
     new e733de3  glibc: Make bits/wordsize.h multilibbed again
     new d513842  multilib_header: recognize BPF as a target
     new dfd56a0  meta: replace deprecated "SERIAL_CONSOLE"
     new 17098c5  openssl_1.0: drop unnecessary call to perlpath.pl from do_configure()
     new 21c276c  cmake: fix compiling some C++ projects with Yocto SDK and GCC
     new 98f6972  oeqa/esdk/devtool: Drop OETestDepends usage
     new 4cf08d6  sstate: Remove DEPLOY_DIR_IMAGE from SSTATE_DUPWHITELIST
     new aff18c3  libtool-cross: Handle ccache sstate 'infection' issues
     new 54d1103  oe-selftest: quick hack to test
     new 9865e2d  testimage: Refactoring and fixing.
     new c05f27f  testimage: target.start exceptions not masked.
     new a9b4e04  masterimage: Check for rootfs path instead of file.
     new a97b6aa  devtool-source.bbclass: Support kernel-fragments/patch not in SRC_URI
     new e6b1744  libjpeg-turbo: fix timezone of reproducible build timestamp
     new 142f972  multilib-script: Fix ALTERNATIVE_${PN} overwrite issue
     new db88b52  allarch: disable allarch when multilib is used
     new 85d2c34  perf: fail if src path does not exist
     new 58874f7  curl: support multilib installation of curl-config
     new 23e1e33  libxml2: Fix CVE-2018-14404
     new bf6e00b  busybox: move init related configs to init.cfg
     new 9be9e0d  base-files: fix handling of resize
     new c6047ba  glibc: Upgrade to 2.28
     new b756e45  cross-localedef-native: Update to build with glibc 2.28
     new 520be96  libxcrypt: Provide virtual/crypt for target and native as well
     new 5a008b5  libxcrypt: Upgrade to 4.1.1
     new de93039  glibc: Disable crypt support in glibc
     new 010f0d6  ppp, libpam: Add missing dep on virtual/crypt
     new 31d8a8b  sysvinit: Fix build with glibc 2.28 + libxcrypt

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (e7b1aa1)
            \
             N -- N -- N   refs/heads/master-next (31d8a8b)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 35 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/allarch.bbclass                       |   4 +
 meta/classes/devtool-source.bbclass                |  12 +
 meta/classes/icecc.bbclass                         |   2 +-
 meta/classes/multilib.bbclass                      |   3 +-
 meta/classes/multilib_global.bbclass               |   4 +-
 meta/classes/multilib_script.bbclass               |   2 +-
 meta/classes/package.bbclass                       |   9 +-
 meta/classes/staging.bbclass                       |   2 +-
 meta/classes/testimage.bbclass                     |  54 ++-
 meta/conf/distro/include/tclibc-musl.inc           |   1 +
 meta/conf/distro/include/tcmode-default.inc        |   2 +-
 meta/lib/oeqa/controllers/masterimage.py           | 113 ++----
 .../target/qemu.py => controllers/qemutarget.py}   |  30 +-
 meta/lib/oeqa/controllers/simpleremote.py          |  33 ++
 .../target/ssh.py => controllers/sshtarget.py}     |   9 +-
 meta/lib/oeqa/core/target/__init__.py              |   4 +
 meta/lib/oeqa/runtime/context.py                   |  32 +-
 meta/lib/oeqa/targetcontrol.py                     |  97 ++---
 meta/recipes-connectivity/ppp/ppp_2.4.7.bb         |   2 +-
 meta/recipes-core/base-files/base-files/profile    |   6 +-
 meta/recipes-core/base-files/base-files_3.0.14.bb  |   1 +
 meta/recipes-core/busybox/busybox/defconfig        |  12 +-
 meta/recipes-core/busybox/busybox/init.cfg         |   7 +-
 ...tive_2.27.bb => cross-localedef-native_2.28.bb} |  20 +-
 ...glibc-initial_2.27.bb => glibc-initial_2.28.bb} |   0
 .../{glibc-locale_2.27.bb => glibc-locale_2.28.bb} |   0
 .../{glibc-mtrace_2.27.bb => glibc-mtrace_2.28.bb} |   0
 meta/recipes-core/glibc/glibc-package.inc          |   2 +-
 ...glibc-scripts_2.27.bb => glibc-scripts_2.28.bb} |   0
 meta/recipes-core/glibc/glibc.inc                  |   4 +-
 ...libc-Look-for-host-system-ld.so.cache-as-.patch |  12 +-
 ...libc-Fix-buffer-overrun-with-a-relocated-.patch |  10 +-
 ...libc-Raise-the-size-of-arrays-containing-.patch |  18 +-
 ...ivesdk-glibc-Allow-64-bit-atomics-for-x86.patch |   6 +-
 ...ibc-Make-relocatable-install-for-locales.patch} |  45 ++-
 ...00-e5500-e6500-603e-fsqrt-implementation.patch} |  44 +--
 ...OECORE_KNOWN_INTERPRETER_NAMES-to-known-.patch} |   6 +-
 ...Fix-undefined-reference-to-__sqrt_finite.patch} |   6 +-
 ...rt-f-are-now-inline-functions-and-call-o.patch} |   6 +-
 ...ug-1443-which-explains-what-the-patch-do.patch} |   8 +-
 ...-libm-err-tab.pl-with-specific-dirs-in-S.patch} |   6 +-
 ...rt-f-are-now-inline-functions-and-call-o.patch} |   6 +-
 ...configure.ac-handle-correctly-libc_cv_ro.patch} |   6 +-
 ...ibute.patch => 0014-Add-unused-attribute.patch} |   6 +-
 ...hin-the-path-sets-wrong-config-variables.patch} |   6 +-
 ...timezone-re-written-tzselect-as-posix-sh.patch} |   6 +-
 ...ove-bash-dependency-for-nscd-init-script.patch} |   6 +-
 ...-Cross-building-and-testing-instructions.patch} |  10 +-
 ...19-eglibc-Help-bootstrap-cross-toolchain.patch} |  12 +-
 ... 0020-eglibc-Clear-cache-lines-on-ppc8xx.patch} |   6 +-
 ...021-eglibc-Resolve-__fpscr_values-on-SH4.patch} |   6 +-
 ...ward-port-cross-locale-generation-support.patch |  28 +-
 ...0023-Define-DUMMY_LOCALE_T-if-not-defined.patch |   6 +-
 ....c-Make-_dl_build_local_scope-breadth-fir.patch |  10 +-
 ...-locale-fix-hard-coded-reference-to-gcc-E.patch |   6 +-
 ...26-reset-dl_load_write_lock-after-forking.patch |  14 +-
 ...so-lock-before-switching-to-malloc_atfork.patch |  30 +-
 ...o-consts.h-enum-definition-for-TRAP_HWBKP.patch |  14 +-
 ...ncpy-with-memccpy-to-fix-Wstringop-trunca.patch |  40 --
 ...d-to-archive-uses-a-hard-coded-locale-pa.patch} |  23 +-
 ...l-Emit-no-lines-in-bison-generated-files.patch} |  17 +-
 .../glibc/0031-nativesdk-deprecate-libcrypt.patch  | 419 ---------------------
 meta/recipes-core/glibc/glibc/CVE-2017-18269.patch | 178 ---------
 meta/recipes-core/glibc/glibc/CVE-2018-11236.patch | 164 --------
 meta/recipes-core/glibc/glibc/CVE-2018-11237.patch |  82 ----
 .../glibc/{glibc_2.27.bb => glibc_2.28.bb}         |  47 ++-
 .../{libxcrypt_4.0.1.bb => libxcrypt_4.1.1.bb}     |  11 +-
 .../libxml/libxml2/fix-CVE-2018-14404.patch        |  45 +++
 meta/recipes-core/libxml/libxml2_2.9.8.bb          |   1 +
 ...-sysmacros.h-for-major-minor-defines-in-g.patch |  71 ++++
 meta/recipes-core/sysvinit/sysvinit_2.88dsf.bb     |   3 +-
 meta/recipes-extended/pam/libpam_1.3.0.bb          |   2 +-
 meta/recipes-graphics/jpeg/libjpeg-turbo_1.5.3.bb  |   2 +-
 meta/recipes-kernel/perf/perf.bb                   |   2 +
 meta/recipes-support/curl/curl_7.61.0.bb           |   3 +
 75 files changed, 580 insertions(+), 1342 deletions(-)
 rename meta/lib/oeqa/{core/target/qemu.py => controllers/qemutarget.py} (58%)
 create mode 100644 meta/lib/oeqa/controllers/simpleremote.py
 rename meta/lib/oeqa/{core/target/ssh.py => controllers/sshtarget.py} (98%)
 rename meta/recipes-core/glibc/{cross-localedef-native_2.27.bb => cross-localedef-native_2.28.bb} (67%)
 rename meta/recipes-core/glibc/{glibc-initial_2.27.bb => glibc-initial_2.28.bb} (100%)
 rename meta/recipes-core/glibc/{glibc-locale_2.27.bb => glibc-locale_2.28.bb} (100%)
 rename meta/recipes-core/glibc/{glibc-mtrace_2.27.bb => glibc-mtrace_2.28.bb} (100%)
 rename meta/recipes-core/glibc/{glibc-scripts_2.27.bb => glibc-scripts_2.28.bb} (100%)
 rename meta/recipes-core/glibc/glibc/{relocate-locales.patch => 0005-nativesdk-glibc-Make-relocatable-install-for-locales.patch} (80%)
 rename meta/recipes-core/glibc/glibc/{0005-fsl-e500-e5500-e6500-603e-fsqrt-implementation.patch => 0006-fsl-e500-e5500-e6500-603e-fsqrt-implementation.patch} (97%)
 rename meta/recipes-core/glibc/glibc/{0006-readlib-Add-OECORE_KNOWN_INTERPRETER_NAMES-to-known-.patch => 0007-readlib-Add-OECORE_KNOWN_INTERPRETER_NAMES-to-known-.patch} (85%)
 rename meta/recipes-core/glibc/glibc/{0007-ppc-sqrt-Fix-undefined-reference-to-__sqrt_finite.patch => 0008-ppc-sqrt-Fix-undefined-reference-to-__sqrt_finite.patch} (98%)
 rename meta/recipes-core/glibc/glibc/{0008-__ieee754_sqrt-f-are-now-inline-functions-and-call-o.patch => 0009-__ieee754_sqrt-f-are-now-inline-functions-and-call-o.patch} (98%)
 rename meta/recipes-core/glibc/glibc/{0009-Quote-from-bug-1443-which-explains-what-the-patch-do.patch => 0010-Quote-from-bug-1443-which-explains-what-the-patch-do.patch} (93%)
 rename meta/recipes-core/glibc/glibc/{0010-eglibc-run-libm-err-tab.pl-with-specific-dirs-in-S.patch => 0011-eglibc-run-libm-err-tab.pl-with-specific-dirs-in-S.patch} (89%)
 rename meta/recipes-core/glibc/glibc/{0011-__ieee754_sqrt-f-are-now-inline-functions-and-call-o.patch => 0012-__ieee754_sqrt-f-are-now-inline-functions-and-call-o.patch} (93%)
 rename meta/recipes-core/glibc/glibc/{0012-sysdeps-gnu-configure.ac-handle-correctly-libc_cv_ro.patch => 0013-sysdeps-gnu-configure.ac-handle-correctly-libc_cv_ro.patch} (88%)
 rename meta/recipes-core/glibc/glibc/{0013-Add-unused-attribute.patch => 0014-Add-unused-attribute.patch} (86%)
 rename meta/recipes-core/glibc/glibc/{0014-yes-within-the-path-sets-wrong-config-variables.patch => 0015-yes-within-the-path-sets-wrong-config-variables.patch} (98%)
 rename meta/recipes-core/glibc/glibc/{0015-timezone-re-written-tzselect-as-posix-sh.patch => 0016-timezone-re-written-tzselect-as-posix-sh.patch} (90%)
 rename meta/recipes-core/glibc/glibc/{0016-Remove-bash-dependency-for-nscd-init-script.patch => 0017-Remove-bash-dependency-for-nscd-init-script.patch} (92%)
 rename meta/recipes-core/glibc/glibc/{0017-eglibc-Cross-building-and-testing-instructions.patch => 0018-eglibc-Cross-building-and-testing-instructions.patch} (99%)
 rename meta/recipes-core/glibc/glibc/{0018-eglibc-Help-bootstrap-cross-toolchain.patch => 0019-eglibc-Help-bootstrap-cross-toolchain.patch} (91%)
 rename meta/recipes-core/glibc/glibc/{0019-eglibc-Clear-cache-lines-on-ppc8xx.patch => 0020-eglibc-Clear-cache-lines-on-ppc8xx.patch} (96%)
 rename meta/recipes-core/glibc/glibc/{0020-eglibc-Resolve-__fpscr_values-on-SH4.patch => 0021-eglibc-Resolve-__fpscr_values-on-SH4.patch} (92%)
 delete mode 100644 meta/recipes-core/glibc/glibc/0029-Replace-strncpy-with-memccpy-to-fix-Wstringop-trunca.patch
 rename meta/recipes-core/glibc/glibc/{archive-path.patch => 0029-localedef-add-to-archive-uses-a-hard-coded-locale-pa.patch} (69%)
 rename meta/recipes-core/glibc/glibc/{0030-plural_c_no_preprocessor_lines.patch => 0030-intl-Emit-no-lines-in-bison-generated-files.patch} (59%)
 delete mode 100644 meta/recipes-core/glibc/glibc/0031-nativesdk-deprecate-libcrypt.patch
 delete mode 100644 meta/recipes-core/glibc/glibc/CVE-2017-18269.patch
 delete mode 100644 meta/recipes-core/glibc/glibc/CVE-2018-11236.patch
 delete mode 100644 meta/recipes-core/glibc/glibc/CVE-2018-11237.patch
 rename meta/recipes-core/glibc/{glibc_2.27.bb => glibc_2.28.bb} (72%)
 rename meta/recipes-core/libxcrypt/{libxcrypt_4.0.1.bb => libxcrypt_4.1.1.bb} (70%)
 create mode 100644 meta/recipes-core/libxml/libxml2/fix-CVE-2018-14404.patch
 create mode 100644 meta/recipes-core/sysvinit/sysvinit-2.88dsf/0001-include-sys-sysmacros.h-for-major-minor-defines-in-g.patch

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


More information about the Openembedded-commits mailing list