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

git at git.openembedded.org git at git.openembedded.org
Thu Jun 6 22:22:34 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 f82cae5  rng-tools: 6.6->6.7
 discard 353935d  rng-tools: recipe cleanup
 discard 5c19693  slang: modify an array test
 discard 2de5d42  wic/engine: include .wks.in in wic search and list
 discard c7b4be6  openssl: Upgrade 1.1.1b -> 1.1.1c
 discard a5ee15e  gcc: Remove 0006-gcc-disable-MASK_RELAX_PIC_CALLS-bit.patch
 discard a3c9a41  license: fix non-SPDX license being removed from INCOMPATIBLE_LICENSE
     new ec197f8  gcc: Remove 0006-gcc-disable-MASK_RELAX_PIC_CALLS-bit.patch
     new f07a7e9  openssl: Upgrade 1.1.1b -> 1.1.1c
     new 24f3ebc  wic/engine: include .wks.in in wic search and list
     new 997e9e0  openssh: Add missing ptest dependency on coreutils
     new d82129d  gpg_sign/selftest: Fix secmem parameter handling
     new c838bcb  Remove manual RDEPENDS from PN-ptest to PN package
     new dd177b8  bash: Replace uninative loader path in ptest
     new 98f97ff  oeqa: Add reproducible build selftest
     new 3930743  slang: modify an array test
     new 555bae1  gnutls: Use the sysconfdir variable for the ca-certificates path

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

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/oe/gpg_sign.py                            |  39 +++--
 meta/lib/oeqa/selftest/cases/reproducible.py       | 160 +++++++++++++++++++
 meta/lib/oeqa/selftest/cases/signing.py            |   3 +-
 meta/recipes-connectivity/openssh/openssh_8.0p1.bb |   2 +-
 .../recipes-devtools/e2fsprogs/e2fsprogs_1.44.5.bb |   2 +-
 meta/recipes-devtools/elfutils/elfutils_0.176.bb   |   2 +-
 meta/recipes-extended/bash/bash.inc                |   5 +
 meta/recipes-extended/sed/sed_4.2.2.bb             |   2 +-
 meta/recipes-extended/slang/slang_2.3.2.bb         |   1 +
 meta/recipes-kernel/lttng/lttng-tools_2.10.6.bb    |   2 +-
 meta/recipes-support/gnutls/gnutls_3.6.7.bb        |   2 +-
 ...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 ------------
 ...h => rng-tools-5-fix-textrels-on-PIC-x86.patch} |   8 +-
 ...auses-a-failure-if-g.patch => underquote.patch} |  16 +-
 meta/recipes-support/rng-tools/rng-tools_6.6.bb    |  58 +++++++
 meta/recipes-support/rng-tools/rng-tools_6.7.bb    |  67 --------
 27 files changed, 449 insertions(+), 682 deletions(-)
 create mode 100644 meta/lib/oeqa/selftest/cases/reproducible.py
 create mode 100644 meta/recipes-support/rng-tools/rng-tools/0001-If-the-libc-is-lacking-argp-use-libargp.patch
 delete mode 100644 meta/recipes-support/rng-tools/rng-tools/0001-Remove-superfluous-variables.patch
 create mode 100644 meta/recipes-support/rng-tools/rng-tools/0001-configure.ac-fix-typo.patch
 create mode 100644 meta/recipes-support/rng-tools/rng-tools/0002-Add-argument-to-control-the-libargp-dependency.patch
 delete mode 100644 meta/recipes-support/rng-tools/rng-tools/0002-Fix-a-few-typos-in-log-messages.patch
 delete mode 100644 meta/recipes-support/rng-tools/rng-tools/0003-Fix-up-some-compile-warnings.patch
 delete mode 100644 meta/recipes-support/rng-tools/rng-tools/0004-Fix-a-race-condition-on-shutdown.patch
 delete mode 100644 meta/recipes-support/rng-tools/rng-tools/0005-rngd-prioritize-faster-sources-of-entropy.patch
 delete mode 100644 meta/recipes-support/rng-tools/rng-tools/0006-rngd_jitter-replace-non-standard-pthread_yield-with-.patch
 delete mode 100644 meta/recipes-support/rng-tools/rng-tools/0007-Make-rngd_pkcs11.c-explicitly-link-against-libcrypto.patch
 delete 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/{0009-Fix-assemby-textrels-on-rdrand_asm.S-on-PIC-x86.patch => rng-tools-5-fix-textrels-on-PIC-x86.patch} (94%)
 rename meta/recipes-support/rng-tools/rng-tools/{0010-Fix-underquoted-m4-entry.-This-causes-a-failure-if-g.patch => underquote.patch} (77%)
 create mode 100644 meta/recipes-support/rng-tools/rng-tools_6.6.bb
 delete 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