[oe-commits] [openembedded-core] branch pyro updated (a8d2531 -> 81246ed)

git at git.openembedded.org git at git.openembedded.org
Thu Jul 27 21:37:55 UTC 2017


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

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

    from a8d2531  tcf-agent: kill with USR2 in systemd stop
     new 66a0d18  classes/buildhistory: fix failures collecting output signatures
     new 008b4d1  libxml2: Disable LeakSanitizer when running API tests
     new 41a5ea6  libxml2: Avoid reparsing and simplify control flow in xmlParseStartTag2
     new d549b8f  libxml2: Fix CVE-2017-9047 and CVE-2017-9048
     new a409c50  libxml2: Fix CVE-2017-9049 and CVE-2017-9050
     new f0017a7  libxml2: Fix CVE-2017-5969
     new e442e71  libxml2: Fix CVE-2017-0663
     new c92a783  tzdata: Install zone1970.tab
     new d788d26  libpcap: apply fix from upstream to fix build race
     new a933bd6  linux-firmware: Avoid a dependency on python-core
     new dedba20  texi2html: Add a dependency on perl
     new 76045a1  git: Add a dependency on perl for gitweb
     new b99dd74  zlib: Pass pre-calculate uname enable re-entrant flags
     new 5a97694  package_manager.py: set dnf's releasever setting from DISTRO_CODENAME
     new d945678  qemuboot.conf: make cpus match built artifacts
     new fdd3479  tzcode-native: quote ${CC}
     new 2df99a0  iptables: Apply 0001-fix-build-with-musl.patch unconditionally
     new 9821cec  yocto-compat-layer.py: avoid adding layers more than once
     new f2190e7  yocto-compat-layer.py: tolerate broken world builds during signature diff
     new e4dce65  yocto-compat-layer.py: apply test_signatures to all layers
     new da18bea  yocto-compat-layer.py: add test_world
     new 0abc29f  yocto-compat-layer.py: allow README with suffix
     new 23939d0  yocto-compat-layer.py: make signature check code reusable
     new a6eaef0  systemd: refuse to load units with errors (CVE-2017-1000082)
     new 89d53c7  systemd: workaround login failure on qemumips64 when 'pam' is enabled
     new e3c832e  recipetool: git reformat URI mangling & parameter stripped
     new 3470a38  kernel-yocto: propagate configuration errors to bbclass
     new 98bce9c  linux-yocto/4.10: update to v4.10.15
     new 2a427e6  linux-yocto/4.4: update to v4.4.67
     new dcaa696  linux-yocto/4.9: update to v4.9.27
     new 774e0d3  linux-yocto/4.1: fix gcc7 compilation and v4.1.39
     new 6c2e2af  linux-yocto/meta: bluetooth: Adds BT_BREDR and BT_LE, which are needed as dependencies
     new 36b5941  linux-yocto/meta: smp: Add config X86_BIGSMP since its needed when NR_CPUS > 8
     new a5b42c0  kernel/meta: add virtualbox configuration fragment
     new 6ddb062  linux-yocto/meta: configuration changes (wifi, kexec and nft)
     new 68e9381  linux-yocto-rt: 4.9-rt18
     new a64e8c0  linux-yocto/4.10: update to v4.10.17
     new 527f77e  linux-yocto/4.9: update to 4.9.31
     new e49b3ca  linux-yocto/4.4: update to v4.4.71
     new e418a06  kernel-yocto/meta: smp configuration changes
     new 32df1b2  linux-yocto/4.4: update to v4.4.76
     new d16cf5d  linux-yocto/4.9: update to v4.9.36
     new 81246ed  classes/staging: change fixme debug message from note to debug

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/kernel-yocto.bbclass                  |   3 +-
 meta/classes/staging.bbclass                       |   2 +-
 meta/conf/machine/include/qemuboot-x86.inc         |   6 +-
 meta/lib/oe/package_manager.py                     |   8 +-
 .../libpcap/libpcap/fix-grammar-deps.patch         |  29 +
 meta/recipes-connectivity/libpcap/libpcap_1.8.1.bb |   1 +
 .../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          |   5 +
 ...ragment-refuse-units-with-errors-in-certa.patch | 329 ++++++++++++
 meta/recipes-core/systemd/systemd_232.bb           |   4 +
 meta/recipes-core/zlib/zlib_1.2.11.bb              |  12 +-
 meta/recipes-devtools/git/git.inc                  |   2 +-
 meta/recipes-extended/iptables/iptables_1.6.1.bb   |   4 +-
 meta/recipes-extended/texi2html/texi2html_5.0.bb   |   2 +
 .../recipes-extended/tzcode/tzcode-native_2017b.bb |   2 +-
 meta/recipes-extended/tzdata/tzdata_2017b.bb       |   2 +
 .../linux-firmware/linux-firmware_git.bb           |   3 +
 meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb    |   6 +-
 meta/recipes-kernel/linux/linux-yocto-rt_4.10.bb   |   6 +-
 meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb    |   6 +-
 meta/recipes-kernel/linux/linux-yocto-rt_4.9.bb    |   6 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb  |   6 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_4.10.bb |   6 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb  |   6 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb  |   6 +-
 meta/recipes-kernel/linux/linux-yocto_4.1.bb       |  20 +-
 meta/recipes-kernel/linux/linux-yocto_4.10.bb      |  20 +-
 meta/recipes-kernel/linux/linux-yocto_4.4.bb       |  20 +-
 meta/recipes-kernel/linux/linux-yocto_4.9.bb       |  20 +-
 scripts/lib/compatlayer/__init__.py                |  90 +++-
 scripts/lib/compatlayer/cases/common.py            |  92 +---
 scripts/lib/compatlayer/context.py                 |   3 +-
 scripts/lib/recipetool/create.py                   |  35 +-
 scripts/yocto-compat-layer.py                      |  12 +-
 40 files changed, 1731 insertions(+), 168 deletions(-)
 create mode 100644 meta/recipes-connectivity/libpcap/libpcap/fix-grammar-deps.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
 create mode 100644 meta/recipes-core/systemd/systemd/0001-core-load-fragment-refuse-units-with-errors-in-certa.patch

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


More information about the Openembedded-commits mailing list