[oe-commits] [openembedded-core] branch master-next updated (efb1b30 -> f82cae5)

git at git.openembedded.org git at git.openembedded.org
Thu Jun 6 11:13:10 UTC 2019


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

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

 discard efb1b30  package.bbclass: Clean up writing of runtime pkgdata files
 discard 68d9483  bash: inherit useradd and remove redundant patch
     new b30edb6  package.bbclass: Clean up writing of runtime pkgdata files
     new 008a941  runqemu: Add the support to pass multi ports to tcpserial parameter
     new b58128d  oeqa/utils/qemurunner: Set both the threadport&serverport with tcpserial parameter
     new a3c9a41  license: fix non-SPDX license being removed from INCOMPATIBLE_LICENSE
     new a5ee15e  gcc: Remove 0006-gcc-disable-MASK_RELAX_PIC_CALLS-bit.patch
     new c7b4be6  openssl: Upgrade 1.1.1b -> 1.1.1c
     new 2de5d42  wic/engine: include .wks.in in wic search and list
     new 5c19693  slang: modify an array test
     new 353935d  rng-tools: recipe cleanup
     new f82cae5  rng-tools: 6.6->6.7

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   (efb1b30)
            \
             N -- N -- N   refs/heads/master-next (f82cae5)

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 "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 10 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/license.bbclass                       |   2 +-
 meta/lib/oeqa/utils/qemurunner.py                  |   4 +-
 .../openssl/openssl/CVE-2019-1543.patch            |  69 ---------
 .../openssl/openssl/afalg.patch                    |   6 +-
 .../{openssl_1.1.1b.bb => openssl_1.1.1c.bb}       |   5 +-
 meta/recipes-devtools/gcc/gcc-8.3.inc              |   1 -
 ...0006-gcc-disable-MASK_RELAX_PIC_CALLS-bit.patch |  59 -------
 meta/recipes-devtools/gcc/gcc-9.1.inc              |   1 -
 ...0006-gcc-disable-MASK_RELAX_PIC_CALLS-bit.patch |  59 -------
 meta/recipes-extended/bash/bash.inc                |   2 +-
 ...roc-run-heredoc-run-execscript-run-test-f.patch |  45 ++++++
 meta/recipes-extended/bash/bash_5.0.bb             |   1 +
 meta/recipes-extended/slang/slang/array_test.patch |  20 +++
 ...1-If-the-libc-is-lacking-argp-use-libargp.patch |  60 -------
 .../0001-Remove-superfluous-variables.patch        |  28 ++++
 .../rng-tools/0001-configure.ac-fix-typo.patch     |  27 ----
 ...rgument-to-control-the-libargp-dependency.patch |  95 ------------
 .../0002-Fix-a-few-typos-in-log-messages.patch     |  48 ++++++
 .../0003-Fix-up-some-compile-warnings.patch        | 172 +++++++++++++++++++++
 .../0004-Fix-a-race-condition-on-shutdown.patch    |  55 +++++++
 ...rngd-prioritize-faster-sources-of-entropy.patch |  72 +++++++++
 ...-replace-non-standard-pthread_yield-with-.patch |  27 ++++
 ...kcs11.c-explicitly-link-against-libcrypto.patch |  73 +++++++++
 ...e-If-the-libc-is-lacking-argp-use-libargp.patch | 103 ++++++++++++
 ...emby-textrels-on-rdrand_asm.S-on-PIC-x86.patch} |   8 +-
 ...ted-m4-entry.-This-causes-a-failure-if-g.patch} |  16 +-
 meta/recipes-support/rng-tools/rng-tools_6.6.bb    |  58 -------
 meta/recipes-support/rng-tools/rng-tools_6.7.bb    |  67 ++++++++
 scripts/lib/wic/engine.py                          |   7 +-
 scripts/runqemu                                    |  12 +-
 30 files changed, 745 insertions(+), 457 deletions(-)
 delete mode 100644 meta/recipes-connectivity/openssl/openssl/CVE-2019-1543.patch
 rename meta/recipes-connectivity/openssl/{openssl_1.1.1b.bb => openssl_1.1.1c.bb} (97%)
 delete mode 100644 meta/recipes-devtools/gcc/gcc-8.3/0006-gcc-disable-MASK_RELAX_PIC_CALLS-bit.patch
 delete mode 100644 meta/recipes-devtools/gcc/gcc-9.1/0006-gcc-disable-MASK_RELAX_PIC_CALLS-bit.patch
 create mode 100644 meta/recipes-extended/bash/bash/fix-run-coproc-run-heredoc-run-execscript-run-test-f.patch
 create mode 100644 meta/recipes-extended/slang/slang/array_test.patch
 delete mode 100644 meta/recipes-support/rng-tools/rng-tools/0001-If-the-libc-is-lacking-argp-use-libargp.patch
 create mode 100644 meta/recipes-support/rng-tools/rng-tools/0001-Remove-superfluous-variables.patch
 delete mode 100644 meta/recipes-support/rng-tools/rng-tools/0001-configure.ac-fix-typo.patch
 delete mode 100644 meta/recipes-support/rng-tools/rng-tools/0002-Add-argument-to-control-the-libargp-dependency.patch
 create mode 100644 meta/recipes-support/rng-tools/rng-tools/0002-Fix-a-few-typos-in-log-messages.patch
 create mode 100644 meta/recipes-support/rng-tools/rng-tools/0003-Fix-up-some-compile-warnings.patch
 create mode 100644 meta/recipes-support/rng-tools/rng-tools/0004-Fix-a-race-condition-on-shutdown.patch
 create mode 100644 meta/recipes-support/rng-tools/rng-tools/0005-rngd-prioritize-faster-sources-of-entropy.patch
 create mode 100644 meta/recipes-support/rng-tools/rng-tools/0006-rngd_jitter-replace-non-standard-pthread_yield-with-.patch
 create mode 100644 meta/recipes-support/rng-tools/rng-tools/0007-Make-rngd_pkcs11.c-explicitly-link-against-libcrypto.patch
 create mode 100644 meta/recipes-support/rng-tools/rng-tools/0008-configure-If-the-libc-is-lacking-argp-use-libargp.patch
 rename meta/recipes-support/rng-tools/rng-tools/{rng-tools-5-fix-textrels-on-PIC-x86.patch => 0009-Fix-assemby-textrels-on-rdrand_asm.S-on-PIC-x86.patch} (94%)
 rename meta/recipes-support/rng-tools/rng-tools/{underquote.patch => 0010-Fix-underquoted-m4-entry.-This-causes-a-failure-if-g.patch} (77%)
 delete mode 100644 meta/recipes-support/rng-tools/rng-tools_6.6.bb
 create mode 100644 meta/recipes-support/rng-tools/rng-tools_6.7.bb

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


More information about the Openembedded-commits mailing list