[oe-commits] [openembedded-core] branch master-next updated (f5c7e23 -> f3a908e)

git at git.openembedded.org git at git.openembedded.org
Fri Aug 18 09:54:25 UTC 2017


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 f5c7e23  gpgme: remove local m4/python.m4
     new b2eb007  curl: upgrade to 7.55.0
     new 3b2410d  bash: 4.3.30 -> 4.4
     new 462d54f  logrotate: fix systemd service not found while multilib
     new 71c7e58  systemd-boot: Move adjacent to systemd
     new bf8fdaf  sign_rpm: Allow pkg signing by chunks through RPM_GPG_SIGN_CHUNK
     new 01e6b29  report-error: provide distro identifier string in case of uninative build
     new 1863e01  copy_buildsystem: include layer tree during build structure creation
     new 5b4f9b3  qemuboot.bbclass: Prevent creating a link loop
     new 14cddb6  rootfs-postcommands.bbclass: Prevent linking testdata to itself
     new b000835  xserver-xorg: Fix CVE-2017-10971
     new a1b178d  wget: Security fix CVE-2017-6508
     new e75bc18  libsndfile1: Fix CVE-2017-8361 and CVE-2017-8365
     new da14544  libsndfile1: Fix CVE-2017-8362
     new 76a7af0  libsndfile1: Fix CVE-2017-8363
     new a5c6646  cairo: Fix CVE-2017-9814
     new 1b72a2c  rootfs-postcommands.bbclass: Filter out dangling symlinks in ssh_allow_empty_password()
     new 7048fcb  mesa: Fix build with llvmpipe enabled on musl
     new 1740dae  openssl10: modified the define cryptodev
     new da01703  goarch: Disable build for muslx32
     new f06cbe8  valgrind: disable build for muslx32
     new a022f6e  libtool: remove /absolute/path/to/host references
     new f3a908e  perl: Don't change /usr/include references in docs to sysroot paths

The 22 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/goarch.bbclass                        |   1 +
 meta/classes/qemuboot.bbclass                      |   7 +-
 meta/classes/report-error.bbclass                  |   9 +-
 meta/classes/rootfs-postcommands.bbclass           |  12 +-
 meta/classes/sign_rpm.bbclass                      |   7 +-
 meta/lib/oe/copy_buildsystem.py                    |   5 +
 meta/lib/oe/gpg_sign.py                            |   8 +-
 ...pper-instead-of-looking-for-relative-opti.patch |  40 ------
 meta/recipes-connectivity/openssl/openssl10.inc    |   2 +
 .../openssl/openssl10_1.0.2l.bb                    |   1 -
 .../systemd/systemd-boot_234.bb}                   |   6 +-
 meta/recipes-devtools/libtool/libtool_2.4.6.bb     |   2 +
 meta/recipes-devtools/perl/perl_5.24.1.bb          |   2 +-
 meta/recipes-devtools/valgrind/valgrind_3.13.0.bb  |   1 +
 meta/recipes-extended/bash/bash.inc                |   6 +
 .../recipes-extended/bash/bash/CVE-2016-9401.patch |  50 -------
 ...roc-run-heredoc-run-execscript-run-test-f.patch | 158 +++------------------
 meta/recipes-extended/bash/bash/fix-run-intl.patch | 110 --------------
 meta/recipes-extended/bash/bash/test-output.patch  |  47 ++++--
 meta/recipes-extended/bash/bash_4.3.30.bb          |  75 ----------
 meta/recipes-extended/bash/bash_4.4.bb             |  58 ++++++++
 .../recipes-extended/logrotate/logrotate_3.12.3.bb |   4 +-
 .../recipes-extended/wget/wget/CVE-2017-6508.patch |  44 ++++++
 meta/recipes-extended/wget/wget_1.19.1.bb          |   1 +
 .../cairo/cairo/0001-cairo-Fix-CVE-2017-9814.patch |  45 ++++++
 meta/recipes-graphics/cairo/cairo_1.14.10.bb       |   1 +
 .../0001-winsys-svga-drm-Include-sys-types.h.patch |  34 +++++
 meta/recipes-graphics/mesa/mesa_17.1.5.bb          |   3 +-
 .../xserver-xorg/CVE-2017-10971-1.patch            |  76 ++++++++++
 .../xserver-xorg/CVE-2017-10971-2.patch            |  55 +++++++
 .../xserver-xorg/CVE-2017-10971-3.patch            |  50 +++++++
 .../xorg-xserver/xserver-xorg_1.19.3.bb            |   3 +
 .../libsndfile1/CVE-2017-8361-8365.patch           |  73 ++++++++++
 .../libsndfile/libsndfile1/CVE-2017-8362.patch     |  59 ++++++++
 .../libsndfile/libsndfile1/CVE-2017-8363.patch     |  37 +++++
 .../libsndfile/libsndfile1_1.0.28.bb               |   3 +
 .../curl/{curl_7.54.1.bb => curl_7.55.0.bb}        |   4 +-
 37 files changed, 646 insertions(+), 453 deletions(-)
 delete mode 100644 meta/recipes-bsp/systemd-boot/files/0001-use-lnr-wrapper-instead-of-looking-for-relative-opti.patch
 rename meta/{recipes-bsp/systemd-boot/systemd-boot_232.bb => recipes-core/systemd/systemd-boot_234.bb} (85%)
 delete mode 100644 meta/recipes-extended/bash/bash/CVE-2016-9401.patch
 delete mode 100644 meta/recipes-extended/bash/bash/fix-run-intl.patch
 delete mode 100644 meta/recipes-extended/bash/bash_4.3.30.bb
 create mode 100644 meta/recipes-extended/bash/bash_4.4.bb
 create mode 100644 meta/recipes-extended/wget/wget/CVE-2017-6508.patch
 create mode 100644 meta/recipes-graphics/cairo/cairo/0001-cairo-Fix-CVE-2017-9814.patch
 create mode 100644 meta/recipes-graphics/mesa/files/0001-winsys-svga-drm-Include-sys-types.h.patch
 create mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg/CVE-2017-10971-1.patch
 create mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg/CVE-2017-10971-2.patch
 create mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg/CVE-2017-10971-3.patch
 create mode 100644 meta/recipes-multimedia/libsndfile/libsndfile1/CVE-2017-8361-8365.patch
 create mode 100644 meta/recipes-multimedia/libsndfile/libsndfile1/CVE-2017-8362.patch
 create mode 100644 meta/recipes-multimedia/libsndfile/libsndfile1/CVE-2017-8363.patch
 rename meta/recipes-support/curl/{curl_7.54.1.bb => curl_7.55.0.bb} (94%)

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


More information about the Openembedded-commits mailing list