The following changes since commit 6372f78c2456a9b57ef5f8ff9b975426bd1a46be:
u-boot-tools: backport patch from upstream to fix gcc 10 builds (2020-06-18 04:34:55 -1000) are available in the Git repository at: git://git.openembedded.org/openembedded-core-contrib stable/dunfell-next http://cgit.openembedded.org/openembedded-core-contrib/log/?h=stable/dunfell-next Alex Kiernan (1): recipetool: Fix list concatenation when using edit Alexander Kanavin (3): patchelf: switch to git powertop: switch to Arjan's git apr-util: make gdbm optional Andreas M?ller (1): meson.bbclass: avoid unexpected operating-system names Chen Qi (1): vim: restore the 'chmod -x' workaround in do_install Dan McGregor (1): buildhistory-collect-srcrevs: sort directories Joshua Watt (1): classes/archiver: Create patched archive before configuring Kai Kang (3): mdadm: remove service template from SYSTEMD_SERVICE wpa-supplicant: remove service templates from SYSTEMD_SERVICE encodings: clear postinst script Lee Chee Yang (1): qemu: fix CVE-2020-13361 Martin Jansa (1): net-tools: backport a patch from upstream to use the same ifconfig format as debian/ubuntu Otavio Salvador (6): systemd: Sync [email protected] with upstream mtd-utils: Fix return value of ubiformat go-mod.bbclass: Add class for `go mod` support glide: Avoid use of 'go mod' support go-dep: Avoid use of 'go mod' support go.bbclass: Add `-trimpath` to default build flags Peter Kjellerstedt (1): relocatable.bbclass: Avoid an exception if an empty pkgconfig dir exist Richard Purdie (2): ltp: Add missing dependencies on coreutils, bc, e2fsprogs and gdb perl: Fix host specific modules problems Ross Burton (4): install-buildtools: fail if an error occurs install-buildtools: remove hardcoded x86-64 architecture common-licenses: add BSD-2-Clause-Patent gstreamer1.0-plugins-bad: add support for vdpau Steve Sakoman (1): buildtools-tarball: export OPENSSL_CONF in environment setup Tuomas Salokanto (1): recipetool: create: fix SRCBRANCH not being passed to params Yongxin Liu (1): linux-firmware: add ice for Intel E800 series driver akuster (1): bind: update to 9.11.19 haiqing (1): libpam: Remove option 'obscure' from common-password [email protected] (1): populate_sdk_base.bbclass: fix warning: name not matched meta/classes/archiver.bbclass | 2 +- meta/classes/go-mod.bbclass | 20 + meta/classes/go.bbclass | 2 +- meta/classes/meson.bbclass | 3 + meta/classes/populate_sdk_base.bbclass | 2 +- meta/classes/relocatable.bbclass | 20 +- .../common-licenses/BSD-2-Clause-Patent.txt | 47 +++ .../bind/bind/CVE-2020-8616.patch | 206 ---------- .../bind/bind/CVE-2020-8617.patch | 29 -- .../bind/{bind_9.11.13.bb => bind_9.11.19.bb} | 7 +- .../wpa-supplicant/wpa-supplicant_2.9.bb | 6 +- meta/recipes-core/meta/buildtools-tarball.bb | 1 + .../systemd-serialgetty/[email protected] | 14 +- meta/recipes-devtools/glide/glide_0.13.3.bb | 4 + meta/recipes-devtools/go/go-dep_0.5.4.bb | 4 + ...-utils-Fix-return-value-of-ubiformat.patch | 62 +++ meta/recipes-devtools/mtd/mtd-utils_git.bb | 1 + .../patchelf/patchelf_0.10.bb | 7 +- meta/recipes-devtools/perl/perl_5.30.1.bb | 2 +- meta/recipes-devtools/qemu/qemu.inc | 1 + .../qemu/qemu/CVE-2020-13361.patch | 61 +++ meta/recipes-extended/ltp/ltp_20200120.bb | 4 + meta/recipes-extended/mdadm/mdadm_4.1.bb | 6 +- ...-to-unsigned-long-long-constants-to-.patch | 381 ++++++++++++++++++ .../net-tools/net-tools_1.60-26.bb | 1 + .../pam/libpam/pam.d/common-password | 5 +- .../xorg-font/encodings_1.0.5.bb | 4 + .../linux-firmware/linux-firmware_20200519.bb | 9 + meta/recipes-kernel/powertop/powertop_2.10.bb | 13 +- .../gstreamer1.0-plugins-bad_1.16.2.bb | 4 +- meta/recipes-support/apr/apr-util_1.6.1.bb | 6 +- meta/recipes-support/vim/vim.inc | 6 + scripts/buildhistory-collect-srcrevs | 1 + scripts/install-buildtools | 20 +- scripts/lib/recipetool/create.py | 1 + scripts/lib/recipetool/edit.py | 2 +- 36 files changed, 672 insertions(+), 292 deletions(-) create mode 100644 meta/classes/go-mod.bbclass create mode 100644 meta/files/common-licenses/BSD-2-Clause-Patent.txt delete mode 100644 meta/recipes-connectivity/bind/bind/CVE-2020-8616.patch delete mode 100644 meta/recipes-connectivity/bind/bind/CVE-2020-8617.patch rename meta/recipes-connectivity/bind/{bind_9.11.13.bb => bind_9.11.19.bb} (94%) create mode 100644 meta/recipes-devtools/mtd/mtd-utils/0001-mtd-utils-Fix-return-value-of-ubiformat.patch create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2020-13361.patch create mode 100644 meta/recipes-extended/net-tools/net-tools/0001-added-ull-prefix-to-unsigned-long-long-constants-to-.patch -- 2.17.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#139901): https://lists.openembedded.org/g/openembedded-core/message/139901 Mute This Topic: https://lists.openembedded.org/mt/75094549/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
