[oe-commits] [openembedded-core] branch master-next updated (9f05703 -> 0cb4f11)

git at git.openembedded.org git at git.openembedded.org
Fri Jun 15 10:17:18 UTC 2018


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

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

    from 9f05703  tclibc-newlib: Adds a new TCLIBC variant to build with newlib as C library
     new 3084ff8  ltp: set -fomit-frame-pointer explicitly for x86-64
     new 57f1f57  coreutils: fix nativesdk install failure
     new 7c8b85e  sqlite3: consistent set of features for nativesdk
     new 5d785da  boost: Improve reproducibility
     new 840d041  sysklogd: fix typo in RCONFLICTS
     new 93f08a0  glib: add PACKAGECONFIG for libelf
     new eb924bc  attr/acl: disable make clean
     new a734431  cmake: fix Upstream-Status tag spelling
     new 3064355  cpan_build.bbclass: tell Module::Build the replacement
     new ea618e0  nettle: do the multilib_header magic for nettle-stdint.h and version.h
     new 4e9bc51  wpa-supplicant: fix the bug for PATCHTOOL = "patch"
     new f6f3f73  rpcbind: add option to make user able to use fixed port number
     new f045b3d  Add license file EPL-2.0
     new bf1847c  systemd: allow setting time-epoch to epoch
     new 710b93a  icecc-toolchain: Remove environment setup
     new 8befb09  wayland: fix upstream release checking
     new b52a9d1  qemu: don't inherit autotools
     new 162ff38  cpio: move contents of cpio_v2.inc into the cpio recipe
     new 7dad119  cpio: rely on texinfo.bbclass for texinfo-native dependency
     new f170288  cpio: fix CVE-2016-2037
     new 078900f  manpages.bbclass: Update RDEPENDS and post install scripts
     new 72e5e12  man-pages: inherit manpages
     new 398ac94  glibc: fix CVE-2017-18269 and CVE-2018-11236
     new f7d62ff  trace-cmd: add PACKAGECONFIG for audit
     new 2ce3534  uboot-extlinux-config.bbclass: Add baudrate in console bootparam
     new c62f6b9  bitbake-blayers/create: add version for example recipe
     new eea25f0  xinetd: Fix systemd service for systemd>237
     new 347ee33  popt: update SRC_URI
     new ee4ebba  busybox: remove myself as maintainer.
     new 9102319  maintainers: add Andrej Valek as busybox maintainer
     new 8a5d5a8  liberror-perl: upgrade 0.17025 -> 0.17026
     new e356cb7  ltp: fix CVE-2017-5669 test case
     new 4510973  send-error-report: decode response from server
     new 46275ed  libdrm: drop uclibc-specific patch
     new d5266f8  site.conf.sample: document oe-git-proxy required tools for HOSTTOOLS
     new ba69701  gcc: enable build-id in gcc-cross-initial
     new f24308c  gcc-8: enable build-id in gcc-cross-initial
     new 98b24e9  goarch.bbclass: set SECURITY_CFLAGS for mips64
     new 37b1a7b  openssh: stop adding -D__FILE_OFFSET_BITS=64 to CFLAGS
     new 0c55678  openssh: drop RCONFLICTS for openssh-keygen
     new 68fb7d3  openssh: minor indent cleanup for sshd init script
     new b81389c  openssh: sync local ssh_config + sshd_config files with upstream 7.7p1
     new 2303d79  openssh: only create sshd host keys which have been enabled
     new 0cb4f11  rootfs-postcommands.bbclass: drop obsolete sshd UseDNS rootfs postprocessing

The 44 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/cpan_build.bbclass                    |    2 +-
 meta/classes/goarch.bbclass                        |    2 +-
 meta/classes/manpages.bbclass                      |   32 +
 meta/classes/rootfs-postcommands.bbclass           |   11 -
 meta/classes/uboot-extlinux-config.bbclass         |    2 +-
 meta/conf/distro/include/maintainers.inc           |    2 +-
 meta/conf/licenses.conf                            |    2 +-
 meta/conf/site.conf.sample                         |    4 +-
 meta/files/common-licenses/EPL-2.0                 |  277 ++++++
 meta/lib/bblayers/create.py                        |    3 +-
 meta/recipes-connectivity/openssh/openssh/init     |   12 +-
 .../openssh/openssh/ssh_config                     |   12 +-
 .../openssh/openssh/sshd_check_keys                |   42 +-
 .../openssh/openssh/sshd_config                    |   29 +-
 meta/recipes-connectivity/openssh/openssh_7.7p1.bb |    4 -
 .../wpa-supplicant/key-replay-cve-multiple.patch   | 1025 --------------------
 .../wpa-supplicant/key-replay-cve-multiple1.patch  |  191 ++++
 .../wpa-supplicant/key-replay-cve-multiple2.patch  |  267 +++++
 .../wpa-supplicant/key-replay-cve-multiple3.patch  |  201 ++++
 .../wpa-supplicant/key-replay-cve-multiple4.patch  |   96 ++
 .../wpa-supplicant/key-replay-cve-multiple5.patch  |   81 ++
 .../wpa-supplicant/key-replay-cve-multiple6.patch  |  149 +++
 .../wpa-supplicant/key-replay-cve-multiple7.patch  |   60 ++
 .../wpa-supplicant/key-replay-cve-multiple8.patch  |   99 ++
 .../wpa-supplicant/wpa-supplicant_2.6.bb           |    9 +-
 meta/recipes-core/coreutils/coreutils_8.29.bb      |    2 +-
 meta/recipes-core/glib-2.0/glib.inc                |    3 +-
 meta/recipes-core/glibc/glibc/CVE-2017-18269.patch |  178 ++++
 meta/recipes-core/glibc/glibc/CVE-2018-11236.patch |  164 ++++
 meta/recipes-core/glibc/glibc_2.27.bb              |    2 +
 meta/recipes-core/systemd/systemd_237.bb           |    1 +
 ...ix-incorrect-alphabetisation-of-headers-l.patch |    2 +-
 ...mplement-Architecture-and-Address-Model-t.patch |    2 +-
 ...earch-for-upstream-packaged-libs-next-to-.patch |    2 +-
 ...enerate-imported-targets-for-future-Boost.patch |    2 +-
 ...005-FindBoost-support-OPTIONAL_COMPONENTS.patch |    2 +-
 ...dd-support-for-Boost-1.67-with-Python-ver.patch |    2 +-
 meta/recipes-devtools/gcc/gcc-7.3.inc              |    1 +
 meta/recipes-devtools/gcc/gcc-8.1.inc              |    1 +
 .../icecc-toolchain/icecc-toolchain/icecc-setup.sh |    5 -
 ...or-perl_0.17025.bb => liberror-perl_0.17026.bb} |    4 +-
 meta/recipes-devtools/qemu/qemu.inc                |   15 +-
 ...-CVE-2016-2037-1-byte-out-of-bounds-write.patch |  346 +++++++
 meta/recipes-extended/cpio/cpio_2.12.bb            |   39 +-
 meta/recipes-extended/cpio/cpio_v2.inc             |   43 -
 ...69-shmat-for-0-or-PAGESIZE-with-RND-flag-.patch |   97 ++
 meta/recipes-extended/ltp/ltp_20180515.bb          |    8 +
 meta/recipes-extended/man-pages/man-pages_4.14.bb  |    8 +-
 .../rpcbind_add_option_to_fix_port_number.patch    |  130 +++
 meta/recipes-extended/rpcbind/rpcbind_0.2.4.bb     |    1 +
 meta/recipes-extended/sysklogd/sysklogd.inc        |    2 +-
 meta/recipes-extended/xinetd/xinetd/xinetd.service |    5 +-
 .../drm/libdrm/fix_O_CLOEXEC_undeclared.patch      |   24 -
 meta/recipes-graphics/drm/libdrm_2.4.92.bb         |    1 -
 .../wayland/wayland-protocols_1.14.bb              |    2 +
 meta/recipes-graphics/wayland/wayland_1.15.0.bb    |    2 +
 meta/recipes-graphics/wayland/weston_4.0.0.bb      |    2 +
 meta/recipes-kernel/trace-cmd/trace-cmd_git.bb     |    3 +
 meta/recipes-support/attr/ea-acl.inc               |    3 +
 ...e_x86_64_sysv_elf_gas.S-set-.file-section.patch |   48 +
 meta/recipes-support/boost/boost_1.67.0.bb         |    1 +
 meta/recipes-support/nettle/nettle_3.4.bb          |    6 +-
 meta/recipes-support/popt/popt_1.16.bb             |    2 +-
 meta/recipes-support/sqlite/sqlite3.inc            |    2 +
 scripts/send-error-report                          |    2 +-
 65 files changed, 2572 insertions(+), 1207 deletions(-)
 create mode 100644 meta/files/common-licenses/EPL-2.0
 delete mode 100644 meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/key-replay-cve-multiple.patch
 create mode 100644 meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/key-replay-cve-multiple1.patch
 create mode 100644 meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/key-replay-cve-multiple2.patch
 create mode 100644 meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/key-replay-cve-multiple3.patch
 create mode 100644 meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/key-replay-cve-multiple4.patch
 create mode 100644 meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/key-replay-cve-multiple5.patch
 create mode 100644 meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/key-replay-cve-multiple6.patch
 create mode 100644 meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/key-replay-cve-multiple7.patch
 create mode 100644 meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/key-replay-cve-multiple8.patch
 create mode 100644 meta/recipes-core/glibc/glibc/CVE-2017-18269.patch
 create mode 100644 meta/recipes-core/glibc/glibc/CVE-2018-11236.patch
 rename meta/recipes-devtools/perl/{liberror-perl_0.17025.bb => liberror-perl_0.17026.bb} (85%)
 create mode 100644 meta/recipes-extended/cpio/cpio-2.12/0001-CVE-2016-2037-1-byte-out-of-bounds-write.patch
 delete mode 100644 meta/recipes-extended/cpio/cpio_v2.inc
 create mode 100644 meta/recipes-extended/ltp/ltp/0041-cve-2017-5669-shmat-for-0-or-PAGESIZE-with-RND-flag-.patch
 create mode 100644 meta/recipes-extended/rpcbind/rpcbind/rpcbind_add_option_to_fix_port_number.patch
 delete mode 100644 meta/recipes-graphics/drm/libdrm/fix_O_CLOEXEC_undeclared.patch
 create mode 100644 meta/recipes-support/boost/boost/0001-make_x86_64_sysv_elf_gas.S-set-.file-section.patch

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


More information about the Openembedded-commits mailing list