[oe-commits] [openembedded-core] branch master-next updated (667854a -> 3af3860)

git at git.openembedded.org git at git.openembedded.org
Mon Apr 18 15:28:56 UTC 2016


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

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

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (667854a)
            \
             N -- N -- N   refs/heads/master-next (3af3860)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omits" are not gone; other references still
refer to them.  Any revisions marked "discards" are gone forever.

The 2 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