[oe-commits] [openembedded-core] branch master updated (afa9f76 -> 8373917)

git at git.openembedded.org git at git.openembedded.org
Sun Aug 27 21:30:56 UTC 2017


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

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

    from afa9f76  db: Add --tag parameter to libtool invocation
     add 82d244a  e2fsprogs: fix ptest script
     add 24ac12e  taglib: Security fix CVE-2017-12678
     new a615b08  libxml2: Fix CVE-2017-8872
     new a2b278a  bash: memleak bug fix for builtin command read
     new d374897  rng-tools: add systemd service file
     new c72bd72  package.py: Fix some lint errors
     new 61a2050  package.py: strip_execs: Support for .ko modules
     new 0f30743  qemu: fix upstream version check
     new 1f911a3  libva: fix upstream version check
     new 5ec2f83  ninja: fix upstream version check
     new df61351  bitbake.conf: Drop usage of build/BUILD_SYS and target/TARGET_SYS conf files
     new 4d6b5b8  mesa: Upgrade to 17.1.7 release
     new 4898d18  systemd-boot: Make EFI_CC overridable
     new ff3617c  staging: Avoid sysroot removal races
     new add4f10  staging: Ensure dependencies are removed before being added
     new 77797a9  gnome-themes-standard: drop .la file as unused
     new 6b0cf56  terminal.py: avoid 100% cpu while waiting for phonehome pid file
     new c7f769b  terminal.py: fix devshell with mate-terminal
     new dcceb90  terminal.py: add support for mate-terminal in check_terminal_version()
     new d1a831a  wic: reimplement getting paths of used tools
     new 5c0926d  wic: get more info from the 'parted print' output
     new f901f23  wic: convert partition number to int
     new 7cffcdc  wic: added 'fstypes' parameter to Disk.__init__
     new 1add68e  wic: extend list of used tools
     new ac5fc0d  wic: implement 'wic write' command
     new 1186fd8  wic: always read image partitions
     new 8373917  wic: setlftest: test expanding MBR image

The 25 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/staging.bbclass                       |  64 ++++---
 meta/conf/bitbake.conf                             |   2 -
 meta/lib/oe/package.py                             |  42 +++--
 meta/lib/oe/terminal.py                            |   7 +-
 meta/lib/oeqa/selftest/cases/wic.py                |  53 ++++++
 .../libxml/libxml2/libxml2-CVE-2017-8872.patch     |  37 ++++
 meta/recipes-core/libxml/libxml2_2.9.4.bb          |   1 +
 meta/recipes-core/meta/wic-tools.bb                |   3 +-
 meta/recipes-core/systemd/systemd-boot_234.bb      |   3 +-
 .../e2fsprogs/e2fsprogs/ptest.patch                |  25 ++-
 .../recipes-devtools/e2fsprogs/e2fsprogs/run-ptest |   2 +-
 meta/recipes-devtools/ninja/ninja_1.7.2.bb         |   1 +
 meta/recipes-devtools/qemu/qemu_2.10.0-rc2.bb      |   2 +
 ...-memleak-bug-fix-for-builtin-command-read.patch |  35 ++++
 meta/recipes-extended/bash/bash_4.4.bb             |   1 +
 .../gnome/gnome-themes-standard_3.22.3.bb          |   3 +
 meta/recipes-graphics/libva/libva_1.8.3.bb         |   2 +-
 .../mesa/{mesa-gl_17.1.6.bb => mesa-gl_17.1.7.bb}  |   0
 .../mesa/{mesa_17.1.6.bb => mesa_17.1.7.bb}        |   4 +-
 .../rng-tools/rng-tools/rngd.service               |   9 +
 meta/recipes-support/rng-tools/rng-tools_5.bb      |  14 +-
 .../taglib/taglib/CVE-2017-12678.patch             |  40 ++++
 meta/recipes-support/taglib/taglib_1.11.1.bb       |   5 +-
 scripts/lib/wic/engine.py                          | 210 +++++++++++++++++----
 scripts/lib/wic/help.py                            |  40 ++++
 scripts/wic                                        |  55 ++++++
 26 files changed, 564 insertions(+), 96 deletions(-)
 create mode 100644 meta/recipes-core/libxml/libxml2/libxml2-CVE-2017-8872.patch
 create mode 100644 meta/recipes-extended/bash/bash/bash-memleak-bug-fix-for-builtin-command-read.patch
 rename meta/recipes-graphics/mesa/{mesa-gl_17.1.6.bb => mesa-gl_17.1.7.bb} (100%)
 rename meta/recipes-graphics/mesa/{mesa_17.1.6.bb => mesa_17.1.7.bb} (88%)
 create mode 100644 meta/recipes-support/rng-tools/rng-tools/rngd.service
 create mode 100644 meta/recipes-support/taglib/taglib/CVE-2017-12678.patch

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


More information about the Openembedded-commits mailing list