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

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

The 43 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/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