[oe-commits] [openembedded-core] branch master-next updated (f245d42 -> b56a5b9)

git at git.openembedded.org git at git.openembedded.org
Mon May 20 13:39:13 UTC 2019


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 f245d42  npm: remove some temporary build files
     new f3b06ff  util-linux: Add missing ptest dependencies
     new 73f1b1a  systemd-conf: configure wired network with dhcp
     new 3de26ba  nss-myhostname: Stop trying to build for musl
     new 07abecf  systemd: Some upstreamable musl patches have been upstreamed
     new 5dcf666  vim: split the common part into vim.inc
     new 9bd969d  vim: Rework things so vim adds features not vim-tiny removes
     new 2cf57f5  python-numpy: Avoid installing copy of f2py script
     new a6cb995  libnss-mdns: Stop trying to build for musl
     new db6d564  gdb: Upgrade from 8.2.1 to 8.3
     new 2c92cb8  gnu-config: Update to latest SHA
     new bdee1b3  icu: Remove workaround for musl issue fixed upstream 2 years ago
     new b57bd55  insane: add sanity checks to SRC_URI
     new 6639151  socat: Remove workaround for musl issue now fixed upstream
     new f594f46  libpcre2: upgrade 10.32 -> 10.33
     new 2485ae0  valgrind: Make ptest timestamps copasetic
     new 106d8cf  valgrind: add 'file' to ptest depends
     new b56a5b9  python: add a fix for CVE-2019-9948 and CVE-2019-9636

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/insane.bbclass                        |  13 +-
 meta/conf/distro/include/tcmode-default.inc        |   2 +-
 meta/lib/oeqa/selftest/cases/package.py            |   2 +-
 .../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 -
 .../recipes-core/systemd/systemd-conf/dhcp.network |   5 +
 meta/recipes-core/systemd/systemd-conf_242.bb      |   3 +
 ...-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-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, 424 insertions(+), 619 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-conf/dhcp.network
 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