[oe-commits] [openembedded-core] branch master-next updated (c9fc6db -> 457022d)

git at git.openembedded.org git at git.openembedded.org
Tue Sep 27 08:13:51 UTC 2016


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

      from  c9fc6db   uninative: Upgrade to 1.4
       new  97b2164   autotools.bbclass: use python3 instead of python (v2)
       new  6946a19   glibc-initial: use python3 instead of python (v2)
       new  bc5d1fd   machine/qemu*: Add comment regarding the reason for virtio-rng-pci
       new  9be3b10   utils: Add all_multilib_tune_list function
       new  24beabc   prelink: Manipulate library paths to match the target system library setup
       new  c9ef247   devtool: Add a line break to generated README
       new  d47f72c   ptest-runner: recipe update related to minor fix.
       new  32ab715   boost: disable pch when build boost-math
       new  3f4671a   boost: add support for additional boost libs
       new  7e886fe   cve-check-tool: convert do_populate_cve_db() from python to sh
       new  779a646   cve-check-tool: report progress when downloading CVE database
       new  d9d85dc   linux-firmware: update to revision 42ad5367
       new  fd67e1b   linux-firmware: package Broadcom BCM43430 firmware
       new  4215cdc   archiver.bbclass: ignore unpack sub-directories in do_ar_original
       new  5eca111   archive.bbclass: fix do_ar_original archiving of multiple source repos
       new  6d343df   python: fix CVE-2016-1000110
       new  459653f   perl: fix CVE-2016-1238
       new  6f152de   gst-player: Disable visualizations
       new  193a0dc   parselogs.py: Add amd_nb error to x86_common whitelist
       new  457022d   libsolv: enable MULTI_SEMANTICS

The 20 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 meta/classes/archiver.bbclass                      |  37 ++-
 meta/classes/autotools.bbclass                     |   2 +-
 meta/classes/utils.bbclass                         |  33 ++
 meta/conf/machine/include/qemuboot-mips.inc        |   1 +
 meta/conf/machine/include/qemuboot-x86.inc         |   1 +
 meta/conf/machine/qemuarm.conf                     |   1 +
 meta/conf/machine/qemuarm64.conf                   |   1 +
 meta/conf/machine/qemuppc.conf                     |   1 +
 meta/lib/oeqa/runtime/parselogs.py                 |   1 +
 meta/recipes-core/glibc/glibc-initial.inc          |   2 +-
 .../cve-check-tool/cve-check-tool_5.6.4.bb         |  47 ++-
 ...ogress-in-percent-when-downloading-CVE-db.patch | 132 ++++++++
 .../perl/perl/perl-fix-CVE-2016-1238.patch         | 352 +++++++++++++++++++++
 meta/recipes-devtools/perl/perl_5.22.1.bb          |   1 +
 meta/recipes-devtools/prelink/prelink_git.bb       |  90 ++++++
 .../python/python-fix-CVE-2016-1000110.patch       | 162 ++++++++++
 .../python3/python3-fix-CVE-2016-1000110.patch     | 148 +++++++++
 meta/recipes-devtools/python/python3_3.5.2.bb      |   1 +
 meta/recipes-devtools/python/python_2.7.12.bb      |   1 +
 meta/recipes-extended/libsolv/libsolv_0.6.23.bb    |   2 +-
 .../linux-firmware/linux-firmware_git.bb           |  13 +-
 .../0001-Disable-visualizations-by-default.patch   |  36 +++
 .../recipes-multimedia/gstreamer/gst-player_git.bb |   1 +
 meta/recipes-support/boost/boost.inc               |  33 +-
 .../boost/boost-math-disable-pch-for-gcc.patch     |  31 ++
 meta/recipes-support/boost/boost_1.61.0.bb         |   1 +
 .../ptest-runner/ptest-runner_2.0.bb               |   4 +-
 scripts/devtool                                    |   2 +-
 28 files changed, 1097 insertions(+), 40 deletions(-)
 create mode 100644 meta/recipes-devtools/cve-check-tool/files/0001-print-progress-in-percent-when-downloading-CVE-db.patch
 create mode 100644 meta/recipes-devtools/perl/perl/perl-fix-CVE-2016-1238.patch
 create mode 100644 meta/recipes-devtools/python/python/python-fix-CVE-2016-1000110.patch
 create mode 100644 meta/recipes-devtools/python/python3/python3-fix-CVE-2016-1000110.patch
 create mode 100644 meta/recipes-multimedia/gstreamer/gst-player/0001-Disable-visualizations-by-default.patch
 create mode 100644 meta/recipes-support/boost/boost/boost-math-disable-pch-for-gcc.patch

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


More information about the Openembedded-commits mailing list