[oe-commits] [openembedded-core] branch warrior updated (e4037c6 -> db0ebef)

git at git.openembedded.org git at git.openembedded.org
Fri Jun 7 12:58:09 UTC 2019


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

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

    from e4037c6  oeqa/target/ssh: Replace suggogatepass with ignoring errors
     new 807a2f7  shadow: Backport last change reproducibility
     new 3c645ec  oeqa/runner: Fix subunit setupClass/setupModule failure handling
     new 741cf82  oeqa/concurrenttest: Patch subunit module to handle classSetup failures
     new d58133d  bitbake.conf: set NO_RECOMMENDATIONS with weak assignment
     new 24d9e37  openssh: recommend rng-tools with sshd
     new 0423d50  oeqa/sdk: use bash to execute SDK test commands
     new 9d1cb1b  run-postinsts: Fix full execution of scripts at first boot
     new 00c58ae  oeqa/targetcontrol.py: fix qemuparams not work in runqemu with launch_cmd
     new b67ac82  wic/bootimg-efi: replace hardcoded volume name with label
     new d6d588f  glib-networking: add PACKAGECONFIG for openssl
     new 5d35f27  perf: make sure that the tools/include/uapi/asm-generic directory exists
     new 63c3320  core-image-sato-sdk-ptest: Tweak size to stay within 4GB limit
     new 5bb7ec7  kernel.bbclass: adjust a condition checking
     new ba36b0c  Revert "acpica: use update-alternatives for acpidump"
     new 11bc425  dropbear: update to 2019.78
     new fa40d49  Tar: Security fix CVE-2019-0023
     new 9ebd56a  linux-firmware: upgrade to latest revision
     new 0fec1d4  python: update to 2.7.16
     new 6c8994a  python: add a fix for CVE-2019-9948 and CVE-2019-9636
     new 5d70ab1  openssh: Avoid PROVIDES warning from rng-tools dependency
     new 1ad8059  ptest: Add RDEPENDS frpm PN-ptest to PN package
     new 47bcd4d  gettext/flex/m4/bzip2/gzip/parted/slang/attr: Add make to -ptest packages
     new f704c10  apr/apr-util: Add ptest dependency on libgcc
     new 3301846  glib-2.0: add missing libgcc dependency to glib-2.0-ptest
     new 86c9f25  npm: get npm package name from npm pack
     new 67846b3  npm: fix node and npm default directory conflict
     new b03743b  npm: remove some temporary build files
     new b684728  util-linux: Add missing ptest dependencies
     new 914d296  perl-rdepends: Add missing module dependencies
     new ea2fdbd  bash: Fix bash-ptest dependencies
     new e9ec74e  openssh: Add sudo dependency for ptest
     new d2361e9  libpcre: Add make dependency for ptest
     new 3f5f91a  perl/modules: Add various missing ptest perl module dependencies
     new 4b1e917  strace: Tweak ptest disk space management
     new db0ebef  util-linux: Fix ptest dependencies

The 35 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/kernel.bbclass                        |   3 +-
 meta/classes/npm.bbclass                           |  11 +-
 meta/classes/ptest.bbclass                         |   1 +
 meta/conf/bitbake.conf                             |   2 +-
 meta/lib/oeqa/core/runner.py                       |   4 +-
 meta/lib/oeqa/core/utils/concurrencytest.py        |  27 ++++-
 meta/lib/oeqa/sdk/case.py                          |   2 +-
 meta/lib/oeqa/sdk/utils/sdkbuildproject.py         |   3 +-
 meta/lib/oeqa/targetcontrol.py                     |   2 +-
 meta/recipes-connectivity/openssh/openssh_7.9p1.bb |   3 +-
 meta/recipes-core/dropbear/dropbear_2019.77.bb     |   4 -
 meta/recipes-core/dropbear/dropbear_2019.78.bb     |   4 +
 meta/recipes-core/glib-2.0/glib.inc                |   1 +
 .../glib-networking/glib-networking_2.60.1.bb      |   1 +
 meta/recipes-core/util-linux/util-linux.inc        |   3 +-
 meta/recipes-devtools/flex/flex_2.6.0.bb           |   2 +-
 .../perl-sanity/files/perl-rdepends.txt            |   7 ++
 meta/recipes-devtools/perl/liburi-perl_1.74.bb     |   2 +-
 .../perl/libxml-parser-perl_2.44.bb                |   2 +
 meta/recipes-devtools/perl/libxml-perl_0.08.bb     |   1 +
 ...on-native_2.7.15.bb => python-native_2.7.16.bb} |   2 -
 meta/recipes-devtools/python/python.inc            |  11 +-
 ...23-Use-XML_SetHashSalt-in-_elementtree-GH.patch |  96 ----------------
 ...ix-test_ssl-when-a-filename-cannot-be-enc.patch |  55 ---------
 ...LS-1.3-ciphers-for-OpenSSL-1.1.1-GH-6976-.patch | 120 -------------------
 ...34540-Convert-shutil._call_external_zip-t.patch |  67 -----------
 ...dd-missing-closing-wrapper-in-test_tls1_3.patch |  37 ------
 ...ix-test_ssl.test_options-to-account-for-O.patch |  37 ------
 ...ix-test_default_ecdh_curve-needs-no-tlsv1.patch |  34 ------
 .../python/bpo-35907-cve-2019-9948-fix.patch       |  55 +++++++++
 .../python/python/bpo-35907-cve-2019-9948.patch    |  55 +++++++++
 .../python/bpo-36216-cve-2019-9636-fix.patch       |  28 +++++
 .../python/python/bpo-36216-cve-2019-9636.patch    | 111 ++++++++++++++++++
 .../python/{python_2.7.15.bb => python_2.7.16.bb}  |  58 +++++-----
 .../run-postinsts/run-postinsts/run-postinsts      |   2 +-
 .../strace/strace/ptest-spacesave.patch            |  19 +++
 meta/recipes-devtools/strace/strace_4.26.bb        |   1 +
 meta/recipes-extended/acpica/acpica_20180508.bb    |   2 +-
 meta/recipes-extended/bash/bash.inc                |   4 +-
 meta/recipes-extended/gzip/gzip_1.10.bb            |   2 +
 meta/recipes-extended/parted/parted_3.2.bb         |   2 +-
 .../recipes-extended/perl/libtimedate-perl_2.30.bb |   1 +
 .../perl/libxml-sax-base-perl_1.09.bb              |   2 +
 meta/recipes-extended/perl/libxml-sax-perl_1.00.bb |   2 +
 ...p_lstchg-shadow-field-reproducible-re.-71.patch |  89 ++++++++++++++
 ...002-gettime-Use-secure_getenv-over-getenv.patch |  71 ++++++++++++
 meta/recipes-extended/shadow/shadow.inc            |   2 +
 meta/recipes-extended/slang/slang_2.3.2.bb         |   2 +
 meta/recipes-extended/tar/tar/CVE-2019-9923.patch  |  38 ++++++
 meta/recipes-extended/tar/tar_1.31.bb              |   1 +
 .../linux-firmware/linux-firmware_git.bb           | 128 +++++++++++----------
 meta/recipes-kernel/perf/perf.bb                   |   2 +-
 .../images/core-image-sato-sdk-ptest.bb            |   4 +-
 meta/recipes-support/apr/apr-util_1.6.1.bb         |   1 +
 meta/recipes-support/apr/apr_1.6.5.bb              |   2 +
 meta/recipes-support/attr/attr.inc                 |   2 +-
 meta/recipes-support/libpcre/libpcre_8.43.bb       |   2 +
 scripts/lib/wic/plugins/source/bootimg-efi.py      |   6 +-
 58 files changed, 656 insertions(+), 582 deletions(-)
 delete mode 100644 meta/recipes-core/dropbear/dropbear_2019.77.bb
 create mode 100644 meta/recipes-core/dropbear/dropbear_2019.78.bb
 rename meta/recipes-devtools/python/{python-native_2.7.15.bb => python-native_2.7.16.bb} (96%)
 delete mode 100644 meta/recipes-devtools/python/python/0001-2.7-bpo-34623-Use-XML_SetHashSalt-in-_elementtree-GH.patch
 delete mode 100644 meta/recipes-devtools/python/python/0001-bpo-33354-Fix-test_ssl-when-a-filename-cannot-be-enc.patch
 delete mode 100644 meta/recipes-devtools/python/python/0001-bpo-33570-TLS-1.3-ciphers-for-OpenSSL-1.1.1-GH-6976-.patch
 delete mode 100644 meta/recipes-devtools/python/python/0001-closes-bpo-34540-Convert-shutil._call_external_zip-t.patch
 delete mode 100644 meta/recipes-devtools/python/python/0002-bpo-34818-Add-missing-closing-wrapper-in-test_tls1_3.patch
 delete mode 100644 meta/recipes-devtools/python/python/0003-bpo-34834-Fix-test_ssl.test_options-to-account-for-O.patch
 delete mode 100644 meta/recipes-devtools/python/python/0004-bpo-34836-fix-test_default_ecdh_curve-needs-no-tlsv1.patch
 create mode 100644 meta/recipes-devtools/python/python/bpo-35907-cve-2019-9948-fix.patch
 create mode 100644 meta/recipes-devtools/python/python/bpo-35907-cve-2019-9948.patch
 create mode 100644 meta/recipes-devtools/python/python/bpo-36216-cve-2019-9636-fix.patch
 create mode 100644 meta/recipes-devtools/python/python/bpo-36216-cve-2019-9636.patch
 rename meta/recipes-devtools/python/{python_2.7.15.bb => python_2.7.16.bb} (85%)
 create mode 100644 meta/recipes-devtools/strace/strace/ptest-spacesave.patch
 create mode 100644 meta/recipes-extended/shadow/files/0001-Make-the-sp_lstchg-shadow-field-reproducible-re.-71.patch
 create mode 100644 meta/recipes-extended/shadow/files/0002-gettime-Use-secure_getenv-over-getenv.patch
 create mode 100644 meta/recipes-extended/tar/tar/CVE-2019-9923.patch

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


More information about the Openembedded-commits mailing list