[oe-commits] [openembedded-core] branch warrior updated (726c3b9 -> 0a1b1e8)

git at git.openembedded.org git at git.openembedded.org
Mon Nov 18 14:48:08 UTC 2019


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

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

    from 726c3b9  build-appliance-image: Update to warrior head revision
     add 4e642e6  go: update 1.12.1->1.12.5
     add 8dfe441  go: Upgrade 1.12.5 -> 1.12.6
     add 03b303d  go-1.12: update to 1.12.9 minor release
     new 1913e68  meson: Backport patch to handle strings in cross file args
     new 650aa57  meson.bbclass: Remove the MESON_*_ARGS variables
     new ec563bf  nativesdk-meson: Remove some unused variables
     new 0250916  devtool: Avoid failure for recipes with S == WORKDIR and no local files
     new b6ef5f2  package_rpm.bbclass: Remove a misleading bb.note()
     new 50e6473  tzdata: Correct the packaging of /etc/localtime and /etc/timezone
     new 62f79db  devtool: finish: Keep patches ordered when updating bbappend
     new 950168b  devtool: finish: Add suppport for the --no-clean option
     new c552c9f  lib/oe/lsb: Make sure the distro ID is always lowercased
     new cf26271  tiff: fix CVE-2019-14973
     new 9cba3d0  libtiff: fix CVE-2019-17546
     new aa88f0f  libxslt: fix CVE-2019-18197
     new dc84f40  python3: fix do_install fail for parallel buiild
     new f332630  python3: fix build on softfloat mips
     new 2f8086c  python3: python3: Fix build error x86->x86
     new 01e4409  python3: Reformat sysconfig
     new c2c6f30  python3: Fix .pyc file reproduciblility
     new 5b8022d  python3: fix the test_locale output format
     new 8818a7e  python3: CVE-2019-16056
     new deabbb6  python3: Upgrade 3.7.4 -> 3.7.5
     new d1788e8  pseudo: Fix openat() with a symlink pointing to a directory
     new c8c13ce  pseudo: Drop static linking to sqlite3
     new 1c09e45  pseudo: Add statx support to fix fedora30 issues
     new fec797a  patch: the CVE-2019-13638 fix also handles CVE-2018-20969
     new 0a1b1e8  file: fix CVE-2019-18218

The 25 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/meson.bbclass                         |  15 +-
 meta/classes/package_rpm.bbclass                   |   5 +-
 meta/conf/distro/include/no-static-libs.inc        |   4 -
 meta/lib/oe/lsb.py                                 |   8 +-
 .../file/file/CVE-2019-18218.patch                 |  55 +++
 meta/recipes-devtools/file/file_5.36.bb            |   3 +-
 meta/recipes-devtools/go/go-1.12.inc               |   6 +-
 meta/recipes-devtools/meson/meson.inc              |   1 +
 ...e-strings-in-cross-file-args.-Closes-4671.patch |  87 +++++
 .../meson/nativesdk-meson_0.49.2.bb                |   5 -
 ...ke-ed-directly-instead-of-using-the-shell.patch |   4 +-
 .../pseudo/files/0001-Add-statx.patch              | 106 ++++++
 meta/recipes-devtools/pseudo/pseudo.inc            |  19 +-
 meta/recipes-devtools/pseudo/pseudo_git.bb         |   3 +-
 ...code-lib-as-location-for-site-packages-an.patch |   2 +-
 ...ix-Issue36464-parallel-build-race-problem.patch |  34 ++
 ...-Use-FLAG_REF-always-for-interned-strings.patch |  35 ++
 ...roper-detection-of-mips-architecture-for-.patch | 201 ++++++++++
 ...-cc_basename-to-replace-CC-for-checking-c.patch |   2 +-
 ..._locale.py-correct-the-test-output-format.patch |  46 +++
 .../crosspythonpath.patch}                         |  23 +-
 .../python/python3/reformat_sysconfig.py           |  21 ++
 .../python/{python3_3.7.4.bb => python3_3.7.5.bb}  |  17 +-
 meta/recipes-extended/timezone/tzdata.bb           |   5 +-
 .../libtiff/tiff/CVE-2019-14973.patch              | 415 +++++++++++++++++++++
 .../libtiff/tiff/CVE-2019-17546.patch              | 103 +++++
 meta/recipes-multimedia/libtiff/tiff_4.0.10.bb     |   4 +-
 .../libxslt/files/CVE-2019-18197.patch             |  33 ++
 meta/recipes-support/libxslt/libxslt_1.1.33.bb     |   1 +
 scripts/lib/devtool/standard.py                    |  17 +-
 30 files changed, 1203 insertions(+), 77 deletions(-)
 create mode 100644 meta/recipes-devtools/file/file/CVE-2019-18218.patch
 create mode 100644 meta/recipes-devtools/meson/meson/0001-Handle-strings-in-cross-file-args.-Closes-4671.patch
 create mode 100644 meta/recipes-devtools/pseudo/files/0001-Add-statx.patch
 create mode 100644 meta/recipes-devtools/python/python3/0001-Makefile-fix-Issue36464-parallel-build-race-problem.patch
 create mode 100644 meta/recipes-devtools/python/python3/0001-Use-FLAG_REF-always-for-interned-strings.patch
 create mode 100644 meta/recipes-devtools/python/python3/0001-bpo-36852-proper-detection-of-mips-architecture-for-.patch
 create mode 100644 meta/recipes-devtools/python/python3/0001-test_locale.py-correct-the-test-output-format.patch
 copy meta/recipes-devtools/python/{python/add-CROSSPYTHONPATH-for-PYTHON_FOR_BUILD.patch => python3/crosspythonpath.patch} (65%)
 create mode 100644 meta/recipes-devtools/python/python3/reformat_sysconfig.py
 rename meta/recipes-devtools/python/{python3_3.7.4.bb => python3_3.7.5.bb} (93%)
 create mode 100644 meta/recipes-multimedia/libtiff/tiff/CVE-2019-14973.patch
 create mode 100644 meta/recipes-multimedia/libtiff/tiff/CVE-2019-17546.patch
 create mode 100644 meta/recipes-support/libxslt/files/CVE-2019-18197.patch

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


More information about the Openembedded-commits mailing list