[oe-commits] [openembedded-core] branch master updated (acc5036 -> fc3a86a)

git at git.openembedded.org git at git.openembedded.org
Mon Sep 25 13:14:42 UTC 2017


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

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

    from acc5036  qemu: Security fixes
     add 8c1dec6  wic: allow multiple /boot partitions with different content
     new 7e49c58  openssh: Fix key generation with systemd
     new 597bbf9  busybox: fix syslog related meta data
     new ecc1166  sysklogd: conflict with other syslog daemons
     new 335fc50  kernel-fitimage: sanitize dtb section name (unbreak MIPS)
     new 9d2ec9c  kernel-fitimage: unbreak UBOOT_ENTRYSYMBOL support
     new 614e8be  kernel-uimage: optimise UBOOT_ENTRYSYMBOL support
     new 00bc768  kernel-uboot: support compressed kernel on MIPS
     new 74d9756  kernel-fitimage: support MIPS (compressed)
     new ce93578  xf86-video-intel: use uxa to replace sna as the default acceleration mode
     new f044567  kernel-devicetree.bbclass: Add support to generate append to kernel
     new 7da4c0a  Revert "u-boot: fix extlinux creation race"
     new e44b72a  uboot-extlinux: fix extlinux creation race (take 2)
     new c70812d  gstreamer1.0-libav: Fix build on mips
     new 7fb4661  pseudo: use epoll API on Linux
     new eb49d50  pseudo: Add fastop reply fix
     new a22d44c  staging: Reduce verbosity of log messages
     new 3e80f86  lame: fix CVE-2017-13712
     new fc3a86a  useradd-staticids: don't create username-group if gid is specified

The 18 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-devicetree.bbclass             |  52 +++-
 meta/classes/kernel-fitimage.bbclass               |   9 +-
 meta/classes/kernel-uboot.bbclass                  |   8 +-
 meta/classes/kernel-uimage.bbclass                 |   2 +-
 meta/classes/staging.bbclass                       |  12 +-
 meta/classes/uboot-extlinux-config.bbclass         |   4 +-
 meta/classes/useradd-staticids.bbclass             |  10 +-
 meta/recipes-bsp/u-boot/u-boot.inc                 |   2 +-
 meta/recipes-connectivity/openssh/openssh/init     |  69 +----
 .../openssh/openssh/sshd_check_keys                |  64 +++++
 .../openssh/openssh/sshdgenkeys.service            |  16 +-
 meta/recipes-connectivity/openssh/openssh_7.5p1.bb |   8 +
 meta/recipes-core/busybox/busybox.inc              |  27 +-
 .../pseudo/files/0001-Use-epoll-API-on-Linux.patch | 292 +++++++++++++++++++
 .../pseudo/files/fastopreply.patch                 |  76 +++++
 .../pseudo/files/toomanyfiles.patch                |   9 +-
 meta/recipes-devtools/pseudo/pseudo_1.8.2.bb       |   2 +
 meta/recipes-extended/sysklogd/sysklogd.inc        |  12 +-
 .../xorg-driver/xf86-video-intel_git.bb            |   2 +-
 ...a.c-Fix-build-by-Including-libavcodec-hev.patch |  33 +++
 .../gstreamer/gstreamer1.0-libav_1.12.2.bb         |   1 +
 .../lame/lame/CVE-2017-13712.patch                 | 309 +++++++++++++++++++++
 meta/recipes-multimedia/lame/lame_3.99.5.bb        |   4 +-
 .../lib/wic/plugins/source/bootimg-partition.py    |  17 +-
 24 files changed, 905 insertions(+), 135 deletions(-)
 create mode 100644 meta/recipes-connectivity/openssh/openssh/sshd_check_keys
 create mode 100644 meta/recipes-devtools/pseudo/files/0001-Use-epoll-API-on-Linux.patch
 create mode 100644 meta/recipes-devtools/pseudo/files/fastopreply.patch
 create mode 100644 meta/recipes-multimedia/gstreamer/gstreamer1.0-libav/0001-hevcpred_msa.c-Fix-build-by-Including-libavcodec-hev.patch
 create mode 100644 meta/recipes-multimedia/lame/lame/CVE-2017-13712.patch

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


More information about the Openembedded-commits mailing list