[oe-commits] [openembedded-core] branch master updated (73c6f85 -> 057885e)

git at git.openembedded.org git at git.openembedded.org
Tue Nov 7 13:32:37 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 73c6f85  lib/oe/sstatesig: fix wildcard matching wrong task signature files
     add 74af497  tzcode-native: update to 2017c
     add 77a8256  tzdata: update 2017c
     add 3c52e8a  libxres: upgrading to 1.2.0
     add cb85335  xkeyboard-config: upgrade to 2.22
     add 89594fa  libxkbcommon: update to 0.7.2
     add 9428227  nspr: update to 4.17
     add 6818432  libxfont: update to 1.5.3
     add 608df0a  xorg-xserver: update to 1.19.5
     add 818d506  libxfont2: update to 2.0.2
     add cd819de  xf86-input-libinput: update to 0.26.0
     add 83d79f4  nss: update to 3.33.0
     add d8ea067  libpcre2: update to 10.30
     add a843ab6  gnutls: update to 3.5.16
     add 96e9adb  bind: update to 9.10.6
     add 88770be  openssh: update to 7.6
     add 88d7b17  runqemu: correct rootfs setup to boot an ide hddimg
     add 5533c78  wayland : Bump to version 1.14.0
     add 14c0d99  wayland: Fix installation patch issue
     add 148920f  weston: Bump version to 3.0.0
     add 9b60e34  wic: add 'part-name' argument for naming GPT partitions
     new f24a29f  bind: Convert from ftp to https urls
     new 057885e  useradd.bbclass: print a warn when useradd not found

The 2 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/useradd.bbclass                       |   1 +
 .../bind/{bind_9.10.5-P3.bb => bind_9.10.6.bb}     |   9 +-
 .../openssh/add-test-support-for-busybox.patch     |  64 +++-----
 ...h-7.1p1-conditional-compile-des-in-cipher.patch | 119 --------------
 ...h-7.1p1-conditional-compile-des-in-pkcs11.patch |  70 ---------
 .../openssh/{openssh_7.5p1.bb => openssh_7.6p1.bb} |  11 +-
 .../files/0001-Fix-Makefile-quoting-bug.patch      | 174 +++++++++++++++++++++
 .../files/0002-Port-zdump-to-C90-snprintf.patch    | 115 ++++++++++++++
 ...code-native_2017b.bb => tzcode-native_2017c.bb} |  15 +-
 .../tzdata/{tzdata_2017b.bb => tzdata_2017c.bb}    |   6 +-
 meta/recipes-gnome/gtk+/gtk+3.inc                  |   1 -
 ...-sysroot-path-so-that-make-finds-our-wayl.patch |  34 ----
 ...void-finding-build-host-s-wayland-scanner.patch |  31 ----
 meta/recipes-graphics/libsdl2/libsdl2_2.0.5.bb     |   4 +-
 .../usesysrootprefixforpkgdatadirvariable.patch    |  27 ++++
 .../wayland/wayland-protocols_1.10.bb              |   1 +
 .../wayland/wayland/fixpathinpcfiles.patch         |  33 ++++
 .../{wayland_1.13.0.bb => wayland_1.14.0.bb}       |   5 +-
 .../wayland/weston/fix-missing-header.patch        |  30 ++++
 ...t-pitch-correctly-for-subsampled-textures.patch |  55 +++++++
 .../wayland/{weston_2.0.0.bb => weston_3.0.0.bb}   |  18 +--
 ...put_0.25.1.bb => xf86-input-libinput_0.26.0.bb} |   4 +-
 .../{libxfont2_2.0.1.bb => libxfont2_2.0.2.bb}     |   4 +-
 .../{libxfont_1.5.2.bb => libxfont_1.5.3.bb}       |   4 +-
 ...libxkbcommon_0.7.1.bb => libxkbcommon_0.7.2.bb} |   4 +-
 .../{libxres_1.0.7.bb => libxres_1.2.0.bb}         |   4 +-
 ...ard-config_2.21.bb => xkeyboard-config_2.22.bb} |   5 +-
 .../recipes-graphics/xorg-xserver/xserver-xorg.inc |   1 -
 .../xserver-xorg/CVE-2017-10971-1.patch            |  76 ---------
 .../xserver-xorg/CVE-2017-10971-2.patch            |  55 -------
 .../xserver-xorg/CVE-2017-10971-3.patch            |  50 ------
 ...erver-xorg_1.19.3.bb => xserver-xorg_1.19.5.bb} |   7 +-
 .../gstreamer/gstreamer1.0-plugins-bad_1.12.3.bb   |   1 -
 .../gnutls/{gnutls_3.5.13.bb => gnutls_3.5.16.bb}  |   4 +-
 .../libpcre/libpcre2/libpcre2-CVE-2017-7186.patch  |  96 ------------
 .../libpcre/libpcre2/libpcre2-CVE-2017-8786.patch  |  93 -----------
 .../{libpcre2_10.23.bb => libpcre2_10.30.bb}       |   8 +-
 .../nspr/{nspr_4.16.bb => nspr_4.17.bb}            |   4 +-
 .../nss/{nss_3.31.1.bb => nss_3.33.bb}             |   4 +-
 scripts/lib/wic/help.py                            |   2 +
 scripts/lib/wic/ksparser.py                        |   1 +
 scripts/lib/wic/partition.py                       |   1 +
 scripts/lib/wic/plugins/imager/direct.py           |  11 ++
 scripts/runqemu                                    |   2 +-
 44 files changed, 531 insertions(+), 733 deletions(-)
 rename meta/recipes-connectivity/bind/{bind_9.10.5-P3.bb => bind_9.10.6.bb} (94%)
 delete mode 100644 meta/recipes-connectivity/openssh/openssh/openssh-7.1p1-conditional-compile-des-in-cipher.patch
 delete mode 100644 meta/recipes-connectivity/openssh/openssh/openssh-7.1p1-conditional-compile-des-in-pkcs11.patch
 rename meta/recipes-connectivity/openssh/{openssh_7.5p1.bb => openssh_7.6p1.bb} (94%)
 create mode 100644 meta/recipes-extended/tzcode/files/0001-Fix-Makefile-quoting-bug.patch
 create mode 100644 meta/recipes-extended/tzcode/files/0002-Port-zdump-to-C90-snprintf.patch
 rename meta/recipes-extended/tzcode/{tzcode-native_2017b.bb => tzcode-native_2017c.bb} (54%)
 rename meta/recipes-extended/tzdata/{tzdata_2017b.bb => tzdata_2017c.bb} (97%)
 delete mode 100644 meta/recipes-graphics/libsdl2/libsdl2/0001-prepend-our-sysroot-path-so-that-make-finds-our-wayl.patch
 delete mode 100644 meta/recipes-graphics/libsdl2/libsdl2/0002-Avoid-finding-build-host-s-wayland-scanner.patch
 create mode 100644 meta/recipes-graphics/wayland/wayland-protocols/usesysrootprefixforpkgdatadirvariable.patch
 create mode 100644 meta/recipes-graphics/wayland/wayland/fixpathinpcfiles.patch
 rename meta/recipes-graphics/wayland/{wayland_1.13.0.bb => wayland_1.14.0.bb} (90%)
 create mode 100644 meta/recipes-graphics/wayland/weston/fix-missing-header.patch
 create mode 100644 meta/recipes-graphics/wayland/weston/weston-gl-renderer-Set-pitch-correctly-for-subsampled-textures.patch
 rename meta/recipes-graphics/wayland/{weston_2.0.0.bb => weston_3.0.0.bb} (89%)
 rename meta/recipes-graphics/xorg-driver/{xf86-input-libinput_0.25.1.bb => xf86-input-libinput_0.26.0.bb} (63%)
 rename meta/recipes-graphics/xorg-lib/{libxfont2_2.0.1.bb => libxfont2_2.0.2.bb} (80%)
 rename meta/recipes-graphics/xorg-lib/{libxfont_1.5.2.bb => libxfont_1.5.3.bb} (81%)
 rename meta/recipes-graphics/xorg-lib/{libxkbcommon_0.7.1.bb => libxkbcommon_0.7.2.bb} (83%)
 rename meta/recipes-graphics/xorg-lib/{libxres_1.0.7.bb => libxres_1.2.0.bb} (77%)
 rename meta/recipes-graphics/xorg-lib/{xkeyboard-config_2.21.bb => xkeyboard-config_2.22.bb} (87%)
 delete mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg/CVE-2017-10971-1.patch
 delete mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg/CVE-2017-10971-2.patch
 delete mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg/CVE-2017-10971-3.patch
 rename meta/recipes-graphics/xorg-xserver/{xserver-xorg_1.19.3.bb => xserver-xorg_1.19.5.bb} (81%)
 rename meta/recipes-support/gnutls/{gnutls_3.5.13.bb => gnutls_3.5.16.bb} (61%)
 delete mode 100644 meta/recipes-support/libpcre/libpcre2/libpcre2-CVE-2017-7186.patch
 delete mode 100644 meta/recipes-support/libpcre/libpcre2/libpcre2-CVE-2017-8786.patch
 rename meta/recipes-support/libpcre/{libpcre2_10.23.bb => libpcre2_10.30.bb} (85%)
 rename meta/recipes-support/nspr/{nspr_4.16.bb => nspr_4.17.bb} (96%)
 rename meta/recipes-support/nss/{nss_3.31.1.bb => nss_3.33.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