[oe-commits] [openembedded-core] branch master updated (6a1e550 -> 957a2f9)

git at git.openembedded.org git at git.openembedded.org
Thu Sep 20 16:06:16 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 6a1e550  xf86-video-fbdev: update to 0.5.0
     add 9d48cb3  openssh: upgrade 7.8p1 -> 7.8p1+git to support openssl 1.1.x
     add 30121a7  libressl: remove recipe
     add 7a7b29f  isoimage-isohybrid: don't include cpio in cpio image
     add a85c34d  initramfs-framework/udev: call settle before kill
     add be3d12c  glibc: fix build with -O
     add ae947ff  coreutils: update printenv's ALTERNATIVE_LINK_NAME
     add f25cc92  dummy-sdk-package.inc: work around MACHINE_ARCH SSTATE_MANMACH
     new a6de4b1  maintainers.inc: Update package owners
     new dfd69ff  gnupg: patch gnupg-native to allow path relocation
     new 68f82ce  openssl10: fix compile error for debian-mips64
     new b76903b  curl: CVE-2018-14618
     new 435f671  gdb: gdbserver: update ctrl-c handling
     new 82886e1  unzip: add nativesdk support
     new 4340928  ghostscript: upgrade to 9.25
     new fcede6d  mtools: Fix build with clang
     new b72e54b  uninative: Add support for aarch64 hosts
     new 957a2f9  yocto-uninative: Add aarch64 uninative tarball checksum

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/uninative.bbclass                     |   5 +-
 meta/conf/distro/include/maintainers.inc           | 249 ++++++++++-----------
 meta/conf/distro/include/yocto-uninative.inc       |   1 +
 ...c-libraries-with-their-library-dependenci.patch |  73 ------
 .../libressl/libressl_2.8.0.bb                     |  35 ---
 .../{openssh_7.8p1.bb => openssh_7.8p1+git.bb}     |  13 +-
 .../openssl/openssl10/debian/debian-targets.patch  |   4 +-
 meta/recipes-core/coreutils/coreutils_8.30.bb      |  13 +-
 meta/recipes-core/glibc/glibc.inc                  |  12 -
 ...eee754-prevent-maybe-uninitialized-errors.patch |  95 ++++++++
 .../0032-soft-fp-ignore-maybe-uninitialized.patch  |  72 ++++++
 meta/recipes-core/glibc/glibc_2.28.bb              |   2 +
 .../initrdscripts/initramfs-framework/udev         |   1 +
 meta/recipes-core/meta/dummy-sdk-package.inc       |   2 +
 meta/recipes-devtools/gdb/gdb-8.2.inc              |   1 +
 .../gdb/gdb/gdbserver-ctrl-c-handling.patch        |  26 +++
 .../mtools/mtools/clang_UNUSED.patch               |  17 ++
 meta/recipes-devtools/mtools/mtools_4.0.18.bb      |   1 +
 ...Bug-699665-memory-corruption-in-aesdecode.patch |  56 -----
 ...ard-against-trying-to-output-an-infinite-.patch |  49 ----
 ...Handle-LockDistillerParams-not-being-a-bo.patch |  53 -----
 ...660-shading_param-incomplete-type-checkin.patch |  91 --------
 .../0004-Hide-the-.shfill-operator.patch           |  35 ---
 ...properly-apply-file-permissions-to-.tempf.patch |  54 -----
 ...pt-9.21-native-fix-disable-system-libtiff.patch |   9 +-
 .../ghostscript-9.21-prevent_recompiling.patch     |   9 +-
 .../ghostscript/remove-direct-symlink.patch        |  40 ----
 .../{ghostscript_9.23.bb => ghostscript_9.25.bb}   |  13 +-
 meta/recipes-extended/unzip/unzip_6.0.bb           |   2 +-
 .../recipes-support/curl/curl/CVE-2018-14618.patch |  37 +++
 meta/recipes-support/curl/curl_7.61.0.bb           |   1 +
 meta/recipes-support/gnupg/gnupg/relocate.patch    |  81 +++++++
 meta/recipes-support/gnupg/gnupg_2.2.9.bb          |   7 +-
 .../lib/wic/plugins/source/isoimage-isohybrid.py   |   7 +-
 34 files changed, 504 insertions(+), 662 deletions(-)
 delete mode 100644 meta/recipes-connectivity/libressl/libressl/0001-Link-dynamic-libraries-with-their-library-dependenci.patch
 delete mode 100644 meta/recipes-connectivity/libressl/libressl_2.8.0.bb
 rename meta/recipes-connectivity/openssh/{openssh_7.8p1.bb => openssh_7.8p1+git.bb} (94%)
 create mode 100644 meta/recipes-core/glibc/glibc/0031-sysdeps-ieee754-prevent-maybe-uninitialized-errors.patch
 create mode 100644 meta/recipes-core/glibc/glibc/0032-soft-fp-ignore-maybe-uninitialized.patch
 create mode 100644 meta/recipes-devtools/gdb/gdb/gdbserver-ctrl-c-handling.patch
 create mode 100644 meta/recipes-devtools/mtools/mtools/clang_UNUSED.patch
 delete mode 100644 meta/recipes-extended/ghostscript/ghostscript/0001-Bug-699665-memory-corruption-in-aesdecode.patch
 delete mode 100644 meta/recipes-extended/ghostscript/ghostscript/0001-pdfwrite-Guard-against-trying-to-output-an-infinite-.patch
 delete mode 100644 meta/recipes-extended/ghostscript/ghostscript/0002-Bug-699656-Handle-LockDistillerParams-not-being-a-bo.patch
 delete mode 100644 meta/recipes-extended/ghostscript/ghostscript/0003-Fix-Bug-699660-shading_param-incomplete-type-checkin.patch
 delete mode 100644 meta/recipes-extended/ghostscript/ghostscript/0004-Hide-the-.shfill-operator.patch
 delete mode 100644 meta/recipes-extended/ghostscript/ghostscript/0005-Bug-699657-properly-apply-file-permissions-to-.tempf.patch
 delete mode 100644 meta/recipes-extended/ghostscript/ghostscript/remove-direct-symlink.patch
 rename meta/recipes-extended/ghostscript/{ghostscript_9.23.bb => ghostscript_9.25.bb} (85%)
 create mode 100644 meta/recipes-support/curl/curl/CVE-2018-14618.patch
 create mode 100644 meta/recipes-support/gnupg/gnupg/relocate.patch

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


More information about the Openembedded-commits mailing list