[oe-commits] [openembedded-core] branch master-next updated (1a21432 -> 9735aab)

git at git.openembedded.org git at git.openembedded.org
Wed Mar 6 00:16:30 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 1a21432  devtool: Support kmeta directory usage with devtool modify/finish
 discard e58c061  btrfs-tools: pass V=1 to get verbose builds
 discard 6f6b7aa  btrfs-tools: remove redundant cross-compilation patch
 discard dbe6509  oe.scriptutils: also send WARNING to stderr
 discard 87beb1a  recipetool, devtool: set up the logging filters
 discard 3eed652  oe.scriptutils: add logger_setup_filters
 discard e4b4b61  oe.scriptutils: enable color in a more flexible way
     new 7b5d022  btrfs-tools: remove redundant cross-compilation patch
     new 623b1e5  btrfs-tools: pass V=1 to get verbose builds
     new 4671011  devtool: Support kmeta directory usage with devtool modify/finish
     new 7930f11  musl: Update for few bugfixes
     new 713f44e  oe.scriptutils: enable color in a more flexible way
     new a5625df  libsndfile1: update security patches
     new 0b3f5e3  icu: fix CVE-2018-18928
     new cf6a32d  file: upgrade to 5.36
     new ea25102  libarchive: integrate security fixes
     new 983d475  libpng: fix CVE-2019-7317
     new 586afcb  Add source package to ${PACKAGES}
     new 92819be  qemuarm64: config cleanups
     new c7fc2dd  qemuarm64: Add graphics support
     new ed88454  qemuarma15: ARM A15 Support
     new c223467  send-error-report: Add --no-ssl to use http protocol
     new 9735aab  cairo: fix CVE-2018-19876 CVE-2019-6461 CVE-2019-6462

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   (1a21432)
            \
             N -- N -- N   refs/heads/master-next (9735aab)

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 16 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/package.bbclass                       |  28 ++---
 meta/conf/bitbake.conf                             |  12 +-
 meta/conf/machine/qemuarm64.conf                   |  17 ++-
 meta/conf/machine/qemuarma15.conf                  |  33 ++++++
 .../musl/musl/out_of_bounds_read.patch             |  20 ----
 meta/recipes-core/musl/musl_git.bb                 |   3 +-
 .../recipes-devtools/file/file/debian-742262.patch |  27 -----
 .../file/{file_5.35.bb => file_5.36.bb}            |   6 +-
 .../libarchive/libarchive/CVE-2018-1000877.patch   |  38 +++++++
 .../libarchive/libarchive/CVE-2018-1000878.patch   |  79 ++++++++++++++
 .../libarchive/libarchive/CVE-2018-1000879.patch   |  50 +++++++++
 .../libarchive/libarchive/CVE-2018-1000880.patch   |  44 ++++++++
 .../libarchive/libarchive/CVE-2019-1000019.patch   |  59 ++++++++++
 .../libarchive/libarchive/CVE-2019-1000020.patch   |  61 +++++++++++
 .../libarchive/libarchive_3.3.3.bb                 |   6 +
 .../cairo/cairo/CVE-2018-19876.patch               |  34 ++++++
 .../cairo/cairo/CVE-2019-6461.patch                |  19 ++++
 .../cairo/cairo/CVE-2019-6462.patch                |  20 ++++
 meta/recipes-graphics/cairo/cairo_1.16.0.bb        |   3 +
 meta/recipes-kernel/linux/linux-yocto-rt_4.19.bb   |   2 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_4.19.bb |   2 +-
 meta/recipes-kernel/linux/linux-yocto_4.19.bb      |   2 +-
 .../libpng/libpng/CVE-2019-7317.patch              |  20 ++++
 meta/recipes-multimedia/libpng/libpng_1.6.36.bb    |   3 +-
 ...-a-ulaw-fix-multiple-buffer-overflows-432.patch |  18 ++-
 .../libsndfile/libsndfile1/CVE-2017-12562.patch    |  96 ++++++++++++++++
 .../libsndfile1/CVE-2017-14245-14246.patch         | 121 ---------------------
 .../libsndfile/libsndfile1/CVE-2018-13139.patch    |  30 ++---
 .../libsndfile/libsndfile1/CVE-2018-19758.patch    |  34 ++++++
 .../libsndfile/libsndfile1_1.0.28.bb               |   3 +-
 meta/recipes-support/icu/icu/CVE-2018-18928.patch  |  63 +++++++++++
 meta/recipes-support/icu/icu_63.1.bb               |   1 +
 scripts/devtool                                    |   2 -
 scripts/lib/scriptutils.py                         |  17 ---
 scripts/recipetool                                 |   2 -
 scripts/send-error-report                          |  11 +-
 36 files changed, 744 insertions(+), 242 deletions(-)
 create mode 100644 meta/conf/machine/qemuarma15.conf
 delete mode 100644 meta/recipes-core/musl/musl/out_of_bounds_read.patch
 delete mode 100644 meta/recipes-devtools/file/file/debian-742262.patch
 rename meta/recipes-devtools/file/{file_5.35.bb => file_5.36.bb} (90%)
 create mode 100644 meta/recipes-extended/libarchive/libarchive/CVE-2018-1000877.patch
 create mode 100644 meta/recipes-extended/libarchive/libarchive/CVE-2018-1000878.patch
 create mode 100644 meta/recipes-extended/libarchive/libarchive/CVE-2018-1000879.patch
 create mode 100644 meta/recipes-extended/libarchive/libarchive/CVE-2018-1000880.patch
 create mode 100644 meta/recipes-extended/libarchive/libarchive/CVE-2019-1000019.patch
 create mode 100644 meta/recipes-extended/libarchive/libarchive/CVE-2019-1000020.patch
 create mode 100644 meta/recipes-graphics/cairo/cairo/CVE-2018-19876.patch
 create mode 100644 meta/recipes-graphics/cairo/cairo/CVE-2019-6461.patch
 create mode 100644 meta/recipes-graphics/cairo/cairo/CVE-2019-6462.patch
 create mode 100644 meta/recipes-multimedia/libpng/libpng/CVE-2019-7317.patch
 create mode 100644 meta/recipes-multimedia/libsndfile/libsndfile1/CVE-2017-12562.patch
 delete mode 100644 meta/recipes-multimedia/libsndfile/libsndfile1/CVE-2017-14245-14246.patch
 create mode 100644 meta/recipes-multimedia/libsndfile/libsndfile1/CVE-2018-19758.patch
 create mode 100644 meta/recipes-support/icu/icu/CVE-2018-18928.patch

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


More information about the Openembedded-commits mailing list