From: "Steve Sakoman" <steve@sakoman.com>
To: openembedded-core@lists.openembedded.org
Subject: [OE-core][dunfell 00/28] Pull request (cover letter only)
Date: Wed, 6 May 2020 17:31:46 -1000 [thread overview]
Message-ID: <cover.1588813043.git.steve@sakoman.com> (raw)
The following changes since commit 2cc3fac9cd1a0d77931c9e49dbe2941fa8619c51:
parselogs.py: ignore pulseaudio startup warning messages (2020-04-30 11:59:59 -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):
run-postinsts: Set RemainAfterExit on systemd unit
Alexander Kanavin (2):
testimage.bbclass: correctly process SIGTERM
buildtools-extended-tarball: add libgomp-dev
Andrew Geissler (2):
boost: revert 1.72.0 regression
libffi: fix v3.3 compile on ppc64le
Domarys Correa (1):
insane.bbclass: Add test for shebang line length
Drew Moseley (1):
perl: Add missing dependency for tie-hash on carp.
Jan Luebbe (1):
openssl: upgrade 1.1.1f -> 1.1.1g
Joe Slater (1):
vim: do not adjust script paths building for target
Kai Kang (1):
pseudo: add macro guard for seccomp
Khem Raj (6):
packagegroup-go-sdk-target: Enable on rv64
go: Rely on go-runtime to provide needed modules
packagegroup-go-sdk-target: Add go to packagegroup
gcc: Configure all gccs with --disable-install-libiberty
binutils: Detect proper static-libstdc++ support when using clang
binutils: Install PIC version of libiberty.a
Mingli Yu (2):
pbzip2: Fix license warning
iputils: Initialize libgcrypt
Peter Kjellerstedt (1):
busybox: Correct the name of the bzip2 license
Richard Purdie (6):
bzip2/pbzip2: Correct license information
oeqa/selftest: Add test for conflicting sysroot provider
staging: Fix overlapping file failures
targetcontrol: Fix leaking log handler
oeqa/qemurunner: Clean up failure handling
gcc-target: Ensure buildtools-extended-tarball doesn't use arch=native
Tim Orling (1):
scripts/install-buildtools: bump to 3.1 release by default
Trevor Gamblin (1):
python3: fix CVE-2020-8492
Wang Mingyu (1):
icu: CVE-2020-10531
.../sysroot-test/sysroot-test-arch1_1.0.bb | 14 +
.../sysroot-test/sysroot-test-arch2_1.0.bb | 14 +
.../sysroot-test/sysroot-test_1.0.bb | 6 +
meta/classes/insane.bbclass | 25 +-
meta/classes/staging.bbclass | 12 +-
meta/classes/testimage.bbclass | 8 +-
.../common-licenses/{bzip2 => bzip2-1.0.6} | 0
meta/lib/oeqa/selftest/cases/sysroot.py | 37 +++
meta/lib/oeqa/targetcontrol.py | 7 +-
meta/lib/oeqa/utils/qemurunner.py | 11 +-
.../{openssl_1.1.1f.bb => openssl_1.1.1g.bb} | 2 +-
meta/recipes-core/busybox/busybox.inc | 2 +-
.../meta/buildtools-extended-tarball.bb | 1 +
.../packagegroup-go-sdk-target.bb | 3 +-
.../binutils/binutils-2.34.inc | 1 +
meta/recipes-devtools/binutils/binutils.inc | 5 +
...or-clang-before-checking-gcc-version.patch | 48 ++++
.../gcc/gcc-configure-common.inc | 1 +
.../gcc/gcc-cross-canadian.inc | 6 -
meta/recipes-devtools/gcc/gcc-cross.inc | 4 -
meta/recipes-devtools/gcc/gcc-target.inc | 14 +-
meta/recipes-devtools/go/go-target.inc | 4 +-
.../perl/files/perl-rdepends.txt | 1 +
.../pseudo/files/seccomp.patch | 15 +-
...20-8492-Fix-AbstractBasicAuthHandler.patch | 248 ++++++++++++++++++
meta/recipes-devtools/python/python3_3.8.2.bb | 1 +
.../run-postinsts/run-postinsts.service | 2 +-
meta/recipes-extended/bzip2/bzip2_1.0.8.bb | 2 +-
.../0001-iputils-Initialize-libgcrypt.patch | 55 ++++
.../iputils/iputils_s20190709.bb | 1 +
meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb | 2 +-
meta/recipes-support/boost/boost_1.72.0.bb | 1 +
...001-revert-cease-dependence-on-range.patch | 53 ++++
.../icu/icu/CVE-2020-10531.patch | 128 +++++++++
meta/recipes-support/icu/icu_66.1.bb | 1 +
...pc.h-fix-build-failure-with-powerpc7.patch | 62 +++++
meta/recipes-support/libffi/libffi_3.3.bb | 1 +
.../vim/files/no-path-adjust.patch | 27 ++
meta/recipes-support/vim/vim.inc | 12 +-
scripts/install-buildtools | 6 +-
40 files changed, 793 insertions(+), 50 deletions(-)
create mode 100644 meta-selftest/recipes-test/sysroot-test/sysroot-test-arch1_1.0.bb
create mode 100644 meta-selftest/recipes-test/sysroot-test/sysroot-test-arch2_1.0.bb
create mode 100644 meta-selftest/recipes-test/sysroot-test/sysroot-test_1.0.bb
rename meta/files/common-licenses/{bzip2 => bzip2-1.0.6} (100%)
create mode 100644 meta/lib/oeqa/selftest/cases/sysroot.py
rename meta/recipes-connectivity/openssl/{openssl_1.1.1f.bb => openssl_1.1.1g.bb} (98%)
create mode 100644 meta/recipes-devtools/binutils/binutils/0016-Check-for-clang-before-checking-gcc-version.patch
create mode 100644 meta/recipes-devtools/python/files/0001-bpo-39503-CVE-2020-8492-Fix-AbstractBasicAuthHandler.patch
create mode 100644 meta/recipes-extended/iputils/iputils/0001-iputils-Initialize-libgcrypt.patch
create mode 100644 meta/recipes-support/boost/files/0001-revert-cease-dependence-on-range.patch
create mode 100644 meta/recipes-support/icu/icu/CVE-2020-10531.patch
create mode 100644 meta/recipes-support/libffi/libffi/0001-ffi_powerpc.h-fix-build-failure-with-powerpc7.patch
create mode 100644 meta/recipes-support/vim/files/no-path-adjust.patch
--
2.17.1
next reply other threads:[~2020-05-07 3:32 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-07 3:31 Steve Sakoman [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-06-05 0:06 [OE-core][dunfell 00/28] Pull request (cover letter only) Steve Sakoman
2020-12-17 3:24 Steve Sakoman
2020-12-18 14:17 ` Steve Sakoman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1588813043.git.steve@sakoman.com \
--to=steve@sakoman.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox