[oe-commits] [openembedded-core] branch master-next updated (e4da8c5 -> d5668ca)

git at git.openembedded.org git at git.openembedded.org
Wed Dec 4 12:54:15 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 e4da8c5  oeqa/qemurunner: Fix cmdline variable use before reference
     new 1924f4e  gcc-target.inc: Prevent sysroot from leaking into configargs.h
     new f885068  gcc: Improve build reproduciblity
     new 93972e8  gcc-cross.inc: Remove test runner script generation
     new 76b12c1  glibc-testing.inc: Remove testglibc script generation
     new 1dc31b2  xkeyboard-config: 2.27 -> 2.28
     new 6f6a2a8  scriptutils: remove the useless import line
     new 320fcaf  python3-dbus: upgrade 1.2.12 -> 1.2.14
     new 78c69f8  python3-pbr: upgrade 5.4.3 -> 5.4.4
     new d03e226  python-setuptools: upgrade 41.6.0 -> 42.0.2
     new ecb14be  libtirpc: fix wrong path of command ln -sf
     new 179c48c  openssh: Upgrade 8.0p1 -> 8.1p1
     new f3d3899  stress-ng: 0.10.10 -> 0.10.11
     new cee582a  base.bbclass: Add python3-native to native paths for hg fetcher
     new c4c3bdb  libjitterentropy: Fix man page reproducibility
     new 4048448  glibc: fix ldconfig packaging issue
     new 3239edb  nss: 3.45 -> 3.47.1
     new 53ce5e5  netbase: 5.6 -> 5.7
     new d5668ca  recipes: change SRC_URI to use https

The 18 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/base.bbclass                          |  1 +
 ...x-integer-overflow-in-XMSS-private-key-pa.patch | 40 ---------
 .../openssh/{openssh_8.0p1.bb => openssh_8.1p1.bb} | 15 ++--
 meta/recipes-core/busybox/busybox.inc              |  2 +-
 meta/recipes-core/busybox/busybox_1.31.1.bb        |  2 +-
 meta/recipes-core/dbus/dbus-glib_0.110.bb          |  4 +-
 meta/recipes-core/dbus/dbus_1.12.16.bb             |  4 +-
 meta/recipes-core/glibc/glibc-package.inc          |  2 +-
 meta/recipes-core/glibc/glibc-testing.inc          | 95 ---------------------
 meta/recipes-core/glibc/glibc.inc                  |  1 -
 ...netbase-add-rpcbind-as-an-alias-to-sunrpc.patch | 46 ----------
 .../netbase/{netbase_5.6.bb => netbase_5.7.bb}     |  7 +-
 meta/recipes-core/udev/eudev_3.2.8.bb              |  2 +-
 meta/recipes-devtools/gcc/gcc-cross.inc            | 97 ++--------------------
 meta/recipes-devtools/gcc/gcc-target.inc           | 15 ++++
 meta/recipes-devtools/patchelf/patchelf_0.10.bb    |  2 +-
 meta/recipes-devtools/python/python-setuptools.inc |  4 +-
 ...tools_41.6.0.bb => python-setuptools_42.0.2.bb} |  0
 ...thon3-dbus_1.2.12.bb => python3-dbus_1.2.14.bb} |  4 +-
 meta/recipes-devtools/python/python3-pbr_5.4.3.bb  |  5 --
 meta/recipes-devtools/python/python3-pbr_5.4.4.bb  |  5 ++
 ...ools_41.6.0.bb => python3-setuptools_42.0.2.bb} |  0
 meta/recipes-extended/libmnl/libmnl_1.0.4.bb       |  4 +-
 meta/recipes-extended/libtirpc/libtirpc_1.1.4.bb   |  2 +-
 .../{stress-ng_0.10.10.bb => stress-ng_0.10.11.bb} |  4 +-
 meta/recipes-extended/xdg-utils/xdg-utils_1.1.3.bb |  2 +-
 meta/recipes-extended/xz/xz_5.2.4.bb               |  4 +-
 .../hicolor-icon-theme/hicolor-icon-theme_0.17.bb  |  2 +-
 ...ard-config_2.27.bb => xkeyboard-config_2.28.bb} |  4 +-
 meta/recipes-kernel/powertop/powertop_2.10.bb      |  6 +-
 meta/recipes-sato/webkit/webkitgtk_2.26.2.bb       |  6 +-
 meta/recipes-support/db/db_5.3.28.bb               |  4 +-
 meta/recipes-support/libbsd/libbsd_0.10.0.bb       |  4 +-
 .../files/0001-Make-man-pages-reproducible.patch   | 30 +++++++
 .../libjitterentropy/libjitterentropy_2.2.0.bb     |  3 +-
 meta/recipes-support/libyaml/libyaml_0.2.2.bb      |  4 +-
 meta/recipes-support/mpfr/mpfr_4.0.2.bb            |  4 +-
 .../nss/{nss_3.45.bb => nss_3.47.1.bb}             |  4 +-
 scripts/lib/scriptutils.py                         |  1 -
 39 files changed, 113 insertions(+), 328 deletions(-)
 delete mode 100644 meta/recipes-connectivity/openssh/openssh/0001-upstream-fix-integer-overflow-in-XMSS-private-key-pa.patch
 rename meta/recipes-connectivity/openssh/{openssh_8.0p1.bb => openssh_8.1p1.bb} (92%)
 delete mode 100644 meta/recipes-core/glibc/glibc-testing.inc
 delete mode 100644 meta/recipes-core/netbase/netbase/netbase-add-rpcbind-as-an-alias-to-sunrpc.patch
 rename meta/recipes-core/netbase/{netbase_5.6.bb => netbase_5.7.bb} (69%)
 rename meta/recipes-devtools/python/{python-setuptools_41.6.0.bb => python-setuptools_42.0.2.bb} (100%)
 rename meta/recipes-devtools/python/{python3-dbus_1.2.12.bb => python3-dbus_1.2.14.bb} (85%)
 delete mode 100644 meta/recipes-devtools/python/python3-pbr_5.4.3.bb
 create mode 100644 meta/recipes-devtools/python/python3-pbr_5.4.4.bb
 rename meta/recipes-devtools/python/{python3-setuptools_41.6.0.bb => python3-setuptools_42.0.2.bb} (100%)
 rename meta/recipes-extended/stress-ng/{stress-ng_0.10.10.bb => stress-ng_0.10.11.bb} (83%)
 rename meta/recipes-graphics/xorg-lib/{xkeyboard-config_2.27.bb => xkeyboard-config_2.28.bb} (87%)
 create mode 100644 meta/recipes-support/libjitterentropy/files/0001-Make-man-pages-reproducible.patch
 rename meta/recipes-support/nss/{nss_3.45.bb => nss_3.47.1.bb} (98%)

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


More information about the Openembedded-commits mailing list