Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 00/21] PKG updates and QA warning fix
@ 2018-03-25 15:00 Armin Kuster
  2018-03-26  9:27 ` Alexander Kanavin
                   ` (23 more replies)
  0 siblings, 24 replies; 31+ messages in thread
From: Armin Kuster @ 2018-03-25 15:00 UTC (permalink / raw)
  To: akuster, openembedded-core

From: Armin Kuster <akuster@mvista.com>

Cover letter only

Please consider these updates for master-next. 
nss has an outstanding patch sitting in the queue somewhere.
Passed AB except failures not related to these changes.

The following changes since commit f49ee61422c867516db252054e993df29f775136:

  systemd-boot: upgrade to 237 (2018-03-20 09:59:33 +0000)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib akuster/mut-pkg-up
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=akuster/mut-pkg-up

Armin Kuster (21):
  ltp: add rdepend for procps
  libpcre2: update to 10.31
  xprop: update to 1.2.3
  xkeypboard-config: update to 2.23.1
  nss: update to 3.35
  xkbcomp: update to 1.4.1
  xinit: update to 1.4.0
  xwininfo: update to 1.1.4
  gnutls: update to 3.6.2
  xeyes: update to 1.1.2
  libshmfence: update to 1.3
  xset: update to 1.2.4
  xcb-proto: update to 1.13
  curl: update to 7.59.0
  mkfontscale: update to 1.1.3
  util-macros: update to 1.19.2
  nspr: update to 4.19
  libxcb: update to 1.13
  xf86-video-vesa: update 2.4.0 update
  tzcode-native: update to 2018d
  tzdata: update to 2018d

 meta/recipes-extended/ltp/ltp_20180118.bb          |   1 +
 ...code-native_2018c.bb => tzcode-native_2018d.bb} |   8 +-
 .../tzdata/{tzdata_2018c.bb => tzdata_2018d.bb}    |   4 +-
 .../{mkfontscale_1.1.2.bb => mkfontscale_1.1.3.bb} |   4 +-
 .../xorg-app/{xeyes_1.1.1.bb => xeyes_1.1.2.bb}    |   4 +-
 .../xorg-app/{xinit_1.3.4.bb => xinit_1.4.0.bb}    |   4 +-
 .../{xkbcomp_1.4.0.bb => xkbcomp_1.4.1.bb}         |   6 +-
 .../xorg-app/{xprop_1.2.2.bb => xprop_1.2.3.bb}    |   4 +-
 .../xorg-app/{xset_1.2.3.bb => xset_1.2.4.bb}      |   4 +-
 .../{xwininfo_1.1.3.bb => xwininfo_1.1.4.bb}       |   4 +-
 ...ideo-vesa_2.3.4.bb => xf86-video-vesa_2.4.0.bb} |   6 +-
 .../Fix-inconsistent-use-of-tabs-vs.-space.patch   |  62 ------
 .../xorg-lib/{libxcb_1.12.bb => libxcb_1.13.bb}    |   6 +-
 .../xorg-lib/libxshmfence/extensions.patch         |  14 +-
 .../{libxshmfence_1.2.bb => libxshmfence_1.3.bb}   |   4 +-
 ...d-config_2.22.bb => xkeyboard-config_2.23.1.bb} |   4 +-
 .../0001-Make-whitespace-use-consistent.patch      | 215 ---------------------
 ...print-is-a-function-and-needs-parentheses.patch |  75 -------
 .../{xcb-proto_1.12.bb => xcb-proto_1.13.bb}       |  10 +-
 ...util-macros_1.19.1.bb => util-macros_1.19.2.bb} |   4 +-
 .../curl/{curl_7.58.0.bb => curl_7.59.0.bb}        |   4 +-
 .../gnutls/{gnutls_3.6.1.bb => gnutls_3.6.2.bb}    |   4 +-
 .../{libpcre2_10.30.bb => libpcre2_10.31.bb}       |   6 +-
 ...int.h-for-SSIZE_MAX-and-SIZE_MAX-definiti.patch |  30 ---
 .../nspr/{nspr_4.18.bb => nspr_4.19.bb}            |   5 +-
 .../nss/nss/nss-build-hacl-poly1305-aarch64.patch  |  30 +++
 .../nss/{nss_3.34.1.bb => nss_3.35.bb}             |   5 +-
 27 files changed, 86 insertions(+), 441 deletions(-)
 rename meta/recipes-extended/tzcode/{tzcode-native_2018c.bb => tzcode-native_2018d.bb} (70%)
 rename meta/recipes-extended/tzdata/{tzdata_2018c.bb => tzdata_2018d.bb} (98%)
 rename meta/recipes-graphics/xorg-app/{mkfontscale_1.1.2.bb => mkfontscale_1.1.3.bb} (80%)
 rename meta/recipes-graphics/xorg-app/{xeyes_1.1.1.bb => xeyes_1.1.2.bb} (72%)
 rename meta/recipes-graphics/xorg-app/{xinit_1.3.4.bb => xinit_1.4.0.bb} (79%)
 rename meta/recipes-graphics/xorg-app/{xkbcomp_1.4.0.bb => xkbcomp_1.4.1.bb} (75%)
 rename meta/recipes-graphics/xorg-app/{xprop_1.2.2.bb => xprop_1.2.3.bb} (78%)
 rename meta/recipes-graphics/xorg-app/{xset_1.2.3.bb => xset_1.2.4.bb} (77%)
 rename meta/recipes-graphics/xorg-app/{xwininfo_1.1.3.bb => xwininfo_1.1.4.bb} (72%)
 rename meta/recipes-graphics/xorg-driver/{xf86-video-vesa_2.3.4.bb => xf86-video-vesa_2.4.0.bb} (77%)
 delete mode 100644 meta/recipes-graphics/xorg-lib/libxcb/Fix-inconsistent-use-of-tabs-vs.-space.patch
 rename meta/recipes-graphics/xorg-lib/{libxcb_1.12.bb => libxcb_1.13.bb} (85%)
 rename meta/recipes-graphics/xorg-lib/{libxshmfence_1.2.bb => libxshmfence_1.3.bb} (77%)
 rename meta/recipes-graphics/xorg-lib/{xkeyboard-config_2.22.bb => xkeyboard-config_2.23.1.bb} (87%)
 delete mode 100644 meta/recipes-graphics/xorg-proto/xcb-proto/0001-Make-whitespace-use-consistent.patch
 delete mode 100644 meta/recipes-graphics/xorg-proto/xcb-proto/0002-print-is-a-function-and-needs-parentheses.patch
 rename meta/recipes-graphics/xorg-proto/{xcb-proto_1.12.bb => xcb-proto_1.13.bb} (83%)
 rename meta/recipes-graphics/xorg-util/{util-macros_1.19.1.bb => util-macros_1.19.2.bb} (75%)
 rename meta/recipes-support/curl/{curl_7.58.0.bb => curl_7.59.0.bb} (95%)
 rename meta/recipes-support/gnutls/{gnutls_3.6.1.bb => gnutls_3.6.2.bb} (54%)
 rename meta/recipes-support/libpcre/{libpcre2_10.30.bb => libpcre2_10.31.bb} (90%)
 delete mode 100644 meta/recipes-support/nspr/nspr/0001-include-stdint.h-for-SSIZE_MAX-and-SIZE_MAX-definiti.patch
 rename meta/recipes-support/nspr/{nspr_4.18.bb => nspr_4.19.bb} (95%)
 create mode 100644 meta/recipes-support/nss/nss/nss-build-hacl-poly1305-aarch64.patch
 rename meta/recipes-support/nss/{nss_3.34.1.bb => nss_3.35.bb} (97%)

-- 
2.7.4



^ permalink raw reply	[flat|nested] 31+ messages in thread

end of thread, other threads:[~2018-03-26 15:50 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-25 15:00 [PATCH 00/21] PKG updates and QA warning fix Armin Kuster
2018-03-26  9:27 ` Alexander Kanavin
2018-03-26 14:47   ` akuster808
2018-03-26 15:50     ` Khem Raj
2018-03-26 12:20 ` Burton, Ross
2018-03-26 14:30 ` [PATCH 01/21] ltp: add rdepend for procps Armin Kuster
2018-03-26 14:30 ` [PATCH 02/21] libpcre2: update to 10.31 Armin Kuster
2018-03-26 14:30 ` [PATCH 03/21] xprop: update to 1.2.3 Armin Kuster
2018-03-26 14:30 ` [PATCH 04/21] xkeypboard-config: update to 2.23.1 Armin Kuster
2018-03-26 14:30 ` [PATCH 05/21] nss: update to 3.35 Armin Kuster
2018-03-26 14:30 ` [PATCH 06/21] xkbcomp: update to 1.4.1 Armin Kuster
2018-03-26 14:30 ` [PATCH 07/21] xinit: update to 1.4.0 Armin Kuster
2018-03-26 14:30 ` [PATCH 08/21] xwininfo: update to 1.1.4 Armin Kuster
2018-03-26 14:30 ` [PATCH 09/21] gnutls: update to 3.6.2 Armin Kuster
2018-03-26 14:30 ` [PATCH 10/21] xeyes: update to 1.1.2 Armin Kuster
2018-03-26 14:30 ` [PATCH 11/21] libshmfence: update to 1.3 Armin Kuster
2018-03-26 14:40   ` Alexander Kanavin
2018-03-26 15:09     ` akuster808
2018-03-26 15:04       ` Alexander Kanavin
2018-03-26 15:12       ` Burton, Ross
2018-03-26 14:30 ` [PATCH 12/21] xset: update to 1.2.4 Armin Kuster
2018-03-26 14:30 ` [PATCH 13/21] xcb-proto: update to 1.13 Armin Kuster
2018-03-26 14:30 ` [PATCH 14/21] curl: update to 7.59.0 Armin Kuster
2018-03-26 14:30 ` [PATCH 15/21] mkfontscale: update to 1.1.3 Armin Kuster
2018-03-26 14:30 ` [PATCH 16/21] util-macros: update to 1.19.2 Armin Kuster
2018-03-26 14:30 ` [PATCH 17/21] nspr: update to 4.19 Armin Kuster
2018-03-26 14:30 ` [PATCH 18/21] libxcb: update to 1.13 Armin Kuster
2018-03-26 14:30 ` [PATCH 19/21] xf86-video-vesa: update 2.4.0 update Armin Kuster
2018-03-26 14:30 ` [PATCH 20/21] tzcode-native: update to 2018d Armin Kuster
2018-03-26 14:30 ` [PATCH 21/21] tzdata: " Armin Kuster
2018-03-26 15:05 ` ✗ patchtest: failure for PKG updates and QA warning fix Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox