[oe-commits] [openembedded-core] branch master updated (37aac64 -> 8d47d07)

git at git.openembedded.org git at git.openembedded.org
Mon Apr 18 15:29:03 UTC 2016


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

      from  37aac64   fs-perms.txt: fix ROOT_HOME's permission
       new  d41930e   ext-sdk-prepare.py: exclude do_rm_work from unexpected output; create unit test
       new  3ee8243   images: zero out the rootfs_extra_space in initramfs images
       new  42ed25f   kernel: fitimage: Fix do_deploy taskhash mismatch
       new  9ef23b0   rpm: Disable __sync_add_and_fetch_8 on nios2
       new  da38a98   bind: CVE-2016-2088
       new  34be806   default-providers.inc: set openssl PREFERRED_PROVIDER to openssl
       new  65db0a2   build-appliance-image: Load TUN at startup
       new  4657bc9   devtool: sdk-update: reset git metadata on update
       new  7f5d150   oe-selftest: Correct the usage examples
       new  4ed2a6d   lib/oeqa/selftest/base.py: Correct a reference to meta/lib/oeqa/selftest
       new  528388c   buildtools-tarball.bb: fix unexpected operator
       new  b18134d   buildtools-tarball: fix perl being included when building with ipk
       new  2fc8411   dhcp: CVE-2016-2774
       new  06aa681   oetest: make console output more verbose
       new  8d47d07   ca-certificates: support Toybox

The 15 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/kernel-fitimage.bbclass               |   1 +
 meta/conf/distro/include/default-providers.inc     |   3 +
 meta/files/ext-sdk-prepare.py                      |  27 ++-
 meta/lib/oeqa/oetest.py                            |  10 +-
 meta/lib/oeqa/selftest/base.py                     |   2 +-
 meta/lib/oeqa/selftest/esdk_prepare.py             |  75 +++++++
 .../bind/bind/CVE-2016-2088.patch                  | 247 +++++++++++++++++++++
 meta/recipes-connectivity/bind/bind_9.10.3-P3.bb   |   1 +
 .../dhcp/dhcp/CVE-2016-2774.patch                  |  65 ++++++
 meta/recipes-connectivity/dhcp/dhcp_4.3.3.bb       |   1 +
 .../images/build-appliance-image_14.0.0.bb         |   8 +-
 .../images/core-image-minimal-initramfs.bb         |   1 +
 meta/recipes-core/meta/buildtools-tarball.bb       |   4 +-
 .../meta/nativesdk-buildtools-perl-dummy.bb        |   3 +-
 ...1-Disable-__sync_add_and_fetch_8-on-nios2.patch |  30 +++
 meta/recipes-devtools/rpm/rpm_5.4+cvs.bb           |   1 +
 meta/recipes-devtools/rpm/rpm_5.4.16.bb            |   1 +
 .../images/core-image-testmaster-initramfs.bb      |   1 +
 .../update-ca-certificates-support-Toybox.patch    |  34 +++
 .../ca-certificates/ca-certificates_20160104.bb    |   1 +
 scripts/lib/devtool/sdk.py                         |  10 +-
 scripts/oe-publish-sdk                             |   4 +-
 scripts/oe-selftest                                |   8 +-
 23 files changed, 506 insertions(+), 32 deletions(-)
 create mode 100755 meta/lib/oeqa/selftest/esdk_prepare.py
 create mode 100644 meta/recipes-connectivity/bind/bind/CVE-2016-2088.patch
 create mode 100644 meta/recipes-connectivity/dhcp/dhcp/CVE-2016-2774.patch
 create mode 100644 meta/recipes-devtools/rpm/rpm/0001-Disable-__sync_add_and_fetch_8-on-nios2.patch
 create mode 100644 meta/recipes-support/ca-certificates/ca-certificates/update-ca-certificates-support-Toybox.patch

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


More information about the Openembedded-commits mailing list