From: Armin Kuster <akuster808@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [warrior 00/25] Patch review
Date: Wed, 13 Nov 2019 07:19:03 -0800 [thread overview]
Message-ID: <cover.1573658232.git.akuster808@gmail.com> (raw)
Please provide comments by Friday
The following changes since commit 03b303dbc92521606ff4051bd253f8acc01fd9e5:
go-1.12: update to 1.12.9 minor release (2019-11-07 21:56:23 +0000)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib stable/warrior-nmut
http://cgit.openembedded.org//log/?h=stable/warrior-nmut
Adrian Bunk (1):
python3: Upgrade 3.7.4 -> 3.7.5
Changqing Li (1):
python3: fix do_install fail for parallel buiild
Chen Qi (1):
python3: CVE-2019-16056
Jason Wessel (1):
pseudo: Fix openat() with a symlink pointing to a directory
Joe Slater (2):
libtiff: fix CVE-2019-17546
libxslt: fix CVE-2019-18197
Joshua Watt (2):
python3: Reformat sysconfig
python3: Fix .pyc file reproduciblility
Matthias Schoepfer via Openembedded-core (1):
python3: fix build on softfloat mips
Mingli Yu (1):
python3: fix the test_locale output format
Niclas Svensson (1):
devtool: finish: Keep patches ordered when updating bbappend
Peter Kjellerstedt (8):
meson: Backport patch to handle strings in cross file args
meson.bbclass: Remove the MESON_*_ARGS variables
nativesdk-meson: Remove some unused variables
devtool: Avoid failure for recipes with S == WORKDIR and no local
files
package_rpm.bbclass: Remove a misleading bb.note()
tzdata: Correct the packaging of /etc/localtime and /etc/timezone
devtool: finish: Add suppport for the --no-clean option
lib/oe/lsb: Make sure the distro ID is always lowercased
Ricardo Ribalda Delgado (1):
python3: python3: Fix build error x86->x86
Richard Purdie (2):
pseudo: Drop static linking to sqlite3
pseudo: Add statx support to fix fedora30 issues
Ross Burton (2):
patch: the CVE-2019-13638 fix also handles CVE-2018-20969
file: fix CVE-2019-18218
Trevor Gamblin (1):
tiff: fix CVE-2019-14973
meta/classes/meson.bbclass | 15 +-
meta/classes/package_rpm.bbclass | 5 +-
meta/conf/distro/include/no-static-libs.inc | 4 -
meta/lib/oe/lsb.py | 8 +-
.../file/file/CVE-2019-18218.patch | 55 +++
meta/recipes-devtools/file/file_5.36.bb | 3 +-
meta/recipes-devtools/meson/meson.inc | 1 +
...e-strings-in-cross-file-args.-Closes-4671.patch | 87 +++++
.../meson/nativesdk-meson_0.49.2.bb | 5 -
...ke-ed-directly-instead-of-using-the-shell.patch | 4 +-
.../pseudo/files/0001-Add-statx.patch | 106 ++++++
meta/recipes-devtools/pseudo/pseudo.inc | 19 +-
meta/recipes-devtools/pseudo/pseudo_git.bb | 3 +-
...code-lib-as-location-for-site-packages-an.patch | 2 +-
...ix-Issue36464-parallel-build-race-problem.patch | 34 ++
...-Use-FLAG_REF-always-for-interned-strings.patch | 35 ++
...roper-detection-of-mips-architecture-for-.patch | 201 ++++++++++
...-cc_basename-to-replace-CC-for-checking-c.patch | 2 +-
..._locale.py-correct-the-test-output-format.patch | 46 +++
.../python/python3/crosspythonpath.patch | 25 ++
.../python/python3/reformat_sysconfig.py | 21 ++
.../python/{python3_3.7.4.bb => python3_3.7.5.bb} | 17 +-
meta/recipes-extended/timezone/tzdata.bb | 5 +-
.../libtiff/tiff/CVE-2019-14973.patch | 415 +++++++++++++++++++++
.../libtiff/tiff/CVE-2019-17546.patch | 103 +++++
meta/recipes-multimedia/libtiff/tiff_4.0.10.bb | 4 +-
.../libxslt/files/CVE-2019-18197.patch | 33 ++
meta/recipes-support/libxslt/libxslt_1.1.33.bb | 1 +
scripts/lib/devtool/standard.py | 17 +-
29 files changed, 1215 insertions(+), 61 deletions(-)
create mode 100644 meta/recipes-devtools/file/file/CVE-2019-18218.patch
create mode 100644 meta/recipes-devtools/meson/meson/0001-Handle-strings-in-cross-file-args.-Closes-4671.patch
create mode 100644 meta/recipes-devtools/pseudo/files/0001-Add-statx.patch
create mode 100644 meta/recipes-devtools/python/python3/0001-Makefile-fix-Issue36464-parallel-build-race-problem.patch
create mode 100644 meta/recipes-devtools/python/python3/0001-Use-FLAG_REF-always-for-interned-strings.patch
create mode 100644 meta/recipes-devtools/python/python3/0001-bpo-36852-proper-detection-of-mips-architecture-for-.patch
create mode 100644 meta/recipes-devtools/python/python3/0001-test_locale.py-correct-the-test-output-format.patch
create mode 100644 meta/recipes-devtools/python/python3/crosspythonpath.patch
create mode 100644 meta/recipes-devtools/python/python3/reformat_sysconfig.py
rename meta/recipes-devtools/python/{python3_3.7.4.bb => python3_3.7.5.bb} (93%)
create mode 100644 meta/recipes-multimedia/libtiff/tiff/CVE-2019-14973.patch
create mode 100644 meta/recipes-multimedia/libtiff/tiff/CVE-2019-17546.patch
create mode 100644 meta/recipes-support/libxslt/files/CVE-2019-18197.patch
--
2.7.4
next reply other threads:[~2019-11-13 15:19 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-11-13 15:19 Armin Kuster [this message]
2019-11-13 15:19 ` [warrior 01/25] meson: Backport patch to handle strings in cross file args Armin Kuster
2019-11-13 15:19 ` [warrior 02/25] meson.bbclass: Remove the MESON_*_ARGS variables Armin Kuster
2019-11-13 15:19 ` [warrior 03/25] nativesdk-meson: Remove some unused variables Armin Kuster
2019-11-13 15:19 ` [warrior 04/25] devtool: Avoid failure for recipes with S == WORKDIR and no local files Armin Kuster
2019-11-13 15:19 ` [warrior 05/25] package_rpm.bbclass: Remove a misleading bb.note() Armin Kuster
2019-11-13 15:19 ` [warrior 06/25] tzdata: Correct the packaging of /etc/localtime and /etc/timezone Armin Kuster
2019-11-13 15:19 ` [warrior 07/25] devtool: finish: Keep patches ordered when updating bbappend Armin Kuster
2019-11-13 15:19 ` [warrior 08/25] devtool: finish: Add suppport for the --no-clean option Armin Kuster
2019-11-13 15:19 ` [warrior 09/25] lib/oe/lsb: Make sure the distro ID is always lowercased Armin Kuster
2019-11-13 15:19 ` [warrior 10/25] tiff: fix CVE-2019-14973 Armin Kuster
2019-11-13 15:19 ` [warrior 11/25] libtiff: fix CVE-2019-17546 Armin Kuster
2019-11-13 15:19 ` [warrior 12/25] libxslt: fix CVE-2019-18197 Armin Kuster
2019-11-13 15:19 ` [warrior 13/25] python3: fix do_install fail for parallel buiild Armin Kuster
2019-11-13 15:19 ` [warrior 14/25] python3: fix build on softfloat mips Armin Kuster
2019-11-13 15:19 ` [warrior 15/25] python3: python3: Fix build error x86->x86 Armin Kuster
2019-11-13 15:19 ` [warrior 16/25] python3: Reformat sysconfig Armin Kuster
2019-11-13 15:19 ` [warrior 17/25] python3: Fix .pyc file reproduciblility Armin Kuster
2019-11-13 15:19 ` [warrior 18/25] python3: fix the test_locale output format Armin Kuster
2019-11-13 15:19 ` [warrior 19/25] python3: CVE-2019-16056 Armin Kuster
2019-11-13 15:19 ` [warrior 20/25] python3: Upgrade 3.7.4 -> 3.7.5 Armin Kuster
2019-11-13 15:19 ` [warrior 21/25] pseudo: Fix openat() with a symlink pointing to a directory Armin Kuster
2019-11-13 15:19 ` [warrior 22/25] pseudo: Drop static linking to sqlite3 Armin Kuster
2019-11-13 15:19 ` [warrior 23/25] pseudo: Add statx support to fix fedora30 issues Armin Kuster
2019-11-13 15:19 ` [warrior 24/25] patch: the CVE-2019-13638 fix also handles CVE-2018-20969 Armin Kuster
2019-11-13 15:19 ` [warrior 25/25] file: fix CVE-2019-18218 Armin Kuster
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.1573658232.git.akuster808@gmail.com \
--to=akuster808@gmail.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.