[oe-commits] [openembedded-core] branch master-next updated (acaf6a2 -> 80b0ac3)

git at git.openembedded.org git at git.openembedded.org
Fri Mar 29 08:36:32 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 acaf6a2  gcc-8.3: add back GLIBC_DYNAMIC_LINKER riscv changes
 discard 2ec76d0  cmake: 3.13.4 -> 3.14.0
 discard 882ff55  openssl: follow OE's rule for specifying CVE ID
 discard be21f93  libarchive: fix up CVE IDs in patches
 discard a7736b9  asciidoc: use Python 3 port
 discard 7be90fc  libexif: fix CVE-2016-6328 and CVE-2018-20030
 discard e01bd91  target-sdk-provides-dummy: add more perl modules to avoid populate_sdk failure
 discard 9b042f6  systemd: Add pattern matching support to PACKAGECONFIG
 discard f0111e5  llvm: don't inherit perlnative
 discard d04bfe4  llvm: doesn't actually need pythonnative
 discard 33df121  mesa: update 19.0.0 -> 19.0.1
 discard d062231  sysprof: drop obsolete no-update reason
 discard 52a180d  llvm: update from 8.0.0rc2 to 8.0.0 final release
     add f21aaef  sysprof: drop obsolete no-update reason
     add 1587475  llvm: doesn't actually need pythonnative
     add d8269db  llvm: don't inherit perlnative
     add 623946c  systemd: Add pattern matching support to PACKAGECONFIG
     add 9bcfb10  target-sdk-provides-dummy: add more perl modules to avoid populate_sdk failure
     add 037b544  libexif: fix CVE-2016-6328 and CVE-2018-20030
     add 266a131  asciidoc: use Python 3 port
     add cf7473f  libarchive: fix up CVE IDs in patches
     add 7e29e7c  openssl: follow OE's rule for specifying CVE ID
     add ec2764a  cmake: 3.13.4 -> 3.14.0
     add 299ec75  gcc-8.3: add back GLIBC_DYNAMIC_LINKER riscv changes
     add ceb6a43  mesa: update 19.0.0 -> 19.0.1
     new 4405a17  llvm: update from 8.0.0rc2 to 8.0.0 final release
     new 0e7d761  llvm: support older toolchains
     new 1108a24  machine: clean up config files
     new 4ec161e  sqlite3: fix CVE-2019-9936 and CVE-2019-9937
     new 8995f2c  xserver-xorg: set CVE_PRODUCT
     new e61c42e  nasm: add CVE_PRODUCT
     new 487c835  binutils: set CVE_VERSION
     new 3b40491  llvm: fix more places where '8.0' version of llvm was hardcoded
     new 80b0ac3  packagegroup-core-base-utils: remove lzip

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   (acaf6a2)
            \
             N -- N -- N   refs/heads/master-next (80b0ac3)

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 9 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/meson.bbclass                         |   2 +-
 meta/conf/machine/qemuarm.conf                     |   4 +-
 meta/conf/machine/qemuarm64.conf                   |   4 +-
 meta/conf/machine/qemuarmv5.conf                   |   6 +-
 meta/conf/machine/qemumips.conf                    |   4 +-
 meta/conf/machine/qemumips64.conf                  |   4 +-
 meta/conf/machine/qemuppc.conf                     |   4 +-
 meta/conf/machine/qemux86-64.conf                  |   4 +-
 meta/conf/machine/qemux86.conf                     |   4 +-
 meta/recipes-devtools/binutils/binutils-2.32.inc   |   1 +
 .../0002-llvm-allow-env-override-of-exe-path.patch |  18 +-
 meta/recipes-devtools/llvm/llvm_git.bb             |   1 +
 meta/recipes-devtools/nasm/nasm_2.14.02.bb         |   2 +
 .../packagegroups/packagegroup-core-base-utils.bb  |   1 -
 meta/recipes-graphics/mesa/mesa.inc                |   2 +-
 .../recipes-graphics/xorg-xserver/xserver-xorg.inc |   2 +
 .../sqlite/sqlite3/CVE-2019-9936.patch             |  28 +++
 .../sqlite/sqlite3/CVE-2019-9937.patch             | 187 +++++++++++++++++++++
 meta/recipes-support/sqlite/sqlite3_3.27.2.bb      |   2 +
 19 files changed, 251 insertions(+), 29 deletions(-)
 create mode 100644 meta/recipes-support/sqlite/sqlite3/CVE-2019-9936.patch
 create mode 100644 meta/recipes-support/sqlite/sqlite3/CVE-2019-9937.patch

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


More information about the Openembedded-commits mailing list