[oe-commits] [openembedded-core] branch master updated (7bbc453 -> caa776b)

git at git.openembedded.org git at git.openembedded.org
Thu Dec 27 22:53:45 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 7bbc453  glibc: Enable --with-default-link
     new da527d7  oeqa/utils/qemurunner: Print output when failed to login
     new 74d3b4a  opkg: upgrade to version 0.4.0
     new 19ac60a  opkg-utils: upgrade to version 0.4.0
     new b288f4e  package_ip.bbclass: add xz threading
     new 93419fb  grub2: Fix passing null to printf formats
     new af3e1bb  gnupg: Upgrade to 2.2.12 release
     new ee23aa9  gnupg: Do not apply -Woverride-init guard for gcc >= 9
     new 42176d2  nfs-utils: Disable format-overflow as Werror
     new 7e1bb58  musl: Update to latest master
     new 2eae2d5  libxcrypt: Upgrade to 4.4.2
     new 389d956  gdb: Backport a fix to build with gcc9
     new d6fd2a4  valgrind: Fix x86_64 build failure with gcc9
     new 545b58b  ffmpeg: Backport patch to fix build with gcc9
     new 550085b  binutils: Upgrade to latest on 2.31 release branch
     new caa776b  testimage.bbclass: remove boot parameter systemd.log_target

The 15 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/package_ipk.bbclass                   |   2 +-
 meta/classes/testimage.bbclass                     |   8 +-
 meta/lib/oeqa/utils/qemurunner.py                  |   1 +
 .../0001-grub-setup-Debug-message-cleanup.patch    |  34 ++++
 meta/recipes-bsp/grub/grub2.inc                    |   1 +
 .../nfs-utils/nfs-utils_2.3.3.bb                   |   2 +
 .../files/0001-Add-x32-specific-inline-asm.patch   |  42 -----
 .../libxcrypt/{libxcrypt_4.4.1.bb => libxcrypt.bb} |   8 +-
 meta/recipes-core/musl/musl_git.bb                 |   2 +-
 meta/recipes-devtools/binutils/binutils-2.31.inc   |   8 +-
 ...check-for-input-file-matching-output-file.patch |  59 ------
 ...location-where-GOT-information-is-collect.patch | 201 ---------------------
 ...bustness.-Return-FALSE-in-case-of-NULL-po.patch |  38 ----
 ...lobal-symbol-is-not-an-indirect-or-warnin.patch |  46 -----
 ...tion-was-still-being-generated-when-symbo.patch |  40 ----
 .../binutils/binutils/CVE-2018-17358.patch         |  37 +---
 .../binutils/binutils/CVE-2018-17360.patch         |  24 +--
 .../binutils/binutils/CVE-2018-18309.patch         |  87 ++-------
 .../binutils/binutils/CVE-2018-18605.patch         |  20 +-
 .../binutils/binutils/CVE-2018-18606.patch         |  22 +--
 .../binutils/binutils/CVE-2018-18607.patch         |  25 +--
 .../binutils/binutils/clang-bfd-fix.patch          |   8 +-
 meta/recipes-devtools/gdb/gdb-8.2.inc              |   1 +
 .../0001-Fix-build-with-latest-GCC-9.0-tree.patch  |  50 +++++
 ...rt-name-on-versions-of-tar-which-support-.patch |  51 ------
 ...0001-Switch-all-scripts-to-use-Python-3.x.patch |   5 +-
 ...-alternatives-Fix-link-relocation-support.patch |  40 ----
 ...Use-local-time-for-build_date-since-opkg-.patch |  44 -----
 .../opkg-utils/opkg-utils/pigz.patch               |  51 ------
 .../opkg-utils/opkg-utils/tar_ignore_error.patch   |  48 -----
 .../opkg-utils/opkg-utils/threaded-xz.patch        |  18 --
 .../{opkg-utils_0.3.6.bb => opkg-utils_0.4.0.bb}   |  10 +-
 ...ve_maintainer_scripts-use-strict-matching.patch |  56 ------
 .../opkg/{opkg_0.3.6.bb => opkg_0.4.0.bb}          |   5 +-
 ...1-tests-amd64-Do-not-clobber-rsp-register.patch |  37 ++++
 meta/recipes-devtools/valgrind/valgrind_3.14.0.bb  |   1 +
 ...stprocess_template-remove-FF_REG_sp-from-.patch |  31 ++++
 meta/recipes-multimedia/ffmpeg/ffmpeg_4.0.2.bb     |   1 +
 ...1-Woverride-init-is-not-needed-with-gcc-9.patch |  31 ++++
 ...c-use-a-custom-value-for-the-location-of-.patch |   6 +-
 meta/recipes-support/gnupg/gnupg/relocate.patch    |   2 +-
 .../gnupg/{gnupg_2.2.11.bb => gnupg_2.2.12.bb}     |   7 +-
 42 files changed, 245 insertions(+), 965 deletions(-)
 create mode 100644 meta/recipes-bsp/grub/files/0001-grub-setup-Debug-message-cleanup.patch
 delete mode 100644 meta/recipes-core/libxcrypt/files/0001-Add-x32-specific-inline-asm.patch
 rename meta/recipes-core/libxcrypt/{libxcrypt_4.4.1.bb => libxcrypt.bb} (80%)
 delete mode 100644 meta/recipes-devtools/binutils/binutils/0017-improve-check-for-input-file-matching-output-file.patch
 delete mode 100644 meta/recipes-devtools/binutils/binutils/0018-Refactored-location-where-GOT-information-is-collect.patch
 delete mode 100644 meta/recipes-devtools/binutils/binutils/0019-Improved-robustness.-Return-FALSE-in-case-of-NULL-po.patch
 delete mode 100644 meta/recipes-devtools/binutils/binutils/0020-Make-sure-global-symbol-is-not-an-indirect-or-warnin.patch
 delete mode 100644 meta/recipes-devtools/binutils/binutils/0021-PLT-information-was-still-being-generated-when-symbo.patch
 create mode 100644 meta/recipes-devtools/gdb/gdb/0001-Fix-build-with-latest-GCC-9.0-tree.patch
 delete mode 100644 meta/recipes-devtools/opkg-utils/opkg-utils/0001-Only-use-sort-name-on-versions-of-tar-which-support-.patch
 delete mode 100644 meta/recipes-devtools/opkg-utils/opkg-utils/0001-update-alternatives-Fix-link-relocation-support.patch
 delete mode 100644 meta/recipes-devtools/opkg-utils/opkg-utils/0002-opkg-build-Use-local-time-for-build_date-since-opkg-.patch
 delete mode 100644 meta/recipes-devtools/opkg-utils/opkg-utils/pigz.patch
 delete mode 100644 meta/recipes-devtools/opkg-utils/opkg-utils/tar_ignore_error.patch
 delete mode 100644 meta/recipes-devtools/opkg-utils/opkg-utils/threaded-xz.patch
 rename meta/recipes-devtools/opkg-utils/{opkg-utils_0.3.6.bb => opkg-utils_0.4.0.bb} (82%)
 delete mode 100644 meta/recipes-devtools/opkg/opkg/0001-remove_maintainer_scripts-use-strict-matching.patch
 rename meta/recipes-devtools/opkg/{opkg_0.3.6.bb => opkg_0.4.0.bb} (90%)
 create mode 100644 meta/recipes-devtools/valgrind/valgrind/0001-tests-amd64-Do-not-clobber-rsp-register.patch
 create mode 100644 meta/recipes-multimedia/ffmpeg/ffmpeg/0001-postproc-postprocess_template-remove-FF_REG_sp-from-.patch
 create mode 100644 meta/recipes-support/gnupg/gnupg/0001-Woverride-init-is-not-needed-with-gcc-9.patch
 rename meta/recipes-support/gnupg/{gnupg_2.2.11.bb => gnupg_2.2.12.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