[oe-commits] [openembedded-core] branch master-next updated (7c36b43 -> 789e3fc)

git at git.openembedded.org git at git.openembedded.org
Fri Jun 23 10:45:33 UTC 2017


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 7c36b43  kconfig-frontends: Remove as only needed for eglibc
     add f60520d  classes/buildhistory: fix failures collecting output signatures
     add 8639323  buildhistory-diff: exclude paths from the output
     add 4ba1334  scripts/contrib/patchtest: run patchtest on local branch
     add df906f3  wic: flatten directory structure
     add 49b7048  wic: code cleanup
     add 29f7735  wic: fix restoring of original fstab
     add 327e340  wic/runner.py: move runtool API to misc.py
     add e34fd01  wic: remove extra double-quote on documentation string
     add f7d105a  sstate-sysroot-cruft.sh: Extend the whitelist
     add 08b0702  selftest/devtool: replace file assertTrue/False with assertExists/NotExists
     add d7bc697  selftest: Add Testopia ID to test cases
     add 7beed75  oeqa/core/threaded: Don't assume that results exists on logDetails
     add 767b68e  oeqa/core/loader.py: Fix _make_failed_test for python >= 3.4.4
     add d112084  oeqa/selftest/context: Reload testlayer_path when meta-selftest isn't added
     add 3023885  multilib.bbclass: fix faulty redefinition of STAGING_KERNEL_DIR
     add b3b7685  insane.bbclass: Ignore perl as dependency for nativesdk packages
     add e0b4f01  kernel-uimage.bbclass: Fix up generation of uImage from vmlinux
     add 3202782  bluez5: remove libusb dependency
     add 2589cfb  bluez5: add more PACKAGECONFIG options
     add 6b69e08  util-linux: upgrade to 2.30
     add e3985be  libxml2: Disable LeakSanitizer when running API tests
     add 4651afd  libxml2: Avoid reparsing and simplify control flow in xmlParseStartTag2
     add bb0af02  libxml2: Fix CVE-2017-9047 and CVE-2017-9048
     add 2300762  libxml2: Fix CVE-2017-9049 and CVE-2017-9050
     add 0cae039  libxml2: Fix CVE-2017-5969
     add a965be7  libxml2: Fix CVE-2017-0663
     add 8b586f6  libxml2: Revert "Add an XML_PARSE_NOXXE flag to block all entities loading even local"
     add 6c28b12  core-image-sato: drop packagegroup-core-x11-sato-games from IMAGE_INSTALL
     add de46799  tzdata: Install zone1970.tab
     add a83715c  libnewt: 0.52.19 -> 0.52.20
     add 3041f94  ghostscript: move to version 9.21
     add 2bfc7be  ghostscript: add X11 PACKAGECONFIG info
     add aaed4e9  libpcap: apply fix from upstream to fix build race
     add 1fc4d5a  linux-firmware: Avoid a dependency on python-core
     add c391547  texi2html: Add a dependency on perl
     add db31c83  git: Add a dependency on perl for gitweb
     add ace1033  ffmpeg: Upgrade to 3.3.2 stable
     add 07f4b0f  zlib: Pass pre-calculate uname enable re-entrant flags
     add 8808d4b  webkitgtk: Upgrade to 2.16.3
     add 164e0d5  gobject-introspection: Disable generating static lbraries
     add d0bc5d5  libdnf: update to 0.9.1
     add 68b01f9  dnf: update to 2.5.1
     add 789e3fc  package_manager.py: set dnf's releasever setting from DISTRO_CODENAME

No new revisions were added by this update.

Summary of changes:
 meta/classes/buildhistory.bbclass                  |  14 +-
 meta/classes/insane.bbclass                        |   2 +-
 meta/classes/kernel-uimage.bbclass                 |  26 +-
 meta/classes/multilib.bbclass                      |   4 +-
 meta/lib/oe/buildhistory_analysis.py               |  51 +-
 meta/lib/oe/package_manager.py                     |   8 +-
 meta/lib/oeqa/core/loader.py                       |  22 +-
 meta/lib/oeqa/core/threaded.py                     |   7 +-
 meta/lib/oeqa/selftest/cases/containerimage.py     |   2 +
 meta/lib/oeqa/selftest/cases/devtool.py            | 138 ++---
 meta/lib/oeqa/selftest/cases/image_typedep.py      |   2 +
 meta/lib/oeqa/selftest/cases/imagefeatures.py      |   1 +
 meta/lib/oeqa/selftest/cases/liboe.py              |   4 +
 meta/lib/oeqa/selftest/cases/oelib/buildhistory.py |   4 +
 meta/lib/oeqa/selftest/cases/package.py            |   4 +
 meta/lib/oeqa/selftest/cases/recipetool.py         |   4 +
 meta/lib/oeqa/selftest/cases/runtime_test.py       |   4 +
 meta/lib/oeqa/selftest/cases/sstatetests.py        |   2 +
 meta/lib/oeqa/selftest/cases/tinfoil.py            |   1 +
 meta/lib/oeqa/selftest/cases/wic.py                |  19 +
 meta/lib/oeqa/selftest/context.py                  |   1 +
 meta/recipes-connectivity/bluez5/bluez5.inc        |  30 +-
 meta/recipes-connectivity/bluez5/bluez5_5.45.bb    |   2 +-
 .../libpcap/libpcap/fix-grammar-deps.patch         |  29 +
 meta/recipes-connectivity/libpcap/libpcap_1.8.1.bb |   1 +
 .../libxml/libxml2/CVE-2016-9318.patch             | 207 --------
 .../libxml/libxml2/libxml2-CVE-2017-0663.patch     |  40 ++
 .../libxml/libxml2/libxml2-CVE-2017-5969.patch     |  62 +++
 .../libxml2-CVE-2017-9047_CVE-2017-9048.patch      | 103 ++++
 .../libxml2-CVE-2017-9049_CVE-2017-9050.patch      | 291 ++++++++++
 ...ibxml2-fix_and_simplify_xmlParseStartTag2.patch | 590 +++++++++++++++++++++
 meta/recipes-core/libxml/libxml2/runtest.patch     |  25 +-
 meta/recipes-core/libxml/libxml2_2.9.4.bb          |   6 +-
 meta/recipes-core/util-linux/util-linux.inc        |   2 +-
 .../util-linux/uuid-test-error-api.patch           |  99 ----
 .../{util-linux_2.29.2.bb => util-linux_2.30.bb}   |   7 +-
 meta/recipes-core/zlib/zlib_1.2.11.bb              |  12 +-
 ...ever-check-after-the-etc-dnf-vars-substit.patch |  37 ++
 ...er-check-of-releasever-when-using-install.patch | 105 ----
 .../dnf/{dnf_git.bb => dnf_2.5.1.bb}               |   5 +-
 meta/recipes-devtools/git/git.inc                  |   2 +-
 .../libdnf/{libdnf_git.bb => libdnf_0.9.1.bb}      |   3 +-
 .../ghostscript/ghostscript/CVE-2016-10219.patch   |  49 --
 .../ghostscript/ghostscript/CVE-2016-10220.patch   |  55 --
 .../ghostscript/ghostscript/CVE-2016-7978.patch    |  30 --
 .../ghostscript/ghostscript/CVE-2016-7979.patch    |  48 --
 .../ghostscript/ghostscript/CVE-2016-8602.patch    |  47 --
 .../ghostscript/ghostscript/CVE-2017-7975.patch    |  23 +-
 .../ghostscript/avoid-host-contamination.patch     |  19 +
 ...t-9.21-native-fix-disable-system-libtiff.patch} |  22 +-
 ... => ghostscript-9.21-prevent_recompiling.patch} |  25 +-
 .../ghostscript/ghostscript/mkdir-p.patch          |  36 ++
 .../{ghostscript_9.20.bb => ghostscript_9.21.bb}   |  36 +-
 ...python_0.52.19.bb => libnewt-python_0.52.20.bb} |   0
 .../{libnewt_0.52.19.bb => libnewt_0.52.20.bb}     |   4 +-
 meta/recipes-extended/texi2html/texi2html_5.0.bb   |   2 +
 meta/recipes-extended/tzdata/tzdata_2017b.bb       |   2 +
 .../gobject-introspection_1.50.0.bb                |   1 +
 .../linux-firmware/linux-firmware_git.bb           |   3 +
 .../ffmpeg/ffmpeg/0001-build-fix-for-mips.patch    |  44 ++
 .../ffmpeg/{ffmpeg_3.3.bb => ffmpeg_3.3.2.bb}      |   5 +-
 meta/recipes-sato/images/core-image-sato.bb        |   2 -
 .../webkit/webkitgtk/ppc-musl-fix.patch            |  12 +-
 .../{webkitgtk_2.16.1.bb => webkitgtk_2.16.3.bb}   |   5 +-
 scripts/buildhistory-diff                          |  12 +-
 scripts/contrib/patchtest.sh                       | 118 +++++
 scripts/lib/wic/engine.py                          |   2 +-
 scripts/lib/wic/filemap.py                         |   8 +-
 scripts/lib/wic/ksparser.py                        |   2 +-
 scripts/lib/wic/{utils => }/misc.py                |  43 +-
 scripts/lib/wic/partition.py                       |   3 +-
 scripts/lib/wic/pluginbase.py                      |   3 +-
 scripts/lib/wic/plugins/imager/direct.py           |  11 +-
 scripts/lib/wic/plugins/source/bootimg-efi.py      |   4 +-
 .../lib/wic/plugins/source/bootimg-partition.py    |   2 +-
 scripts/lib/wic/plugins/source/bootimg-pcbios.py   |   5 +-
 .../lib/wic/plugins/source/isoimage-isohybrid.py   |   2 +-
 scripts/lib/wic/plugins/source/rawcopy.py          |   2 +-
 scripts/lib/wic/plugins/source/rootfs.py           |   2 +-
 scripts/lib/wic/utils/__init__.py                  |   0
 scripts/lib/wic/utils/runner.py                    |  52 --
 scripts/sstate-sysroot-cruft.sh                    |   2 +
 scripts/wic                                        |   2 +-
 83 files changed, 1792 insertions(+), 931 deletions(-)
 create mode 100644 meta/recipes-connectivity/libpcap/libpcap/fix-grammar-deps.patch
 delete mode 100644 meta/recipes-core/libxml/libxml2/CVE-2016-9318.patch
 create mode 100644 meta/recipes-core/libxml/libxml2/libxml2-CVE-2017-0663.patch
 create mode 100644 meta/recipes-core/libxml/libxml2/libxml2-CVE-2017-5969.patch
 create mode 100644 meta/recipes-core/libxml/libxml2/libxml2-CVE-2017-9047_CVE-2017-9048.patch
 create mode 100644 meta/recipes-core/libxml/libxml2/libxml2-CVE-2017-9049_CVE-2017-9050.patch
 create mode 100644 meta/recipes-core/libxml/libxml2/libxml2-fix_and_simplify_xmlParseStartTag2.patch
 delete mode 100644 meta/recipes-core/util-linux/util-linux/uuid-test-error-api.patch
 rename meta/recipes-core/util-linux/{util-linux_2.29.2.bb => util-linux_2.30.bb} (80%)
 create mode 100644 meta/recipes-devtools/dnf/dnf/0001-Move-releasever-check-after-the-etc-dnf-vars-substit.patch
 delete mode 100644 meta/recipes-devtools/dnf/dnf/0001-Revert-proper-check-of-releasever-when-using-install.patch
 rename meta/recipes-devtools/dnf/{dnf_git.bb => dnf_2.5.1.bb} (94%)
 rename meta/recipes-devtools/libdnf/{libdnf_git.bb => libdnf_0.9.1.bb} (94%)
 delete mode 100644 meta/recipes-extended/ghostscript/ghostscript/CVE-2016-10219.patch
 delete mode 100644 meta/recipes-extended/ghostscript/ghostscript/CVE-2016-10220.patch
 delete mode 100644 meta/recipes-extended/ghostscript/ghostscript/CVE-2016-7978.patch
 delete mode 100644 meta/recipes-extended/ghostscript/ghostscript/CVE-2016-7979.patch
 delete mode 100644 meta/recipes-extended/ghostscript/ghostscript/CVE-2016-8602.patch
 create mode 100644 meta/recipes-extended/ghostscript/ghostscript/avoid-host-contamination.patch
 rename meta/recipes-extended/ghostscript/ghostscript/{ghostscript-native-fix-disable-system-libtiff.patch => ghostscript-9.21-native-fix-disable-system-libtiff.patch} (67%)
 rename meta/recipes-extended/ghostscript/ghostscript/{ghostscript-9.02-prevent_recompiling.patch => ghostscript-9.21-prevent_recompiling.patch} (81%)
 create mode 100644 meta/recipes-extended/ghostscript/ghostscript/mkdir-p.patch
 rename meta/recipes-extended/ghostscript/{ghostscript_9.20.bb => ghostscript_9.21.bb} (77%)
 rename meta/recipes-extended/newt/{libnewt-python_0.52.19.bb => libnewt-python_0.52.20.bb} (100%)
 rename meta/recipes-extended/newt/{libnewt_0.52.19.bb => libnewt_0.52.20.bb} (90%)
 create mode 100644 meta/recipes-multimedia/ffmpeg/ffmpeg/0001-build-fix-for-mips.patch
 rename meta/recipes-multimedia/ffmpeg/{ffmpeg_3.3.bb => ffmpeg_3.3.2.bb} (97%)
 rename meta/recipes-sato/webkit/{webkitgtk_2.16.1.bb => webkitgtk_2.16.3.bb} (96%)
 create mode 100755 scripts/contrib/patchtest.sh
 rename scripts/lib/wic/{utils => }/misc.py (86%)
 delete mode 100644 scripts/lib/wic/utils/__init__.py
 delete mode 100644 scripts/lib/wic/utils/runner.py

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


More information about the Openembedded-commits mailing list