[oe-commits] [openembedded-core] branch master updated (14b5854 -> bb06900)

git at git.openembedded.org git at git.openembedded.org
Wed Nov 7 23:11:15 UTC 2018


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

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

    from 14b5854  xserver-xorg: fix CVE-2018-14665
     add 9d5d19c  nss: update to 3.39 includes CVE-2018-12384
     add a24d0c1  tzcode-native: update to 2018g
     add 32e5dd9  tzdata: update to 2018g
     add 0ef7060  systemd: fix CVE-2018-15686
     add eeb621a  systemd: fix CVE-2018-15687
     add 13591d7  systemd: fix CVE-2018-15688
     add 5c2b164  qemu: fix for CVE-2018-10839
     add 2ddb3b2  unzip: fix for CVE-2018-18384
     add 024b395  nasm: fix CVE-2018-1000667
     add 777c1f8  elfutils: 0.173 -> 0.174
     add bd8d2c2  elfutils: fix CVE-2018-18520 & CVE-2018-18521 & CVE-2018-18310
     add 6c32ea1  ghostscript: fix CVE-2018-17961
     add 6098c19  ghostscript: fix CVE-2018-18073
     add 98ab5c5  ghostscript: fix CVE-2018-18284
     add 9d5c6a8  openssl: fix CVE-2018-0734 for both 1.0.2p and 1.1.1
     add 78e751e  openssl: fix CVE-2018-0735 for 1.1.1
     add 0f0db9f  curl: fix for CVE-2018-16839/CVE-2018-16840/CVE-2018-16842
     add e7b891b  reproducible_build: update do_deploy_source_date_epoch commment
     add 9dcb393  common-licenses: Correct the FreeType license text
     add 90ab83e  apr: Trim license info extracted from apr_lib.h
     add 2edb0f2  apr-util: Trim license info extracted from apu_version.h
     add a5c1ff6  libgpg-error: Trim license info extracted from init.c & gpg-error.h.in
     add d0a209e  pixman: Trim license info extracted from pixman-matrix.c
     add e188a75  gdbm: fix ptest failure
     add effa141  python3: Fix python3-pyvenv run-time dependency
     add ed5e754  python3: add python3-venv to the python3-modules RDEPENDS
     add 786322e  go-dep: disable PTEST_ENABLED for mips and mips64
     add e3c7e17  go: Change from TARGET_ARCH to TUNE_PKGARCH
     add 6e162e6  crosssdk: Remove usage of host flags for cross-compilation
     add a13e088  oeqa/runtime/ptest: Inject results+logs into stored json results file
     add b06a6cd  oe-init-buildenv/base: Relax python version checks in favour of HOSTTOOLS manipulation
     add 69f7579  v86d: Make cross compilation working on more architectures
     add f1af780  libgpg-error: Support build for native on ppc64/ppc64le hosts
     add 9a25b2e  oeqa/selftest: Add test for Yocto source mirror functionality/completeness
     add 82f9157  wic: use explicit errno import
     add 1859182  meta: Use double colon for chown OWNER:GROUP
     add 2f86c3f  scripts/autobuilder-worker-prereq-tests: adjust max_user_watches
     add 3904f98  archiver: Drop unwanted directories
     add 0b5972c  apt: update SRC_URI
     add bb06900  perf: Disable libunwind for ARC & RISCV64

No new revisions were added by this update.

Summary of changes:
 meta/classes/archiver.bbclass                      |  10 +-
 meta/classes/base.bbclass                          |   6 +
 meta/classes/crosssdk.bbclass                      |   8 +-
 meta/classes/go.bbclass                            |   2 +-
 meta/classes/reproducible_build.bbclass            |   5 +-
 meta/conf/bitbake.conf                             |   3 +-
 meta/files/common-licenses/FreeType                |   4 +-
 meta/lib/oeqa/core/runner.py                       |   8 +
 meta/lib/oeqa/runtime/cases/ptest.py               |  21 +-
 meta/lib/oeqa/selftest/cases/buildoptions.py       |  23 +
 .../v86d/v86d/Support-for-cross-compilation.patch  |  34 +
 meta/recipes-bsp/v86d/v86d/aarch64-host.patch      |  18 -
 meta/recipes-bsp/v86d/v86d_0.1.10.bb               |   4 +-
 .../openssl/openssl/0002-fix-CVE-2018-0734.patch   | 108 +++
 .../openssl/openssl/0003-fix-CVE-2018-0735.patch   |  50 ++
 .../openssl/openssl10/0001-fix-CVE-2018-0734.patch |  33 +
 .../openssl/openssl10_1.0.2p.bb                    |   1 +
 meta/recipes-connectivity/openssl/openssl_1.1.1.bb |   2 +
 .../images/build-appliance-image_15.0.0.bb         |   6 +-
 .../initscripts-1.0/populate-volatile.sh           |   4 +-
 ...sive-let-s-rework-the-recursive-logic-to-.patch | 219 ++++++
 ...eserializing-state-always-use-read_line-L.patch | 250 +++++++
 ...sure-we-have-enough-space-for-the-DHCP6-o.patch |  39 +
 meta/recipes-core/systemd/systemd_239.bb           |   3 +
 meta/recipes-core/sysvinit/sysvinit_2.88dsf.bb     |   2 +-
 meta/recipes-devtools/apt/apt.inc                  |   2 +-
 .../{elfutils_0.173.bb => elfutils_0.174.bb}       |  10 +-
 ...01-arlib-Check-that-sh_entsize-isn-t-zero.patch |  36 +
 ...Check-end-of-attributes-list-consistently.patch |  84 ---
 ...Sanity-check-partial-core-file-data-reads.patch |  60 ++
 .../0001-size-Handle-recursive-ELF-ar-files.patch  |  40 +
 ...rn-error-if-elf_compress_gnu-is-used-on-S.patch |  59 --
 ...de-alternatives-for-glibc-assumptions-hel.patch | 808 +--------------------
 .../elfutils/files/CVE-2018-16062.patch            |  79 --
 meta/recipes-devtools/go/go-cross.inc              |   4 +-
 meta/recipes-devtools/go/go-dep_0.5.0.bb           |   5 +
 meta/recipes-devtools/go/go-runtime.inc            |   2 +-
 meta/recipes-devtools/go/go-target.inc             |   2 +-
 ...proc-parse_size-Check-for-string-provided.patch |  37 +
 meta/recipes-devtools/nasm/nasm_2.13.03.bb         |   1 +
 .../python/python3/python3-manifest.json           |  17 +
 meta/recipes-devtools/python/python3_3.5.6.bb      |   4 +-
 .../{CVE-2018-17958.patch => CVE-2018-10839.patch} |  22 +-
 ...add-operand-checking-to-.setnativefontmap.patch |  59 ++
 ...Improve-hiding-of-security-critical-custo.patch | 434 +++++++++++
 ...32-add-control-over-hiding-error-handlers.patch | 172 +++++
 ...operators-pass-a-name-object-to-error-han.patch | 105 +++
 ...-699938-.loadfontloop-must-be-an-operator.patch |  31 +
 ...define-some-additional-internal-operators.patch |  42 ++
 ...don-t-include-operator-arrays-in-execstac.patch | 197 +++++
 ...put-unavailable-from-.policyprocs-helper-.patch | 245 +++++++
 .../ghostscript/ghostscript_9.25.bb                |   8 +
 ...code-native_2018f.bb => tzcode-native_2018g.bb} |   8 +-
 .../tzdata/{tzdata_2018f.bb => tzdata_2018g.bb}    |   4 +-
 .../unzip/unzip/CVE-2018-18384.patch               |  39 +
 meta/recipes-graphics/xorg-lib/pixman_0.34.0.bb    |   2 +-
 meta/recipes-kernel/perf/perf.bb                   |   4 +
 meta/recipes-support/apr/apr-util_1.6.1.bb         |   2 +-
 meta/recipes-support/apr/apr_1.6.3.bb              |   2 +-
 .../recipes-support/curl/curl/CVE-2018-16839.patch |  35 +
 .../recipes-support/curl/curl/CVE-2018-16840.patch |  43 ++
 .../recipes-support/curl/curl/CVE-2018-16842.patch |  35 +
 meta/recipes-support/gdbm/gdbm_1.18.bb             |   2 +-
 .../libgpg-error/libgpg-error_1.32.bb              |   6 +-
 .../nss/{nss_3.38.bb => nss_3.39.bb}               |   4 +-
 scripts/autobuilder-worker-prereq-tests            |   9 +-
 scripts/lib/wic/filemap.py                         |   9 +-
 scripts/oe-buildenv-internal                       |  11 +-
 68 files changed, 2540 insertions(+), 1103 deletions(-)
 create mode 100644 meta/recipes-bsp/v86d/v86d/Support-for-cross-compilation.patch
 delete mode 100644 meta/recipes-bsp/v86d/v86d/aarch64-host.patch
 create mode 100644 meta/recipes-connectivity/openssl/openssl/0002-fix-CVE-2018-0734.patch
 create mode 100644 meta/recipes-connectivity/openssl/openssl/0003-fix-CVE-2018-0735.patch
 create mode 100644 meta/recipes-connectivity/openssl/openssl10/0001-fix-CVE-2018-0734.patch
 create mode 100644 meta/recipes-core/systemd/systemd/0001-chown-recursive-let-s-rework-the-recursive-logic-to-.patch
 create mode 100644 meta/recipes-core/systemd/systemd/0001-core-when-deserializing-state-always-use-read_line-L.patch
 create mode 100644 meta/recipes-core/systemd/systemd/0001-dhcp6-make-sure-we-have-enough-space-for-the-DHCP6-o.patch
 rename meta/recipes-devtools/elfutils/{elfutils_0.173.bb => elfutils_0.174.bb} (89%)
 create mode 100644 meta/recipes-devtools/elfutils/files/0001-arlib-Check-that-sh_entsize-isn-t-zero.patch
 delete mode 100644 meta/recipes-devtools/elfutils/files/0001-libdw-Check-end-of-attributes-list-consistently.patch
 create mode 100644 meta/recipes-devtools/elfutils/files/0001-libdwfl-Sanity-check-partial-core-file-data-reads.patch
 create mode 100644 meta/recipes-devtools/elfutils/files/0001-size-Handle-recursive-ELF-ar-files.patch
 delete mode 100644 meta/recipes-devtools/elfutils/files/0002-libelf-Return-error-if-elf_compress_gnu-is-used-on-S.patch
 delete mode 100644 meta/recipes-devtools/elfutils/files/CVE-2018-16062.patch
 create mode 100644 meta/recipes-devtools/nasm/nasm/0001-preproc-parse_size-Check-for-string-provided.patch
 copy meta/recipes-devtools/qemu/qemu/{CVE-2018-17958.patch => CVE-2018-10839.patch} (74%)
 create mode 100644 meta/recipes-extended/ghostscript/files/0001-Bug-699795-add-operand-checking-to-.setnativefontmap.patch
 create mode 100644 meta/recipes-extended/ghostscript/files/0002-Bug-699816-Improve-hiding-of-security-critical-custo.patch
 create mode 100644 meta/recipes-extended/ghostscript/files/0003-Bug-699832-add-control-over-hiding-error-handlers.patch
 create mode 100644 meta/recipes-extended/ghostscript/files/0004-For-hidden-operators-pass-a-name-object-to-error-han.patch
 create mode 100644 meta/recipes-extended/ghostscript/files/0005-Bug-699938-.loadfontloop-must-be-an-operator.patch
 create mode 100644 meta/recipes-extended/ghostscript/files/0006-Undefine-some-additional-internal-operators.patch
 create mode 100644 meta/recipes-extended/ghostscript/files/0007-Bug-699927-don-t-include-operator-arrays-in-execstac.patch
 create mode 100644 meta/recipes-extended/ghostscript/files/0008-Make-.forceput-unavailable-from-.policyprocs-helper-.patch
 rename meta/recipes-extended/tzcode/{tzcode-native_2018f.bb => tzcode-native_2018g.bb} (70%)
 rename meta/recipes-extended/tzdata/{tzdata_2018f.bb => tzdata_2018g.bb} (98%)
 create mode 100644 meta/recipes-extended/unzip/unzip/CVE-2018-18384.patch
 create mode 100644 meta/recipes-support/curl/curl/CVE-2018-16839.patch
 create mode 100644 meta/recipes-support/curl/curl/CVE-2018-16840.patch
 create mode 100644 meta/recipes-support/curl/curl/CVE-2018-16842.patch
 rename meta/recipes-support/nss/{nss_3.38.bb => nss_3.39.bb} (98%)

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


More information about the Openembedded-commits mailing list