[oe-commits] [openembedded-core] branch master-next updated (3ca438d -> fb401ee)

git at git.openembedded.org git at git.openembedded.org
Thu Jan 23 00:13:24 UTC 2020


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

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

    from 3ca438d  HACK: signing: Add extra test debug
     new 0fe6dc0  acpica: upgrade 20191018 -> 20191213
     new c8d27bb  mesa: Allow building the virgl driver to be configurable
     new 4382845  ell: Update to 0.27
     new 5eff5f0  meson.bbclass: warn if cross property defaults are used
     new f46c584  xmlto: set CLEANBROKEN = "1"
     new e5c8248  systemd: fix a test-seccomp build issue
     new f94edb8  fontcache: fix indentation
     new a396ab0  update_font_cache: fix ownership of .uuid files too
     new 0886a62  sysstat: remove default values
     new 7c1cdfc  sysstat: don't version the documentation folder
     new b0962df  xorg-driver: don't enforce autotools
     new 65acf52  systemd: add missing Upstream-Status
     new 14ed6fe  manpages.bbclass: Fix rootfs host corruption
     new 4761f77  enchant2: fix qa issue about staticdev
     new a51e7fa  cairo: Add a PACKAGECONFIG "trace" to disable cairo-trace
     new 771569f  sstate.bbclass: Only show sstate mirror progress bar for >= 100 objects
     new a7c329d  libva: upgrade 2.6.0 -> 2.6.1
     new 0585b32  ethtool: upgrade 5.3 -> 5.4
     new 9e2b00c  file: upgrade 5.37 -> 5.38
     new 7a9b244  gnupg: upgrade 2.2.17 -> 2.2.19
     new 8a07675  grep: upgrade 3.3 -> 3.4
     new 9a3c94f  libjpeg-turbo: upgrade 2.0.3 -> 2.0.4
     new 250132d  python3-dbus: upgrade 1.2.14 -> 1.2.16
     new b8d88d4  python: remove last remnants of python2
     new de780eb  packagegroup-base: only pull in dosfstools if licensing allows
     new ccc4e45  connman: add PACKAGECONFIG for the commandline client
     new 4e8bdf2  shared-mime-info: actually depends on itstool-native
     new ad06e46  libx11: squash whitespace in generated files
     new fb401ee  fixup! ethtool: upgrade 5.3 -> 5.4

The 29 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/fontcache.bbclass                     |   2 +-
 meta/classes/manpages.bbclass                      |   9 +-
 meta/classes/meson.bbclass                         |   9 ++
 meta/classes/sstate.bbclass                        |  12 +-
 meta/recipes-connectivity/connman/connman.inc      |   8 +-
 meta/recipes-core/ell/{ell_0.26.bb => ell_0.27.bb} |   4 +-
 .../packagegroups/packagegroup-base.bb             |   2 +-
 ...e-comprehensive-protection-against-libsec.patch | 152 +++++++++++++++++++++
 ...-instead-of-TIME_T_MAX-for-timerfd_settim.patch |   1 +
 meta/recipes-core/systemd/systemd_243.2.bb         |   1 +
 .../file/file/CVE-2019-18218.patch                 |  55 --------
 .../file/{file_5.37.bb => file_5.38.bb}            |   5 +-
 meta/recipes-devtools/python/python.inc            |  59 --------
 ...thon3-dbus_1.2.14.bb => python3-dbus_1.2.16.bb} |   4 +-
 meta/recipes-devtools/xmlto/xmlto_0.0.28.bb        |   2 +
 .../{acpica_20191018.bb => acpica_20191213.bb}     |   4 +-
 .../ethtool/ethtool/avoid_parallel_tests.patch     |   2 +-
 .../ethtool/{ethtool_5.3.bb => ethtool_5.4.bb}     |   4 +-
 .../grep/{grep_3.3.bb => grep_3.4.bb}              |   4 +-
 meta/recipes-extended/sysstat/sysstat.inc          |   7 +-
 meta/recipes-graphics/cairo/cairo_1.16.0.bb        |   6 +-
 ...bjpeg-turbo_2.0.3.bb => libjpeg-turbo_2.0.4.bb} |   4 +-
 .../libva/{libva_2.6.0.bb => libva_2.6.1.bb}       |   6 +-
 meta/recipes-graphics/mesa/mesa.inc                |   5 +-
 .../xorg-driver/xorg-driver-common.inc             |   4 +-
 .../xorg-lib/files/libx11-whitespace.patch         |  56 ++++++++
 .../xorg-lib/libx11-compose-data_1.6.8.bb          |   3 +-
 meta/recipes-graphics/xorg-lib/libx11_1.6.9.bb     |   3 +-
 meta/recipes-support/enchant/enchant2_2.2.7.bb     |   1 +
 .../gnupg/{gnupg_2.2.17.bb => gnupg_2.2.19.bb}     |   4 +-
 .../shared-mime-info/shared-mime-info_git.bb       |   2 +-
 scripts/postinst-intercepts/update_font_cache      |   2 +
 32 files changed, 284 insertions(+), 158 deletions(-)
 rename meta/recipes-core/ell/{ell_0.26.bb => ell_0.27.bb} (83%)
 create mode 100644 meta/recipes-core/systemd/systemd/0001-seccomp-more-comprehensive-protection-against-libsec.patch
 delete mode 100644 meta/recipes-devtools/file/file/CVE-2019-18218.patch
 rename meta/recipes-devtools/file/{file_5.37.bb => file_5.38.bb} (91%)
 delete mode 100644 meta/recipes-devtools/python/python.inc
 rename meta/recipes-devtools/python/{python3-dbus_1.2.14.bb => python3-dbus_1.2.16.bb} (85%)
 rename meta/recipes-extended/acpica/{acpica_20191018.bb => acpica_20191213.bb} (91%)
 rename meta/recipes-extended/ethtool/{ethtool_5.3.bb => ethtool_5.4.bb} (88%)
 rename meta/recipes-extended/grep/{grep_3.3.bb => grep_3.4.bb} (89%)
 rename meta/recipes-graphics/jpeg/{libjpeg-turbo_2.0.3.bb => libjpeg-turbo_2.0.4.bb} (95%)
 rename meta/recipes-graphics/libva/{libva_2.6.0.bb => libva_2.6.1.bb} (87%)
 create mode 100644 meta/recipes-graphics/xorg-lib/files/libx11-whitespace.patch
 rename meta/recipes-support/gnupg/{gnupg_2.2.17.bb => gnupg_2.2.19.bb} (94%)

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


More information about the Openembedded-commits mailing list