[oe-commits] [meta-openembedded] branch master-next updated (205d839 -> fea3927)

git at git.openembedded.org git at git.openembedded.org
Fri Sep 14 04:50:33 UTC 2018


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

khem pushed a change to branch master-next
in repository meta-openembedded.

    from 205d839  lcdproc: Update to master tip
     new b0ece93  gd: Fix CVE-2018-1000222
     new 376eb38  snappy: modify cmake variable to generate shared library
     new dca2a7f  networkd-dispatcher: new package
     new e5e95cf  cyrus-sasl: fix build out of source tree failed while configuring with `--enable-ldapdb'
     new ec81952  pmdk: Initial commit of the PMDK SDK
     new 5028479  nbd: Upgrade to nbd 3.17
     new e345b0f  libdevmapper: Install dmsetup
     new 9390439  kexec-tools-klibc: Deliberately add -O2
     new 6a5647d  spice: fix compile error on 32bit system
     new 54ce3f1  spice: cleanup leftover patch from upgrade to 0.13.90
     new ebebea9  cyrus-sasl: fix parallel build issue
     new 935bf73  postfix: fix pkg_postinst_${PN}
     new da3d7e1  kernel-selftest: Fix build on musl
     new 9c5ecaf  thrift: Refresh patches
     new fea3927  python(3)-ndg-httpsclient: use update-alternatives to avoid do_rootfs failure

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:
 .../recipes-kernel/kexec/kexec-tools-klibc_git.bb  |  2 +-
 ...uthd-to-be-built-outside-of-source-tree-w.patch | 41 ++++++++++
 ...0001-makeinit.sh-fix-parallel-build-issue.patch | 95 ++++++++++++++++++++++
 .../cyrus-sasl/cyrus-sasl_2.1.27.bb                |  2 +
 .../networkd-dispatcher/networkd-dispatcher.bb     | 34 ++++++++
 .../recipes-daemons/postfix/postfix.inc            |  6 +-
 .../nbd/{nbd_3.11.bb => nbd_3.17.bb}               |  4 +-
 ...-build-allow-separated-src-and-build-dirs.patch | 33 --------
 .../0001-spice-fix-compile-fail-problem.patch      | 36 ++++++++
 meta-networking/recipes-support/spice/spice_git.bb |  5 +-
 .../0001-Forcibly-disable-check-for-Qt5.patch      |  6 +-
 ...-In-cmake-avoid-use-of-both-quoted-paths-.patch |  8 +-
 ...31-in-test-cpp-explicitly-use-signed-char.patch | 14 ++--
 ...07-enable-build-with-OpenSSL-1.1.0-series.patch | 17 +++-
 ...-Compile-error-in-TSSLSocket.cpp-with-new.patch |  6 +-
 ...-C++-library-build-fails-if-OpenSSL-does-.patch | 13 +--
 ...malloc.cfg-Specify-the-host-when-building.patch | 29 +++++++
 .../0002-Makefile-Don-t-install-the-docs.patch     | 26 ++++++
 .../0003-Makefile-Don-t-build-the-examples.patch   | 34 ++++++++
 ...nually-implement-secure_getenv-if-require.patch | 30 +++++++
 ...mempool-Remove-unused-__USE_UNIX98-define.patch | 30 +++++++
 ...file.inc-Allow-extra-libs-to-be-specified.patch | 29 +++++++
 meta-oe/recipes-extended/pmdk/pmdk_1.4.2.bb        | 64 +++++++++++++++
 meta-oe/recipes-extended/snappy/snappy_1.1.7.bb    |  3 +
 .../kernel-selftest/kernel-selftest.bb             |  8 +-
 ...bpf-test_progs.c-add-support-for-musllibc.patch | 25 ------
 ...-swap.h-micro-define-to-support-musl-libc.patch | 26 ------
 .../recipes-support/gd/gd/CVE-2018-1000222.patch   | 82 +++++++++++++++++++
 meta-oe/recipes-support/gd/gd_2.2.5.bb             |  1 +
 .../recipes-support/lvm2/libdevmapper_2.02.180.bb  |  1 +
 .../python/python-ndg-httpsclient_0.5.1.bb         |  6 +-
 .../python/python3-ndg-httpsclient_0.5.1.bb        |  6 +-
 32 files changed, 595 insertions(+), 127 deletions(-)
 create mode 100644 meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl/0001-Allow-saslauthd-to-be-built-outside-of-source-tree-w.patch
 create mode 100644 meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl/0001-makeinit.sh-fix-parallel-build-issue.patch
 create mode 100644 meta-networking/recipes-daemons/networkd-dispatcher/networkd-dispatcher.bb
 rename meta-networking/recipes-support/nbd/{nbd_3.11.bb => nbd_3.17.bb} (78%)
 delete mode 100644 meta-networking/recipes-support/spice/spice/0001-build-allow-separated-src-and-build-dirs.patch
 create mode 100644 meta-networking/recipes-support/spice/spice/0001-spice-fix-compile-fail-problem.patch
 create mode 100644 meta-oe/recipes-extended/pmdk/files/0001-jemalloc-jemalloc.cfg-Specify-the-host-when-building.patch
 create mode 100644 meta-oe/recipes-extended/pmdk/files/0002-Makefile-Don-t-install-the-docs.patch
 create mode 100644 meta-oe/recipes-extended/pmdk/files/0003-Makefile-Don-t-build-the-examples.patch
 create mode 100644 meta-oe/recipes-extended/pmdk/files/0004-os_posix-Manually-implement-secure_getenv-if-require.patch
 create mode 100644 meta-oe/recipes-extended/pmdk/files/0005-pmempool-Remove-unused-__USE_UNIX98-define.patch
 create mode 100644 meta-oe/recipes-extended/pmdk/files/0006-Makefile.inc-Allow-extra-libs-to-be-specified.patch
 create mode 100644 meta-oe/recipes-extended/pmdk/pmdk_1.4.2.bb
 delete mode 100644 meta-oe/recipes-kernel/kernel-selftest/kernel-selftest/0001-bpf-test_progs.c-add-support-for-musllibc.patch
 delete mode 100644 meta-oe/recipes-kernel/kernel-selftest/kernel-selftest/0001-swap.h-micro-define-to-support-musl-libc.patch
 create mode 100644 meta-oe/recipes-support/gd/gd/CVE-2018-1000222.patch

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


More information about the Openembedded-commits mailing list