[oe-commits] [openembedded-core] branch pyro-next updated (915b012 -> bc22fe6)

git at git.openembedded.org git at git.openembedded.org
Wed Aug 9 14:42:08 UTC 2017


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

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

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

The 1 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/distro/include/yocto-uninative.inc       |   6 +-
 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 +
 .../images/build-appliance-image_15.0.0.bb         |   4 +-
 .../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 +-
 .../tcf-agent/tcf-agent/tcf-agent.init             |  12 +-
 .../tcf-agent/tcf-agent/tcf-agent.service          |   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 +-
 ...-Store-EdDSA-session-key-in-secure-memory.patch |  39 ++
 .../libgcrypt/files/CVE-2017-7526.patch            | 455 ++++++++++++++++
 meta/recipes-support/libgcrypt/libgcrypt.inc       |   2 +
 scripts/contrib/mkefidisk.sh                       |   2 +-
 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 +-
 48 files changed, 2236 insertions(+), 185 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
 create mode 100644 meta/recipes-support/libgcrypt/files/0001-ecc-Store-EdDSA-session-key-in-secure-memory.patch
 create mode 100644 meta/recipes-support/libgcrypt/files/CVE-2017-7526.patch

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


More information about the Openembedded-commits mailing list