[oe-commits] [openembedded-core] branch master updated (8a6ef20 -> 066fa83)

git at git.openembedded.org git at git.openembedded.org
Tue May 21 12:08:04 UTC 2019


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

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

    from 8a6ef20  ofono: upgrade 1.25 -> 1.29
     new b6ffa59  npm: get npm package name from npm pack
     new 2d72007  npm: fix node and npm default directory conflict
     new bac9075  npm: remove some temporary build files
     new 56f09cb  util-linux: Add missing ptest dependencies
     new ec528bd  nss-myhostname: Stop trying to build for musl
     new 71f99af  systemd: Some upstreamable musl patches have been upstreamed
     new 55cc8c6  vim: split the common part into vim.inc
     new a9f62ea  vim: Rework things so vim adds features not vim-tiny removes
     new a625899  python-numpy: Avoid installing copy of f2py script
     new e3197ee  libnss-mdns: Stop trying to build for musl
     new f31986e  gdb: Upgrade from 8.2.1 to 8.3
     new bf9a345  gnu-config: Update to latest SHA
     new d1070bc  icu: Remove workaround for musl issue fixed upstream 2 years ago
     new 21f84fc  insane: add sanity checks to SRC_URI
     new f9c6556  socat: Remove workaround for musl issue now fixed upstream
     new 833a08d  libpcre2: upgrade 10.32 -> 10.33
     new 531cea0  valgrind: Make ptest timestamps copasetic
     new f68ba3e  valgrind: add 'file' to ptest depends
     new 9d23b98  python: add a fix for CVE-2019-9948 and CVE-2019-9636
     new 066fa83  libxfont2: set CVE_PRODUCT

The 20 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/insane.bbclass                        |  13 +-
 meta/classes/npm.bbclass                           |  11 +-
 meta/conf/distro/include/tcmode-default.inc        |   2 +-
 meta/lib/oeqa/selftest/cases/package.py            |   3 +-
 .../libnss-mdns/0001-check-for-nss.h.patch         |  56 ---------
 .../libnss-mdns/libnss-mdns_0.10.bb                |   3 +-
 ...fine-NETDB_INTERNAL-to-1-if-not-available.patch |  32 -----
 meta/recipes-connectivity/socat/socat_1.7.3.3.bb   |   1 -
 ...-legacy-ULONG_LONG_MAX-with-the-C99-ULLON.patch |  50 ++++++++
 ...udev-udev-event.c-must-include-sys-wait.h.patch |  35 ++++++
 ...-ULONG_LONG_MAX-definition-in-case-of-mus.patch |  27 ----
 ...clude-sys-wait.h-to-avoid-compile-failure.patch |  33 -----
 .../0023-socket-util.h-include-string.h.patch      |  20 +--
 ...025-fs-utilh-add-missing-sys-stat-include.patch |  16 +--
 meta/recipes-core/systemd/systemd_242.bb           |   4 +-
 meta/recipes-core/util-linux/util-linux.inc        |   3 +-
 .../gdb/{gdb-8.2.1.inc => gdb-8.3.inc}             |  12 +-
 meta/recipes-devtools/gdb/gdb-cross-canadian.inc   |   1 -
 ...canadian_8.2.1.bb => gdb-cross-canadian_8.3.bb} |   0
 .../gdb/{gdb-cross_8.2.1.bb => gdb-cross_8.3.bb}   |   0
 .../0001-Fix-build-with-latest-GCC-9.0-tree.patch  |  50 --------
 ....patch => 0001-gdbserver-ctrl-c-handling.patch} |   0
 ...Define-pt_regs-uapi_pt_regs-on-GLIBC-syst.patch |  23 ++--
 .../0008-Use-exorted-definitions-of-SIGRTMIN.patch |  16 ++-
 ...-AArch64-Fix-the-gdb-build-with-musl-libc.patch |  52 --------
 meta/recipes-devtools/gdb/gdb/CVE-2017-9778.patch  |  99 ---------------
 .../gdb/{gdb_8.2.1.bb => gdb_8.3.bb}               |   0
 meta/recipes-devtools/gnu-config/gnu-config_git.bb |   4 +-
 .../python-numpy/python-numpy_1.16.3.bb            |   4 +
 .../python/bpo-35907-cve-2019-9948-fix.patch       |  55 +++++++++
 .../python/python/bpo-35907-cve-2019-9948.patch    |  55 +++++++++
 .../python/bpo-36216-cve-2019-9636-fix.patch       |  28 +++++
 .../python/python/bpo-36216-cve-2019-9636.patch    | 111 +++++++++++++++++
 meta/recipes-devtools/python/python_2.7.16.bb      |   6 +-
 meta/recipes-devtools/valgrind/valgrind_3.15.0.bb  |   3 +-
 meta/recipes-graphics/xorg-lib/libxfont2_2.0.3.bb  |   2 +
 meta/recipes-support/icu/icu.inc                   |   7 --
 .../{libpcre2_10.32.bb => libpcre2_10.33.bb}       |   6 +-
 ...tname-Check-for-nss.h-presense-before-use.patch |  53 --------
 .../nss-myhostname/nss-myhostname_0.3.bb           |   3 +-
 meta/recipes-support/vim/vim-tiny_8.1.1240.bb      |   5 +-
 .../vim/{vim_8.1.1240.bb => vim.inc}               |   8 +-
 meta/recipes-support/vim/vim_8.1.1240.bb           | 137 +--------------------
 43 files changed, 426 insertions(+), 623 deletions(-)
 delete mode 100644 meta/recipes-connectivity/libnss-mdns/libnss-mdns/0001-check-for-nss.h.patch
 delete mode 100644 meta/recipes-connectivity/socat/socat/0001-define-NETDB_INTERNAL-to-1-if-not-available.patch
 create mode 100644 meta/recipes-core/systemd/systemd/0001-Replace-the-legacy-ULONG_LONG_MAX-with-the-C99-ULLON.patch
 create mode 100644 meta/recipes-core/systemd/systemd/0001-src-udev-udev-event.c-must-include-sys-wait.h.patch
 delete mode 100644 meta/recipes-core/systemd/systemd/0012-fix-missing-ULONG_LONG_MAX-definition-in-case-of-mus.patch
 delete mode 100644 meta/recipes-core/systemd/systemd/0022-include-sys-wait.h-to-avoid-compile-failure.patch
 rename meta/recipes-devtools/gdb/{gdb-8.2.1.inc => gdb-8.3.inc} (73%)
 rename meta/recipes-devtools/gdb/{gdb-cross-canadian_8.2.1.bb => gdb-cross-canadian_8.3.bb} (100%)
 rename meta/recipes-devtools/gdb/{gdb-cross_8.2.1.bb => gdb-cross_8.3.bb} (100%)
 delete mode 100644 meta/recipes-devtools/gdb/gdb/0001-Fix-build-with-latest-GCC-9.0-tree.patch
 rename meta/recipes-devtools/gdb/gdb/{gdbserver-ctrl-c-handling.patch => 0001-gdbserver-ctrl-c-handling.patch} (100%)
 delete mode 100644 meta/recipes-devtools/gdb/gdb/0012-AArch64-Fix-the-gdb-build-with-musl-libc.patch
 delete mode 100644 meta/recipes-devtools/gdb/gdb/CVE-2017-9778.patch
 rename meta/recipes-devtools/gdb/{gdb_8.2.1.bb => gdb_8.3.bb} (100%)
 create mode 100644 meta/recipes-devtools/python/python/bpo-35907-cve-2019-9948-fix.patch
 create mode 100644 meta/recipes-devtools/python/python/bpo-35907-cve-2019-9948.patch
 create mode 100644 meta/recipes-devtools/python/python/bpo-36216-cve-2019-9636-fix.patch
 create mode 100644 meta/recipes-devtools/python/python/bpo-36216-cve-2019-9636.patch
 rename meta/recipes-support/libpcre/{libpcre2_10.32.bb => libpcre2_10.33.bb} (90%)
 delete mode 100644 meta/recipes-support/nss-myhostname/nss-myhostname/0001-nss-myhostname-Check-for-nss.h-presense-before-use.patch
 copy meta/recipes-support/vim/{vim_8.1.1240.bb => vim.inc} (95%)

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


More information about the Openembedded-commits mailing list