[oe-commits] [openembedded-core] branch master-next updated (2969250 -> 650b8a8)

git at git.openembedded.org git at git.openembedded.org
Sun Dec 15 22:48:47 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.

 discard 2969250  sudo: update to 1.8.29
 discard 8c9c31f  cpio: update to 2.13
 discard 0912192  man-db: update to 2.9.0
 discard f8c2252  man-pages: update to 5.04
 discard 2d50a73  parted: update 3.2->3.3
 discard 1b68e41  libxml2: update to 2.9.10
 discard 78fe998  glide: update to 0.13.3
 discard a7711ae  puzzles: update to latest revision
 discard e32b838  dos2unix: update to 7.4.1
 discard e68563e  gstreamer1.0-python: add a patch to fix python 3.8 builds
 discard 7c73d25  python3: update to 3.8.0
     new 17d7ed0  dos2unix: update to 7.4.1
     new ab94b1f  puzzles: update to latest revision
     new 0e99b14  glide: update to 0.13.3
     new 246cfab  libxml2: update to 2.9.10
     new 103fb70  parted: update 3.2->3.3
     new b2b974f  man-pages: update to 5.04
     new f27bff0  man-db: update to 2.9.0
     new f5f2459  cpio: update to 2.13
     new 4903e76  sudo: update to 1.8.29
     new dbb122d  git: upgrade 2.24.0 -> 2.24.1
     new 539d7e8  lttng-modules: fix NULL pointer deference error when testing rpc_task_running
     new 0030f3a  systemd-systemctl: Fix handling of aliased targets
     new cf10e76  e2fsprogs: split dumpe2fs into its own package
     new a96201e  connman: update kernel module RRECOMMENDS for kernel >= v4.19
     new d990b0c  oeqa/utils/httpserver: allow to pass in listening port
     new a0f5b47  oeqa/runtime/context.py: support listening port in TEST_SERVER_IP
     new e0ede82  oeqa/target/ssh oeqa/target/qemu: expose server listening port to tests
     new fad2c03  oeqa/runtime/apt dnf opkg: support running from within docker container
     new a3b2299  sysstat: fix CVE-2019-19725
     new 9bf1c5d  openssl: fix CVE-2019-1551
     new 2adfdf8  tcl: upgrade 8.6.9 -> 8.6.10
     new 9f56f34  cmake: 3.15.5 -> 3.16.1
     new 5913b4d  meson.bbclass: allow buildtype to be changed
     new 1a309bb  mesa.inc: allow the user to choose the build type
     new fc6c730  license.bbclass: Introduce AVAILABLE_LICENSES that lists all licenses
     new 08cb717  licenses.conf: Remove the SRC_DISTRIBUTE_LICENSES variable
     new 98b6ec3  license.bbclass: Make incompatible_pkg_license return incompatible lics
     new 8c74b18  base.bbclass: Simplify the check for whitelisted licenses
     new be7c145  base.bbclass: Report only the licenses that are incompatible for a package
     new 6768b73  package.bbclass: Report only the licenses that are incompatible
     new e9f9958  license_image.bbclass: Report only the licenses that are incompatible
     new 650b8a8  incompatible_lic.py: Add tests for incompatible licenses with wildcards

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (2969250)
            \
             N -- N -- N   refs/heads/master-next (650b8a8)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 32 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-test/license/incompatible-licenses.bb  |   3 +
 meta/classes/base.bbclass                          |  39 +-
 meta/classes/license.bbclass                       |  39 +-
 meta/classes/license_image.bbclass                 |   5 +-
 meta/classes/meson.bbclass                         |   3 +-
 meta/classes/package.bbclass                       |   5 +-
 meta/classes/python3-dir.bbclass                   |   4 +-
 meta/conf/documentation.conf                       |   1 +
 meta/conf/licenses.conf                            |  43 --
 meta/lib/oeqa/core/target/qemu.py                  |   1 +
 meta/lib/oeqa/core/target/ssh.py                   |   3 +-
 meta/lib/oeqa/runtime/cases/apt.py                 |   4 +-
 meta/lib/oeqa/runtime/cases/dnf.py                 |   3 +-
 meta/lib/oeqa/runtime/cases/opkg.py                |   4 +-
 meta/lib/oeqa/runtime/context.py                   |   6 +
 meta/lib/oeqa/selftest/cases/incompatible_lic.py   |  58 +-
 meta/lib/oeqa/utils/httpserver.py                  |   4 +-
 meta/recipes-connectivity/connman/connman.inc      |   2 +-
 .../openssl/openssl/CVE-2019-1551.patch            | 758 +++++++++++++++++++++
 .../recipes-connectivity/openssl/openssl_1.1.1d.bb |   1 +
 .../systemd/systemd-systemctl/systemctl            |   2 +-
 ...ake-native_3.15.5.bb => cmake-native_3.16.1.bb} |   0
 meta/recipes-devtools/cmake/cmake.inc              |   4 +-
 ...ineSystem-use-oe-environment-vars-to-load.patch |   2 +-
 .../0002-cmake-Prevent-the-detection-of-Qt5.patch  |  12 +-
 ...upport-OpenEmbedded-Qt4-tool-binary-names.patch |   4 +-
 ...ently-if-system-Qt-installation-is-broken.patch |   4 +-
 .../cmake/{cmake_3.15.5.bb => cmake_3.16.1.bb}     |   0
 meta/recipes-devtools/e2fsprogs/e2fsprogs.inc      |   2 +-
 .../recipes-devtools/e2fsprogs/e2fsprogs_1.45.4.bb |   7 +-
 meta/recipes-devtools/git/git_2.24.0.bb            |  11 -
 meta/recipes-devtools/git/git_2.24.1.bb            |  11 +
 ...usr-lib-termcap-to-linker-flags-to-avoid-.patch |  14 +-
 ...code-lib-as-location-for-site-packages-an.patch | 156 ++---
 ...roper-detection-of-mips-architecture-for-.patch |  16 +-
 ...ysconfig-append-STAGING_LIBDIR-python-sys.patch |   2 +-
 ...EPYTHON3HOME-is-set-use-instead-of-PYTHON.patch |  47 ++
 ...-cc_basename-to-replace-CC-for-checking-c.patch |  37 +-
 ...-do-runtime-test-to-get-float-byte-order.patch} |  55 +-
 ...s-missing-libraries-to-Extension-for-mul.patch} |  30 +-
 ...-not-report-missing-dependencies-for-disa.patch |  11 +-
 ...2-distutils-prefix-is-inside-staging-area.patch |   2 +-
 .../python3/avoid_warning_about_tkinter.patch      |  33 +-
 .../python/python3/python-config.patch             |  24 +-
 .../python/python3/python3-manifest.json           | 106 +--
 .../python/{python3_3.8.0.bb => python3_3.7.5.bb}  |  29 +-
 ...dd2-Failed-to-build-tk-8.6.10-with-cross-.patch |  44 ++
 .../tcltk/tcl/alter-includedir.patch               |   5 +-
 .../tcl/tcl-remove-hardcoded-install-path.patch    |  15 +-
 .../tcltk/{tcl_8.6.9.bb => tcl_8.6.10.bb}          |   5 +-
 .../sysstat/sysstat/CVE-2019-19725.patch           |  28 +
 meta/recipes-extended/sysstat/sysstat_12.2.0.bb    |   1 +
 meta/recipes-graphics/mesa/mesa.inc                |  13 +
 ...Fix-oops-when-trace-sunrpc_task-events-in.patch |  94 +++
 ...null-rpc_clnt-dereference-in-rpc_task_que.patch |  44 ++
 ...x-sunrpc-use-signed-integer-for-client-id.patch | 105 +++
 ...04-sunrpc-introduce-lttng_get_clid-helper.patch | 130 ++++
 meta/recipes-kernel/lttng/lttng-modules_2.10.11.bb |   4 +
 ...01-meson.build-fix-builds-with-python-3.8.patch |  24 -
 .../gstreamer/gstreamer1.0-python_1.16.1.bb        |   4 +-
 60 files changed, 1689 insertions(+), 434 deletions(-)
 create mode 100644 meta-selftest/recipes-test/license/incompatible-licenses.bb
 create mode 100644 meta/recipes-connectivity/openssl/openssl/CVE-2019-1551.patch
 rename meta/recipes-devtools/cmake/{cmake-native_3.15.5.bb => cmake-native_3.16.1.bb} (100%)
 rename meta/recipes-devtools/cmake/{cmake_3.15.5.bb => cmake_3.16.1.bb} (100%)
 delete mode 100644 meta/recipes-devtools/git/git_2.24.0.bb
 create mode 100644 meta/recipes-devtools/git/git_2.24.1.bb
 create mode 100644 meta/recipes-devtools/python/python3/0001-main.c-if-OEPYTHON3HOME-is-set-use-instead-of-PYTHON.patch
 copy meta/recipes-devtools/python/{python/float-endian.patch => python3/0002-Don-t-do-runtime-test-to-get-float-byte-order.patch} (76%)
 copy meta/recipes-devtools/python/{python/pass-missing-libraries-to-Extension-for-mul.patch => python3/0003-setup.py-pass-missing-libraries-to-Extension-for-mul.patch} (77%)
 rename meta/recipes-devtools/python/{python3_3.8.0.bb => python3_3.7.5.bb} (91%)
 create mode 100644 meta/recipes-devtools/tcltk/tcl/0001-Fix-abd4abedd2-Failed-to-build-tk-8.6.10-with-cross-.patch
 rename meta/recipes-devtools/tcltk/{tcl_8.6.9.bb => tcl_8.6.10.bb} (93%)
 create mode 100644 meta/recipes-extended/sysstat/sysstat/CVE-2019-19725.patch
 create mode 100644 meta/recipes-kernel/lttng/lttng-modules/0001-Fix-SUNRPC-Fix-oops-when-trace-sunrpc_task-events-in.patch
 create mode 100644 meta/recipes-kernel/lttng/lttng-modules/0002-Fix-sunrpc-null-rpc_clnt-dereference-in-rpc_task_que.patch
 create mode 100644 meta/recipes-kernel/lttng/lttng-modules/0003-Fix-sunrpc-use-signed-integer-for-client-id.patch
 create mode 100644 meta/recipes-kernel/lttng/lttng-modules/0004-sunrpc-introduce-lttng_get_clid-helper.patch
 delete mode 100644 meta/recipes-multimedia/gstreamer/gstreamer1.0-python/0001-meson.build-fix-builds-with-python-3.8.patch

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


More information about the Openembedded-commits mailing list