[oe-commits] [openembedded-core] branch master updated (4cbb739 -> 9481da1)

git at git.openembedded.org git at git.openembedded.org
Thu Jul 11 08:33:35 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a change to branch master
in repository openembedded-core.

    from 4cbb739  linux-firmware: bump to 20190618
     new 093f091  binutils: fix CVE-2019-12972 CVE-2019-9071
     new c6e4632  gnupg: upgrade 2.2.16 -> 2.2.17
     new 7dc3048  libxslt: fix CVE-2019-13117 CVE-2019-13118
     new 5a72c6d  xmlcatalog: hold libxml2-native dependency
     new 01e1713  openssl: fix multilib files conflict
     new aca1998  libva: upgrade 2.4.1 -> 2.5.0
     new 0f0e1ac  libva-utils: upgrade 2.4.0 -> 2.5.0
     new cc1fca6  linux-yocto: bsp/beaglebone: support qemu -machine virt
     new a2466be  linux-yocto/4.19: update to 4.19.57 and -rt22
     new a6af088  package: check PKG_ variables before executing ontarget postinst
     new d275552  recipetool: add MD5 hash for the line-wrapped MPL-1.1 license
     new f627bce  oeqa/recipetool: change the CMake test to use taglib
     new 3c692e0  gtk+: remove GTK+ 2
     new 9481da1  gnome-themes-standard: remove

The 14 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                       |   6 +-
 meta/classes/xmlcatalog.bbclass                    |   2 +
 meta/lib/oeqa/selftest/cases/recipetool.py         |  19 +--
 .../recipes-connectivity/openssl/openssl_1.1.1c.bb |   3 +-
 meta/recipes-devtools/binutils/binutils-2.32.inc   |   2 +
 .../binutils/binutils/CVE-2019-12972.patch         |  51 +++++++
 .../binutils/binutils/CVE-2019-9071.patch          | 164 +++++++++++++++++++++
 .../docbook-xml/docbook-xml-dtd4_4.5.bb            |   2 -
 .../docbook-xml/docbook-xsl-stylesheets_1.79.1.bb  |   2 -
 .../gnome/gnome-themes-standard_3.22.3.bb          |  46 ------
 meta/recipes-gnome/gtk+/gtk+.inc                   | 107 --------------
 ...ok-into-HOME-when-looking-for-gtk-modules.patch |  29 ----
 meta/recipes-gnome/gtk+/gtk+/doc-fixes.patch       |  22 ---
 .../gtk+/gtk+/hardcoded_libtool.patch              |  36 -----
 .../gtk+/gtk+/strict-prototypes.patch              |  24 ---
 meta/recipes-gnome/gtk+/gtk+/toggle-font.diff      | 102 -------------
 meta/recipes-gnome/gtk+/gtk+/xsettings.patch       |  20 ---
 meta/recipes-gnome/gtk+/gtk+_2.24.32.bb            |  35 -----
 .../{libva-utils_2.4.0.bb => libva-utils_2.5.0.bb} |   4 +-
 .../libva/{libva_2.4.1.bb => libva_2.5.0.bb}       |   4 +-
 meta/recipes-kernel/linux/linux-yocto-rt_4.19.bb   |   6 +-
 meta/recipes-kernel/linux/linux-yocto-rt_5.0.bb    |   2 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_4.19.bb |   8 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_5.0.bb  |   2 +-
 meta/recipes-kernel/linux/linux-yocto_4.19.bb      |  20 +--
 meta/recipes-kernel/linux/linux-yocto_5.0.bb       |   2 +-
 .../gnupg/{gnupg_2.2.16.bb => gnupg_2.2.17.bb}     |   5 +-
 .../libxslt/files/CVE-2019-13117.patch             |  33 +++++
 .../libxslt/files/CVE-2019-13118.patch             |  76 ++++++++++
 meta/recipes-support/libxslt/libxslt_1.1.33.bb     |   2 +
 scripts/lib/recipetool/create.py                   |   1 +
 31 files changed, 372 insertions(+), 465 deletions(-)
 create mode 100644 meta/recipes-devtools/binutils/binutils/CVE-2019-12972.patch
 create mode 100644 meta/recipes-devtools/binutils/binutils/CVE-2019-9071.patch
 delete mode 100644 meta/recipes-gnome/gnome/gnome-themes-standard_3.22.3.bb
 delete mode 100644 meta/recipes-gnome/gtk+/gtk+.inc
 delete mode 100644 meta/recipes-gnome/gtk+/gtk+/0001-Do-not-look-into-HOME-when-looking-for-gtk-modules.patch
 delete mode 100644 meta/recipes-gnome/gtk+/gtk+/doc-fixes.patch
 delete mode 100644 meta/recipes-gnome/gtk+/gtk+/hardcoded_libtool.patch
 delete mode 100644 meta/recipes-gnome/gtk+/gtk+/strict-prototypes.patch
 delete mode 100644 meta/recipes-gnome/gtk+/gtk+/toggle-font.diff
 delete mode 100644 meta/recipes-gnome/gtk+/gtk+/xsettings.patch
 delete mode 100644 meta/recipes-gnome/gtk+/gtk+_2.24.32.bb
 rename meta/recipes-graphics/libva/{libva-utils_2.4.0.bb => libva-utils_2.5.0.bb} (90%)
 rename meta/recipes-graphics/libva/{libva_2.4.1.bb => libva_2.5.0.bb} (92%)
 rename meta/recipes-support/gnupg/{gnupg_2.2.16.bb => gnupg_2.2.17.bb} (92%)
 create mode 100644 meta/recipes-support/libxslt/files/CVE-2019-13117.patch
 create mode 100644 meta/recipes-support/libxslt/files/CVE-2019-13118.patch

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


More information about the Openembedded-commits mailing list