All the mail mirrored from lore.kernel.org
 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

* Re: [PATCH 00/21] PKG updates and QA warning fix
  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 12:20 ` Burton, Ross
                   ` (22 subsequent siblings)
  23 siblings, 1 reply; 31+ messages in thread
From: Alexander Kanavin @ 2018-03-26  9:27 UTC (permalink / raw
  To: Armin Kuster, akuster, openembedded-core

On 03/25/2018 06:00 PM, Armin Kuster wrote:
> 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.

Why only cover letter? Can we see the patches please?

Alex


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

* Re: [PATCH 00/21] PKG updates and QA warning fix
  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 12:20 ` Burton, Ross
  2018-03-26 14:30 ` [PATCH 01/21] ltp: add rdepend for procps Armin Kuster
                   ` (21 subsequent siblings)
  23 siblings, 0 replies; 31+ messages in thread
From: Burton, Ross @ 2018-03-26 12:20 UTC (permalink / raw
  To: Armin Kuster; +Cc: Armin Kuster, OE-core

All patches please, I occasionally send cover-letter only but thats
for consolidated pulls which are just pulling in patches which have
already been posted.

Ross

On 25 March 2018 at 16:00, Armin Kuster <akuster808@gmail.com> wrote:
> 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
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core


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

* [PATCH 01/21] ltp: add rdepend for procps
  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 12:20 ` Burton, Ross
@ 2018-03-26 14:30 ` Armin Kuster
  2018-03-26 14:30 ` [PATCH 02/21] libpcre2: update to 10.31 Armin Kuster
                   ` (20 subsequent siblings)
  23 siblings, 0 replies; 31+ messages in thread
From: Armin Kuster @ 2018-03-26 14:30 UTC (permalink / raw
  To: akuster, openembedded-core

ps: invalid option -- 'e'
BusyBox v1.27.2 (2018-03-17 09:07:25 PDT) multi-call binary.

Usage: ps

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta/recipes-extended/ltp/ltp_20180118.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-extended/ltp/ltp_20180118.bb b/meta/recipes-extended/ltp/ltp_20180118.bb
index 028a957..14fb41b 100644
--- a/meta/recipes-extended/ltp/ltp_20180118.bb
+++ b/meta/recipes-extended/ltp/ltp_20180118.bb
@@ -96,6 +96,7 @@ RDEPENDS_${PN} = "\
     logrotate \
     perl \
     python-core \
+    procps \
     unzip \
     util-linux \
     which \
-- 
2.7.4



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

* [PATCH 02/21] libpcre2: update to 10.31
  2018-03-25 15:00 [PATCH 00/21] PKG updates and QA warning fix Armin Kuster
                   ` (2 preceding siblings ...)
  2018-03-26 14:30 ` [PATCH 01/21] ltp: add rdepend for procps Armin Kuster
@ 2018-03-26 14:30 ` Armin Kuster
  2018-03-26 14:30 ` [PATCH 03/21] xprop: update to 1.2.3 Armin Kuster
                   ` (19 subsequent siblings)
  23 siblings, 0 replies; 31+ messages in thread
From: Armin Kuster @ 2018-03-26 14:30 UTC (permalink / raw
  To: akuster, openembedded-core

From: Armin Kuster <akuster@mvista.com>

LICENSE changed do to updating copyrige date

Signed-off-by: Armin Kuster <akuster@mvista.com>
---
 .../libpcre/{libpcre2_10.30.bb => libpcre2_10.31.bb}                | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta/recipes-support/libpcre/{libpcre2_10.30.bb => libpcre2_10.31.bb} (90%)

diff --git a/meta/recipes-support/libpcre/libpcre2_10.30.bb b/meta/recipes-support/libpcre/libpcre2_10.31.bb
similarity index 90%
rename from meta/recipes-support/libpcre/libpcre2_10.30.bb
rename to meta/recipes-support/libpcre/libpcre2_10.31.bb
index 46c2d63..a10c312 100644
--- a/meta/recipes-support/libpcre/libpcre2_10.30.bb
+++ b/meta/recipes-support/libpcre/libpcre2_10.31.bb
@@ -8,14 +8,14 @@ SUMMARY = "Perl Compatible Regular Expressions version 2"
 HOMEPAGE = "http://www.pcre.org"
 SECTION = "devel"
 LICENSE = "BSD"
-LIC_FILES_CHKSUM = "file://LICENCE;md5=12d55e15a0c6da5c645ba40382bd3293"
+LIC_FILES_CHKSUM = "file://LICENCE;md5=f5e4bde9fd0493d0967b4dba9899590f"
 
 SRC_URI = "https://ftp.pcre.org/pub/pcre/pcre2-${PV}.tar.bz2 \
            file://pcre-cross.patch \
 "
 
-SRC_URI[md5sum] = "d3adf4b130eed854a530390f00020a65"
-SRC_URI[sha256sum] = "90bd41c605d30e3745771eb81928d779f158081a51b2f314bbcc1f73de5773db"
+SRC_URI[md5sum] = "e0b91c891a3c49050f7fd15de33d0ba4"
+SRC_URI[sha256sum] = "e07d538704aa65e477b6a392b32ff9fc5edf75ab9a40ddfc876186c4ff4d68ac"
 
 CVE_PRODUCT = "pcre2"
 
-- 
2.7.4



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

* [PATCH 03/21] xprop: update to 1.2.3
  2018-03-25 15:00 [PATCH 00/21] PKG updates and QA warning fix Armin Kuster
                   ` (3 preceding siblings ...)
  2018-03-26 14:30 ` [PATCH 02/21] libpcre2: update to 10.31 Armin Kuster
@ 2018-03-26 14:30 ` Armin Kuster
  2018-03-26 14:30 ` [PATCH 04/21] xkeypboard-config: update to 2.23.1 Armin Kuster
                   ` (18 subsequent siblings)
  23 siblings, 0 replies; 31+ messages in thread
From: Armin Kuster @ 2018-03-26 14:30 UTC (permalink / raw
  To: akuster, openembedded-core

From: Armin Kuster <akuster@mvista.com>

Signed-off-by: Armin Kuster <akuster@mvista.com>
---
 meta/recipes-graphics/xorg-app/{xprop_1.2.2.bb => xprop_1.2.3.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-graphics/xorg-app/{xprop_1.2.2.bb => xprop_1.2.3.bb} (78%)

diff --git a/meta/recipes-graphics/xorg-app/xprop_1.2.2.bb b/meta/recipes-graphics/xorg-app/xprop_1.2.3.bb
similarity index 78%
rename from meta/recipes-graphics/xorg-app/xprop_1.2.2.bb
rename to meta/recipes-graphics/xorg-app/xprop_1.2.3.bb
index d78bf04..ca58d47 100644
--- a/meta/recipes-graphics/xorg-app/xprop_1.2.2.bb
+++ b/meta/recipes-graphics/xorg-app/xprop_1.2.3.bb
@@ -14,5 +14,5 @@ DEPENDS += "libxmu"
 
 PE = "1"
 
-SRC_URI[md5sum] = "fae3d2fda07684027a643ca783d595cc"
-SRC_URI[sha256sum] = "9bee88b1025865ad121f72d32576dd3027af1446774aa8300cce3c261d869bc6"
+SRC_URI[md5sum] = "4becb3ddc4674d741487189e4ce3d0b6"
+SRC_URI[sha256sum] = "d22afb28c86d85fff10a50156a7d0fa930c80ae865d70b26d805fd28a17a521b"
-- 
2.7.4



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

* [PATCH 04/21] xkeypboard-config: update to 2.23.1
  2018-03-25 15:00 [PATCH 00/21] PKG updates and QA warning fix Armin Kuster
                   ` (4 preceding siblings ...)
  2018-03-26 14:30 ` [PATCH 03/21] xprop: update to 1.2.3 Armin Kuster
@ 2018-03-26 14:30 ` Armin Kuster
  2018-03-26 14:30 ` [PATCH 05/21] nss: update to 3.35 Armin Kuster
                   ` (17 subsequent siblings)
  23 siblings, 0 replies; 31+ messages in thread
From: Armin Kuster @ 2018-03-26 14:30 UTC (permalink / raw
  To: akuster, openembedded-core

From: Armin Kuster <akuster@mvista.com>

Signed-off-by: Armin Kuster <akuster@mvista.com>
---
 .../xorg-lib/{xkeyboard-config_2.22.bb => xkeyboard-config_2.23.1.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-graphics/xorg-lib/{xkeyboard-config_2.22.bb => xkeyboard-config_2.23.1.bb} (87%)

diff --git a/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.22.bb b/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.23.1.bb
similarity index 87%
rename from meta/recipes-graphics/xorg-lib/xkeyboard-config_2.22.bb
rename to meta/recipes-graphics/xorg-lib/xkeyboard-config_2.23.1.bb
index 4fd894fd..fb9f5d1 100644
--- a/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.22.bb
+++ b/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.23.1.bb
@@ -14,8 +14,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0e7f21ca7db975c63467d2e7624a12f9"
 
 SRC_URI = "${XORG_MIRROR}/individual/data/xkeyboard-config/${BPN}-${PV}.tar.bz2"
 
-SRC_URI[md5sum] = "eb61fb3fd419e817df572b0c8d94a883"
-SRC_URI[sha256sum] = "deaec9989fbc443358b43864437b7b6d39caff07890a4a8055105ce9fcaa59bd"
+SRC_URI[md5sum] = "875cbd09ab8394277fd16070326abbae"
+SRC_URI[sha256sum] = "2a4bbc05fea22151b7a7c8ac2655d549aa9b0486bedc7f5a68c72716343b02f3"
 
 SECTION = "x11/libs"
 DEPENDS = "intltool-native util-macros libxslt-native"
-- 
2.7.4



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

* [PATCH 05/21] nss: update to 3.35
  2018-03-25 15:00 [PATCH 00/21] PKG updates and QA warning fix Armin Kuster
                   ` (5 preceding siblings ...)
  2018-03-26 14:30 ` [PATCH 04/21] xkeypboard-config: update to 2.23.1 Armin Kuster
@ 2018-03-26 14:30 ` Armin Kuster
  2018-03-26 14:30 ` [PATCH 06/21] xkbcomp: update to 1.4.1 Armin Kuster
                   ` (16 subsequent siblings)
  23 siblings, 0 replies; 31+ messages in thread
From: Armin Kuster @ 2018-03-26 14:30 UTC (permalink / raw
  To: akuster, openembedded-core

From: Armin Kuster <akuster@mvista.com>

Signed-off-by: Armin Kuster <akuster@mvista.com>
---
 .../nss/nss/nss-build-hacl-poly1305-aarch64.patch  | 30 ++++++++++++++++++++++
 .../nss/{nss_3.34.1.bb => nss_3.35.bb}             |  5 ++--
 2 files changed, 33 insertions(+), 2 deletions(-)
 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%)

diff --git a/meta/recipes-support/nss/nss/nss-build-hacl-poly1305-aarch64.patch b/meta/recipes-support/nss/nss/nss-build-hacl-poly1305-aarch64.patch
new file mode 100644
index 0000000..8276f89
--- /dev/null
+++ b/meta/recipes-support/nss/nss/nss-build-hacl-poly1305-aarch64.patch
@@ -0,0 +1,30 @@
+# HG changeset patch
+# User Daiki Ueno <dueno@redhat.com>
+# Date 1516710574 -3600
+#      Tue Jan 23 13:29:34 2018 +0100
+# Node ID 27f27ce21c2c6ff5a47fa9e17c438b000366c9c9
+# Parent  be1dca5ac80541d3b81a8da9d42854d8b1cceefb
+Build Hacl_Poly1305_64.o on aarch64 even with make
+
+Upstream-Status: Backport
+https://bug1432455.bmoattachments.org/attachment.cgi?id=8944691
+Signed-off-by: Armin Kuster <akuster@mvista.com>
+
+Index: nss-3.35/nss/lib/freebl/Makefile
+===================================================================
+--- nss-3.35.orig/nss/lib/freebl/Makefile
++++ nss-3.35/nss/lib/freebl/Makefile
+@@ -533,7 +533,12 @@ ifndef NSS_DISABLE_CHACHAPOLY
+             EXTRA_SRCS += chacha20_vec.c
+         endif
+     else
+-        EXTRA_SRCS += poly1305.c
++        ifeq ($(CPU_ARCH),aarch64)
++            EXTRA_SRCS += Hacl_Poly1305_64.c
++        else
++            EXTRA_SRCS += poly1305.c
++        endif
++
+         EXTRA_SRCS += chacha20.c
+         VERIFIED_SRCS += Hacl_Chacha20.c
+     endif # x86_64
diff --git a/meta/recipes-support/nss/nss_3.34.1.bb b/meta/recipes-support/nss/nss_3.35.bb
similarity index 97%
rename from meta/recipes-support/nss/nss_3.34.1.bb
rename to meta/recipes-support/nss/nss_3.35.bb
index ae52a95..08e3a06 100644
--- a/meta/recipes-support/nss/nss_3.34.1.bb
+++ b/meta/recipes-support/nss/nss_3.35.bb
@@ -26,10 +26,11 @@ SRC_URI = "http://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/${VERSIO
            file://disable-Wvarargs-with-clang.patch \
            file://pqg.c-ULL_addend.patch \
            file://Fix-compilation-for-X32.patch \
+           file://nss-build-hacl-poly1305-aarch64.patch \
            "
 
-SRC_URI[md5sum] = "5922468bb1c54e4c8067f153fcf467e5"
-SRC_URI[sha256sum] = "a3c15d367caf784f33d96dbafbdffc16a8e42fb8c8aedfce97bf92a9f918dda0"
+SRC_URI[md5sum] = "9467ec9e65c5aeb3254a50250490f5f7"
+SRC_URI[sha256sum] = "f4127de09bede39f5fd0f789d33c3504c5d261e69ea03022d46b319b3e32f6fa"
 
 UPSTREAM_CHECK_URI = "https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_Releases"
 UPSTREAM_CHECK_REGEX = "NSS_(?P<pver>.+)_release_notes"
-- 
2.7.4



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

* [PATCH 06/21] xkbcomp: update to 1.4.1
  2018-03-25 15:00 [PATCH 00/21] PKG updates and QA warning fix Armin Kuster
                   ` (6 preceding siblings ...)
  2018-03-26 14:30 ` [PATCH 05/21] nss: update to 3.35 Armin Kuster
@ 2018-03-26 14:30 ` Armin Kuster
  2018-03-26 14:30 ` [PATCH 07/21] xinit: update to 1.4.0 Armin Kuster
                   ` (15 subsequent siblings)
  23 siblings, 0 replies; 31+ messages in thread
From: Armin Kuster @ 2018-03-26 14:30 UTC (permalink / raw
  To: akuster, openembedded-core

From: Armin Kuster <akuster@mvista.com>

Signed-off-by: Armin Kuster <akuster@mvista.com>
---
 .../xorg-app/{xkbcomp_1.4.0.bb => xkbcomp_1.4.1.bb}                 | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)
 rename meta/recipes-graphics/xorg-app/{xkbcomp_1.4.0.bb => xkbcomp_1.4.1.bb} (75%)

diff --git a/meta/recipes-graphics/xorg-app/xkbcomp_1.4.0.bb b/meta/recipes-graphics/xorg-app/xkbcomp_1.4.1.bb
similarity index 75%
rename from meta/recipes-graphics/xorg-app/xkbcomp_1.4.0.bb
rename to meta/recipes-graphics/xorg-app/xkbcomp_1.4.1.bb
index c9dc327..c35d5d7 100644
--- a/meta/recipes-graphics/xorg-app/xkbcomp_1.4.0.bb
+++ b/meta/recipes-graphics/xorg-app/xkbcomp_1.4.1.bb
@@ -9,11 +9,9 @@ be read directly by XKB-capable X servers or utilities."
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=08436e4f4476964e2e2dd7e7e41e076a"
 
-PR = "${INC_PR}.0"
-
 DEPENDS += "libxkbfile"
 
 BBCLASSEXTEND = "native"
 
-SRC_URI[md5sum] = "cc22b232bc78a303371983e1b48794ab"
-SRC_URI[sha256sum] = "bc69c8748c03c5ad9afdc8dff9db11994dd871b614c65f8940516da6bf61ce6b"
+SRC_URI[md5sum] = "07df9790d30f9a369d20a418af784de0"
+SRC_URI[sha256sum] = "748dc4cf58ac95684106bd9cf163ac6ab7de9a236faec02a6f4d4006d63a5736"
-- 
2.7.4



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

* [PATCH 07/21] xinit: update to 1.4.0
  2018-03-25 15:00 [PATCH 00/21] PKG updates and QA warning fix Armin Kuster
                   ` (7 preceding siblings ...)
  2018-03-26 14:30 ` [PATCH 06/21] xkbcomp: update to 1.4.1 Armin Kuster
@ 2018-03-26 14:30 ` Armin Kuster
  2018-03-26 14:30 ` [PATCH 08/21] xwininfo: update to 1.1.4 Armin Kuster
                   ` (14 subsequent siblings)
  23 siblings, 0 replies; 31+ messages in thread
From: Armin Kuster @ 2018-03-26 14:30 UTC (permalink / raw
  To: akuster, openembedded-core

From: Armin Kuster <akuster@mvista.com>

Signed-off-by: Armin Kuster <akuster@mvista.com>
---
 meta/recipes-graphics/xorg-app/{xinit_1.3.4.bb => xinit_1.4.0.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-graphics/xorg-app/{xinit_1.3.4.bb => xinit_1.4.0.bb} (79%)

diff --git a/meta/recipes-graphics/xorg-app/xinit_1.3.4.bb b/meta/recipes-graphics/xorg-app/xinit_1.4.0.bb
similarity index 79%
rename from meta/recipes-graphics/xorg-app/xinit_1.3.4.bb
rename to meta/recipes-graphics/xorg-app/xinit_1.4.0.bb
index 9318518..dc2a06b 100644
--- a/meta/recipes-graphics/xorg-app/xinit_1.3.4.bb
+++ b/meta/recipes-graphics/xorg-app/xinit_1.4.0.bb
@@ -12,8 +12,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=18f01e7b39807bebe2b8df101a039b68"
 
 PE = "1"
 
-SRC_URI[md5sum] = "4e928452dfaf73851413a2d8b8c76388"
-SRC_URI[sha256sum] = "75d88d7397a07e01db253163b7c7a00b249b3d30e99489f2734cac9a0c7902b3"
+SRC_URI[md5sum] = "2da154b2f80ca9637b1a17b13af0880c"
+SRC_URI[sha256sum] = "230835eef2f5978a1e1344928168119373f6df1d0a32c09515e545721ee582ef"
 
 EXTRA_OECONF = "ac_cv_path_MCOOKIE=${bindir}/mcookie"
 
-- 
2.7.4



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

* [PATCH 08/21] xwininfo: update to 1.1.4
  2018-03-25 15:00 [PATCH 00/21] PKG updates and QA warning fix Armin Kuster
                   ` (8 preceding siblings ...)
  2018-03-26 14:30 ` [PATCH 07/21] xinit: update to 1.4.0 Armin Kuster
@ 2018-03-26 14:30 ` Armin Kuster
  2018-03-26 14:30 ` [PATCH 09/21] gnutls: update to 3.6.2 Armin Kuster
                   ` (13 subsequent siblings)
  23 siblings, 0 replies; 31+ messages in thread
From: Armin Kuster @ 2018-03-26 14:30 UTC (permalink / raw
  To: akuster, openembedded-core

From: Armin Kuster <akuster@mvista.com>

Signed-off-by: Armin Kuster <akuster@mvista.com>
---
 .../xorg-app/{xwininfo_1.1.3.bb => xwininfo_1.1.4.bb}                 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-graphics/xorg-app/{xwininfo_1.1.3.bb => xwininfo_1.1.4.bb} (72%)

diff --git a/meta/recipes-graphics/xorg-app/xwininfo_1.1.3.bb b/meta/recipes-graphics/xorg-app/xwininfo_1.1.4.bb
similarity index 72%
rename from meta/recipes-graphics/xorg-app/xwininfo_1.1.3.bb
rename to meta/recipes-graphics/xorg-app/xwininfo_1.1.4.bb
index 0c23d19..1fb90dd 100644
--- a/meta/recipes-graphics/xorg-app/xwininfo_1.1.3.bb
+++ b/meta/recipes-graphics/xorg-app/xwininfo_1.1.4.bb
@@ -11,5 +11,5 @@ DEPENDS += "libxext libxmu gettext-native"
 
 PE = "0"
 
-SRC_URI[md5sum] = "b777bafb674555e48fd8437618270931"
-SRC_URI[sha256sum] = "218eb0ea95bd8de7903dfaa26423820c523ad1598be0751d2d8b6a2c23b23ff8"
+SRC_URI[md5sum] = "9a505b91ae7160bbdec360968d060c83"
+SRC_URI[sha256sum] = "839498aa46b496492a5c65cd42cd2e86e0da88149b0672e90cb91648f8cd5b01"
-- 
2.7.4



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

* [PATCH 09/21] gnutls: update to 3.6.2
  2018-03-25 15:00 [PATCH 00/21] PKG updates and QA warning fix Armin Kuster
                   ` (9 preceding siblings ...)
  2018-03-26 14:30 ` [PATCH 08/21] xwininfo: update to 1.1.4 Armin Kuster
@ 2018-03-26 14:30 ` Armin Kuster
  2018-03-26 14:30 ` [PATCH 10/21] xeyes: update to 1.1.2 Armin Kuster
                   ` (12 subsequent siblings)
  23 siblings, 0 replies; 31+ messages in thread
From: Armin Kuster @ 2018-03-26 14:30 UTC (permalink / raw
  To: akuster, openembedded-core

From: Armin Kuster <akuster@mvista.com>

Signed-off-by: Armin Kuster <akuster@mvista.com>
---
 meta/recipes-support/gnutls/{gnutls_3.6.1.bb => gnutls_3.6.2.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-support/gnutls/{gnutls_3.6.1.bb => gnutls_3.6.2.bb} (54%)

diff --git a/meta/recipes-support/gnutls/gnutls_3.6.1.bb b/meta/recipes-support/gnutls/gnutls_3.6.2.bb
similarity index 54%
rename from meta/recipes-support/gnutls/gnutls_3.6.1.bb
rename to meta/recipes-support/gnutls/gnutls_3.6.2.bb
index 7624a20..e540528 100644
--- a/meta/recipes-support/gnutls/gnutls_3.6.1.bb
+++ b/meta/recipes-support/gnutls/gnutls_3.6.2.bb
@@ -3,7 +3,7 @@ require gnutls.inc
 SRC_URI += "file://0001-configure.ac-fix-sed-command.patch \
             file://arm_eabi.patch \
            "
-SRC_URI[md5sum] = "4b65ae3ffef59f3eeed51a6166ff12b3"
-SRC_URI[sha256sum] = "20b10d2c9994bc032824314714d0e84c0f19bdb3d715d8ed55beb7364a8ebaed"
+SRC_URI[md5sum] = "8b4912c6c0e5ffefd3dbb4888eaf8a58"
+SRC_URI[sha256sum] = "bcd5db7b234e02267f36b5d13cf5214baac232b7056a506252b7574ea7738d1f"
 
 BBCLASSEXTEND = "native nativesdk"
-- 
2.7.4



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

* [PATCH 10/21] xeyes: update to 1.1.2
  2018-03-25 15:00 [PATCH 00/21] PKG updates and QA warning fix Armin Kuster
                   ` (10 preceding siblings ...)
  2018-03-26 14:30 ` [PATCH 09/21] gnutls: update to 3.6.2 Armin Kuster
@ 2018-03-26 14:30 ` Armin Kuster
  2018-03-26 14:30 ` [PATCH 11/21] libshmfence: update to 1.3 Armin Kuster
                   ` (11 subsequent siblings)
  23 siblings, 0 replies; 31+ messages in thread
From: Armin Kuster @ 2018-03-26 14:30 UTC (permalink / raw
  To: akuster, openembedded-core

From: Armin Kuster <akuster@mvista.com>

Signed-off-by: Armin Kuster <akuster@mvista.com>
---
 meta/recipes-graphics/xorg-app/{xeyes_1.1.1.bb => xeyes_1.1.2.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-graphics/xorg-app/{xeyes_1.1.1.bb => xeyes_1.1.2.bb} (72%)

diff --git a/meta/recipes-graphics/xorg-app/xeyes_1.1.1.bb b/meta/recipes-graphics/xorg-app/xeyes_1.1.2.bb
similarity index 72%
rename from meta/recipes-graphics/xorg-app/xeyes_1.1.1.bb
rename to meta/recipes-graphics/xorg-app/xeyes_1.1.2.bb
index 84d0cb8..06885f8 100644
--- a/meta/recipes-graphics/xorg-app/xeyes_1.1.1.bb
+++ b/meta/recipes-graphics/xorg-app/xeyes_1.1.2.bb
@@ -8,7 +8,7 @@ PE = "1"
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=3ea51b365051ac32d1813a7dbaa4bfc6"
 
-SRC_URI[md5sum] = "a3035dcecdbdb89e864177c080924981"
-SRC_URI[sha256sum] = "975e98680cd59e1f9439016386609546ed08c284d0f05a95276f96aca6e8a521"
+SRC_URI[md5sum] = "6f0543ec84283df5743eeafc173bea4a"
+SRC_URI[sha256sum] = "57bcec0d2d167af9e5d44d0dbd74c6d7c0f0591cd0608952b23c749fdd910553"
 
 DEPENDS += "libxau libxt libxext libxmu libxrender"
-- 
2.7.4



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

* [PATCH 11/21] libshmfence: update to 1.3
  2018-03-25 15:00 [PATCH 00/21] PKG updates and QA warning fix Armin Kuster
                   ` (11 preceding siblings ...)
  2018-03-26 14:30 ` [PATCH 10/21] xeyes: update to 1.1.2 Armin Kuster
@ 2018-03-26 14:30 ` Armin Kuster
  2018-03-26 14:40   ` Alexander Kanavin
  2018-03-26 14:30 ` [PATCH 12/21] xset: update to 1.2.4 Armin Kuster
                   ` (10 subsequent siblings)
  23 siblings, 1 reply; 31+ messages in thread
From: Armin Kuster @ 2018-03-26 14:30 UTC (permalink / raw
  To: akuster, openembedded-core

From: Armin Kuster <akuster@mvista.com>

refreshed patch

Signed-off-by: Armin Kuster <akuster@mvista.com>
---
 .../xorg-lib/libxshmfence/extensions.patch                 | 14 ++++++++------
 .../xorg-lib/{libxshmfence_1.2.bb => libxshmfence_1.3.bb}  |  4 ++--
 2 files changed, 10 insertions(+), 8 deletions(-)
 rename meta/recipes-graphics/xorg-lib/{libxshmfence_1.2.bb => libxshmfence_1.3.bb} (77%)

diff --git a/meta/recipes-graphics/xorg-lib/libxshmfence/extensions.patch b/meta/recipes-graphics/xorg-lib/libxshmfence/extensions.patch
index 4cc9e05..461fe83 100644
--- a/meta/recipes-graphics/xorg-lib/libxshmfence/extensions.patch
+++ b/meta/recipes-graphics/xorg-lib/libxshmfence/extensions.patch
@@ -4,14 +4,16 @@ AC_USE_SYSTEM_EXTENSIONS to get that defined.
 Upstream-Status: Submitted
 Signed-off-by: Ross Burton <ross.burton@intel.com>
 
-diff --git a/configure.ac b/configure.ac
-index 0c98875..ebf4dee 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -29,4 +29,6 @@ AC_CONFIG_SRCDIR([Makefile.am])
- AC_CONFIG_HEADERS([config.h])
+Index: libxshmfence-1.3/configure.ac
+===================================================================
+--- libxshmfence-1.3.orig/configure.ac
++++ libxshmfence-1.3/configure.ac
+@@ -30,6 +30,8 @@ AC_CONFIG_HEADERS([config.h])
+ 
+ AC_USE_SYSTEM_EXTENSIONS
  
 +AC_USE_SYSTEM_EXTENSIONS
 +
  # Initialize Automake
  AM_INIT_AUTOMAKE([foreign dist-bzip2])
+ 
diff --git a/meta/recipes-graphics/xorg-lib/libxshmfence_1.2.bb b/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.bb
similarity index 77%
rename from meta/recipes-graphics/xorg-lib/libxshmfence_1.2.bb
rename to meta/recipes-graphics/xorg-lib/libxshmfence_1.3.bb
index 1df068d..f6f5fb2 100644
--- a/meta/recipes-graphics/xorg-lib/libxshmfence_1.2.bb
+++ b/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.bb
@@ -15,5 +15,5 @@ BBCLASSEXTEND = "native nativesdk"
 
 SRC_URI += "file://extensions.patch"
 
-SRC_URI[md5sum] = "66662e76899112c0f99e22f2fc775a7e"
-SRC_URI[sha256sum] = "d21b2d1fd78c1efbe1f2c16dae1cb23f8fd231dcf891465b8debe636a9054b0c"
+SRC_URI[md5sum] = "42dda8016943dc12aff2c03a036e0937"
+SRC_URI[sha256sum] = "b884300d26a14961a076fbebc762a39831cb75f92bed5ccf9836345b459220c7"
-- 
2.7.4



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

* [PATCH 12/21] xset: update to 1.2.4
  2018-03-25 15:00 [PATCH 00/21] PKG updates and QA warning fix Armin Kuster
                   ` (12 preceding siblings ...)
  2018-03-26 14:30 ` [PATCH 11/21] libshmfence: update to 1.3 Armin Kuster
@ 2018-03-26 14:30 ` Armin Kuster
  2018-03-26 14:30 ` [PATCH 13/21] xcb-proto: update to 1.13 Armin Kuster
                   ` (9 subsequent siblings)
  23 siblings, 0 replies; 31+ messages in thread
From: Armin Kuster @ 2018-03-26 14:30 UTC (permalink / raw
  To: akuster, openembedded-core

From: Armin Kuster <akuster@mvista.com>

Signed-off-by: Armin Kuster <akuster@mvista.com>
---
 meta/recipes-graphics/xorg-app/{xset_1.2.3.bb => xset_1.2.4.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-graphics/xorg-app/{xset_1.2.3.bb => xset_1.2.4.bb} (77%)

diff --git a/meta/recipes-graphics/xorg-app/xset_1.2.3.bb b/meta/recipes-graphics/xorg-app/xset_1.2.4.bb
similarity index 77%
rename from meta/recipes-graphics/xorg-app/xset_1.2.3.bb
rename to meta/recipes-graphics/xorg-app/xset_1.2.4.bb
index f683b76..5748837 100644
--- a/meta/recipes-graphics/xorg-app/xset_1.2.3.bb
+++ b/meta/recipes-graphics/xorg-app/xset_1.2.4.bb
@@ -12,8 +12,8 @@ PE = "1"
 
 SRC_URI += "file://disable-xkb.patch"
 
-SRC_URI[md5sum] = "dcd227388b57487d543cab2fd7a602d7"
-SRC_URI[sha256sum] = "4382f4fb29b88647e13f3b4bc29263134270747fc159cfc5f7e3af23588c8063"
+SRC_URI[md5sum] = "70ea7bc7bacf1a124b1692605883f620"
+SRC_URI[sha256sum] = "e4fd95280df52a88e9b0abc1fee11dcf0f34fc24041b9f45a247e52df941c957"
 
 CFLAGS += "-D_GNU_SOURCE"
 EXTRA_OECONF = "--disable-xkb --without-fontcache"
-- 
2.7.4



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

* [PATCH 13/21] xcb-proto: update to 1.13
  2018-03-25 15:00 [PATCH 00/21] PKG updates and QA warning fix Armin Kuster
                   ` (13 preceding siblings ...)
  2018-03-26 14:30 ` [PATCH 12/21] xset: update to 1.2.4 Armin Kuster
@ 2018-03-26 14:30 ` Armin Kuster
  2018-03-26 14:30 ` [PATCH 14/21] curl: update to 7.59.0 Armin Kuster
                   ` (8 subsequent siblings)
  23 siblings, 0 replies; 31+ messages in thread
From: Armin Kuster @ 2018-03-26 14:30 UTC (permalink / raw
  To: akuster, openembedded-core

From: Armin Kuster <akuster@mvista.com>

drop patches included in update

Signed-off-by: Armin Kuster <akuster@mvista.com>
---
 .../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 +-
 3 files changed, 4 insertions(+), 296 deletions(-)
 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%)

diff --git a/meta/recipes-graphics/xorg-proto/xcb-proto/0001-Make-whitespace-use-consistent.patch b/meta/recipes-graphics/xorg-proto/xcb-proto/0001-Make-whitespace-use-consistent.patch
deleted file mode 100644
index 89ec666..0000000
--- a/meta/recipes-graphics/xorg-proto/xcb-proto/0001-Make-whitespace-use-consistent.patch
+++ /dev/null
@@ -1,215 +0,0 @@
-From ea7a3ac6c658164690e0febb55f4467cb9e0bcac Mon Sep 17 00:00:00 2001
-From: Thomas Klausner <wiz@NetBSD.org>
-Date: Thu, 19 May 2016 17:30:04 +0200
-Subject: [PATCH 1/2] Make whitespace use consistent.
-
-At least python-3.5.x complains about this forcefully.
-
-Signed-off-by: Thomas Klausner <wiz@NetBSD.org>
-Signed-off-by: Uli Schlachter <psychon@znc.in>
-
-Upstream-Status: Backport
-
-Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
----
- xcbgen/align.py | 96 ++++++++++++++++++++++++++++-----------------------------
- 1 file changed, 48 insertions(+), 48 deletions(-)
-
-diff --git a/xcbgen/align.py b/xcbgen/align.py
-index 5e31838..d4c12ee 100644
---- a/xcbgen/align.py
-+++ b/xcbgen/align.py
-@@ -16,12 +16,12 @@ class Alignment(object):
-         return self.align == other.align and self.offset == other.offset
- 
-     def __str__(self):
--	return "(align=%d, offset=%d)" % (self.align, self.offset)
-+        return "(align=%d, offset=%d)" % (self.align, self.offset)
- 
-     @staticmethod
-     def for_primitive_type(size):
--	# compute the required start_alignment based on the size of the type
--	if size % 8 == 0:
-+        # compute the required start_alignment based on the size of the type
-+        if size % 8 == 0:
-             # do 8-byte primitives require 8-byte alignment in X11?
-             return Alignment(8,0)
-         elif size % 4 == 0:
-@@ -33,7 +33,7 @@ class Alignment(object):
- 
- 
-     def align_after_fixed_size(self, size):
--	new_offset = (self.offset + size) % self.align
-+        new_offset = (self.offset + size) % self.align
-         return Alignment(self.align, new_offset)
- 
- 
-@@ -41,7 +41,7 @@ class Alignment(object):
-         '''
-         Assuming the given external_align, checks whether
-         self is fulfilled for all cases.
--	Returns True if yes, False otherwise.
-+        Returns True if yes, False otherwise.
-         '''
-         if self.align == 1 and self.offset == 0:
-             # alignment 1 with offset 0 is always fulfilled
-@@ -55,9 +55,9 @@ class Alignment(object):
-             # the external align guarantees less alignment -> not guaranteed
-             return False
- 
--	if external_align.align % self.align != 0:
-+        if external_align.align % self.align != 0:
-             # the external align cannot be divided by our align
--	    # -> not guaranteed
-+            # -> not guaranteed
-             # (this can only happen if there are alignments that are not
-             # a power of 2, which is highly discouraged. But better be
-             # safe and check for it)
-@@ -72,7 +72,7 @@ class Alignment(object):
- 
-     def combine_with(self, other):
-         # returns the alignment that is guaranteed when
--	# both, self or other, can happen
-+        # both, self or other, can happen
-         new_align = gcd(self.align, other.align)
-         new_offset_candidate1 = self.offset % new_align
-         new_offset_candidate2 = other.offset % new_align
-@@ -83,8 +83,8 @@ class Alignment(object):
-             new_align = gcd(new_align, offset_diff)
-             new_offset_candidate1 = self.offset % new_align
-             new_offset_candidate2 = other.offset % new_align
--	    assert new_offset_candidate1 == new_offset_candidate2
--	    new_offset = new_offset_candidate1
-+            assert new_offset_candidate1 == new_offset_candidate2
-+            new_offset = new_offset_candidate1
-         # return the result
-         return Alignment(new_align, new_offset)
- 
-@@ -92,44 +92,44 @@ class Alignment(object):
- class AlignmentLog(object):
- 
-     def __init__(self):
--	self.ok_list = []
--	self.fail_list = []
--	self.verbosity = 1
-+        self.ok_list = []
-+        self.fail_list = []
-+        self.verbosity = 1
- 
-     def __str__(self):
--	result = ""
-+        result = ""
- 
--	# output the OK-list
--	for (align_before, field_name, type_obj, callstack, align_after) in self.ok_list:
--	    stacksize = len(callstack)
-+        # output the OK-list
-+        for (align_before, field_name, type_obj, callstack, align_after) in self.ok_list:
-+            stacksize = len(callstack)
-             indent = '  ' * stacksize
--	    if self.ok_callstack_is_relevant(callstack):
-+            if self.ok_callstack_is_relevant(callstack):
-                 if field_name is None or field_name == "":
--	            result += ("    %sok: %s:\n\t%sbefore: %s, after: %s\n"
--		        % (indent, str(type_obj), indent, str(align_before), str(align_after)))
--	        else:
--		    result += ("    %sok: field \"%s\" in %s:\n\t%sbefore: %s, after: %s\n"
--		        % (indent, str(field_name), str(type_obj),
--		           indent, str(align_before), str(align_after)))
-+                    result += ("    %sok: %s:\n\t%sbefore: %s, after: %s\n"
-+                        % (indent, str(type_obj), indent, str(align_before), str(align_after)))
-+                else:
-+                    result += ("    %sok: field \"%s\" in %s:\n\t%sbefore: %s, after: %s\n"
-+                        % (indent, str(field_name), str(type_obj),
-+                           indent, str(align_before), str(align_after)))
-                 if self.verbosity >= 1:
--		    result += self.callstack_to_str(indent, callstack)
-+                    result += self.callstack_to_str(indent, callstack)
- 
--	# output the fail-list
--	for (align_before, field_name, type_obj, callstack, reason) in self.fail_list:
--	    stacksize = len(callstack)
-+        # output the fail-list
-+        for (align_before, field_name, type_obj, callstack, reason) in self.fail_list:
-+            stacksize = len(callstack)
-             indent = '  ' * stacksize
--	    if field_name is None or field_name == "":
--	        result += ("    %sfail: align %s is incompatible with\n\t%s%s\n\t%sReason: %s\n"
--		    % (indent, str(align_before), indent, str(type_obj), indent, reason))
--	    else:
--		result += ("    %sfail: align %s is incompatible with\n\t%sfield \"%s\" in %s\n\t%sReason: %s\n"
--		    % (indent, str(align_before), indent, str(field_name), str(type_obj), indent, reason))
-+            if field_name is None or field_name == "":
-+                result += ("    %sfail: align %s is incompatible with\n\t%s%s\n\t%sReason: %s\n"
-+                    % (indent, str(align_before), indent, str(type_obj), indent, reason))
-+            else:
-+                result += ("    %sfail: align %s is incompatible with\n\t%sfield \"%s\" in %s\n\t%sReason: %s\n"
-+                    % (indent, str(align_before), indent, str(field_name), str(type_obj), indent, reason))
- 
-             if self.verbosity >= 1:
--	        result += self.callstack_to_str(indent, callstack)
-+                result += self.callstack_to_str(indent, callstack)
- 
- 
--	return result
-+        return result
- 
- 
-     def callstack_to_str(self, indent, callstack):
-@@ -137,41 +137,41 @@ class AlignmentLog(object):
-         for stack_elem in callstack:
-             result += "\t  %s%s\n" % (indent, str(stack_elem))
-         result += "\t%s]\n" % indent
--	return result
-+        return result
- 
- 
-     def ok_callstack_is_relevant(self, ok_callstack):
-         # determine whether an ok callstack is relevant for logging
--	if self.verbosity >= 2:
--	    return True
-+        if self.verbosity >= 2:
-+            return True
- 
-         # empty callstacks are always relevant
--	if len(ok_callstack) == 0:
-+        if len(ok_callstack) == 0:
-             return True
- 
--	# check whether the ok_callstack is a subset or equal to a fail_callstack
-+        # check whether the ok_callstack is a subset or equal to a fail_callstack
-         for (align_before, field_name, type_obj, fail_callstack, reason) in self.fail_list:
-             if len(ok_callstack) <= len(fail_callstack):
-                 zipped = zip(ok_callstack, fail_callstack[:len(ok_callstack)])
--		is_subset = all([i == j for i, j in zipped])
--		if is_subset:
-+                is_subset = all([i == j for i, j in zipped])
-+                if is_subset:
-                     return True
- 
-         return False
- 
- 
-     def ok(self, align_before, field_name, type_obj, callstack, align_after):
--	self.ok_list.append((align_before, field_name, type_obj, callstack, align_after))
-+        self.ok_list.append((align_before, field_name, type_obj, callstack, align_after))
- 
-     def fail(self, align_before, field_name, type_obj, callstack, reason):
--	self.fail_list.append((align_before, field_name, type_obj, callstack, reason))
-+        self.fail_list.append((align_before, field_name, type_obj, callstack, reason))
- 
-     def append(self, other):
--	self.ok_list.extend(other.ok_list)
--	self.fail_list.extend(other.fail_list)
-+        self.ok_list.extend(other.ok_list)
-+        self.fail_list.extend(other.fail_list)
- 
-     def ok_count(self):
--	return len(self.ok_list)
-+        return len(self.ok_list)
- 
- 
- 
--- 
-2.9.0
-
diff --git a/meta/recipes-graphics/xorg-proto/xcb-proto/0002-print-is-a-function-and-needs-parentheses.patch b/meta/recipes-graphics/xorg-proto/xcb-proto/0002-print-is-a-function-and-needs-parentheses.patch
deleted file mode 100644
index 542acb8..0000000
--- a/meta/recipes-graphics/xorg-proto/xcb-proto/0002-print-is-a-function-and-needs-parentheses.patch
+++ /dev/null
@@ -1,75 +0,0 @@
-From bea5e1c85bdc0950913790364e18228f20395a3d Mon Sep 17 00:00:00 2001
-From: Thomas Klausner <wiz@NetBSD.org>
-Date: Thu, 19 May 2016 17:30:05 +0200
-Subject: [PATCH 2/2] print() is a function and needs parentheses.
-
-Fixes build with python-3.x.
-
-Signed-off-by: Thomas Klausner <wiz@NetBSD.org>
-Signed-off-by: Uli Schlachter <psychon@znc.in>
-
-Upstream-Status: Backport
-
-Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
----
- xcbgen/xtypes.py | 12 ++++++------
- 1 file changed, 6 insertions(+), 6 deletions(-)
-
-diff --git a/xcbgen/xtypes.py b/xcbgen/xtypes.py
-index c3b5758..b83b119 100644
---- a/xcbgen/xtypes.py
-+++ b/xcbgen/xtypes.py
-@@ -501,7 +501,7 @@ class ComplexType(Type):
-                 int(required_start_align_element.get('align', "4"), 0),
-                 int(required_start_align_element.get('offset', "0"), 0))
-             if verbose_align_log:
--                print "Explicit start-align for %s: %s\n" % (self, self.required_start_align)
-+                print ("Explicit start-align for %s: %s\n" % (self, self.required_start_align))
- 
-     def resolve(self, module):
-         if self.resolved:
-@@ -592,7 +592,7 @@ class ComplexType(Type):
-                 if verbose_align_log:
-                     print ("calc_required_start_align: %s has start-align %s"
-                         % (str(self), str(self.required_start_align)))
--                    print "Details:\n" + str(log)
-+                    print ("Details:\n" + str(log))
-                 if self.required_start_align.offset != 0:
-                     print (("WARNING: %s\n\thas start-align with non-zero offset: %s"
-                         + "\n\tsuggest to add explicit definition with:"
-@@ -619,12 +619,12 @@ class ComplexType(Type):
-             for offset in range(0,align):
-                 align_candidate = Alignment(align, offset)
-                 if verbose_align_log:
--                    print "trying %s for %s" % (str(align_candidate), str(self))
-+                    print ("trying %s for %s" % (str(align_candidate), str(self)))
-                 my_log = AlignmentLog()
-                 if self.is_possible_start_align(align_candidate, callstack, my_log):
-                     log.append(my_log)
-                     if verbose_align_log:
--                        print "found start-align %s for %s" % (str(align_candidate), str(self))
-+                        print ("found start-align %s for %s" % (str(align_candidate), str(self)))
-                     return align_candidate
-                 else:
-                     my_ok_count = my_log.ok_count()
-@@ -641,7 +641,7 @@ class ComplexType(Type):
-         # none of the candidates applies
-         # this type has illegal internal aligns for all possible start_aligns
-         if verbose_align_log:
--            print "didn't find start-align for %s" % str(self)
-+            print ("didn't find start-align for %s" % str(self))
-         log.append(best_log)
-         return None
- 
-@@ -900,7 +900,7 @@ class SwitchType(ComplexType):
-     # aux function for unchecked_get_alignment_after
-     def get_align_for_selected_case_field(self, case_field, start_align, callstack, log):
-         if verbose_align_log:
--            print "get_align_for_selected_case_field: %s, case_field = %s" % (str(self), str(case_field))
-+            print ("get_align_for_selected_case_field: %s, case_field = %s" % (str(self), str(case_field)))
-         total_align = start_align
-         for field in self.bitcases:
-             my_callstack = callstack[:]
--- 
-2.9.0
-
diff --git a/meta/recipes-graphics/xorg-proto/xcb-proto_1.12.bb b/meta/recipes-graphics/xorg-proto/xcb-proto_1.13.bb
similarity index 83%
rename from meta/recipes-graphics/xorg-proto/xcb-proto_1.12.bb
rename to meta/recipes-graphics/xorg-proto/xcb-proto_1.13.bb
index 25a8373..d503786 100644
--- a/meta/recipes-graphics/xorg-proto/xcb-proto_1.12.bb
+++ b/meta/recipes-graphics/xorg-proto/xcb-proto_1.13.bb
@@ -11,12 +11,10 @@ LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://COPYING;md5=d763b081cb10c223435b01e00dc0aba7 \
                     file://src/dri2.xml;beginline=2;endline=28;md5=f8763b13ff432e8597e0d610cf598e65"
 
-SRC_URI = "http://xcb.freedesktop.org/dist/${BP}.tar.bz2 \
-           file://0001-Make-whitespace-use-consistent.patch \
-           file://0002-print-is-a-function-and-needs-parentheses.patch \
-           "
-SRC_URI[md5sum] = "14e60919f859560f28426a685a555962"
-SRC_URI[sha256sum] = "5922aba4c664ab7899a29d92ea91a87aa4c1fc7eb5ee550325c3216c480a4906"
+SRC_URI = "http://xcb.freedesktop.org/dist/${BP}.tar.bz2"
+
+SRC_URI[md5sum] = "abe9aa4886138150bbc04ae4f29b90e3"
+SRC_URI[sha256sum] = "7b98721e669be80284e9bbfeab02d2d0d54cd11172b72271e47a2fe875e2bde1"
 
 inherit autotools pkgconfig
 
-- 
2.7.4



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

* [PATCH 14/21] curl: update to 7.59.0
  2018-03-25 15:00 [PATCH 00/21] PKG updates and QA warning fix Armin Kuster
                   ` (14 preceding siblings ...)
  2018-03-26 14:30 ` [PATCH 13/21] xcb-proto: update to 1.13 Armin Kuster
@ 2018-03-26 14:30 ` Armin Kuster
  2018-03-26 14:30 ` [PATCH 15/21] mkfontscale: update to 1.1.3 Armin Kuster
                   ` (7 subsequent siblings)
  23 siblings, 0 replies; 31+ messages in thread
From: Armin Kuster @ 2018-03-26 14:30 UTC (permalink / raw
  To: akuster, openembedded-core

From: Armin Kuster <akuster@mvista.com>

Signed-off-by: Armin Kuster <akuster@mvista.com>
---
 meta/recipes-support/curl/{curl_7.58.0.bb => curl_7.59.0.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-support/curl/{curl_7.58.0.bb => curl_7.59.0.bb} (95%)

diff --git a/meta/recipes-support/curl/curl_7.58.0.bb b/meta/recipes-support/curl/curl_7.59.0.bb
similarity index 95%
rename from meta/recipes-support/curl/curl_7.58.0.bb
rename to meta/recipes-support/curl/curl_7.59.0.bb
index 5535a56..e356fdc 100644
--- a/meta/recipes-support/curl/curl_7.58.0.bb
+++ b/meta/recipes-support/curl/curl_7.59.0.bb
@@ -15,8 +15,8 @@ SRC_URI = "http://curl.haxx.se/download/curl-${PV}.tar.bz2 \
 #
 SRC_URI += " file://configure_ac.patch"
 
-SRC_URI[md5sum] = "fa049f9f90c1ae473a2a7bcfa14de976"
-SRC_URI[sha256sum] = "1cb081f97807c01e3ed747b6e1c9fee7a01cb10048f1cd0b5f56cfe0209de731"
+SRC_URI[md5sum] = "a2192804f7c2636a09320416afcf888e"
+SRC_URI[sha256sum] = "b5920ffd6a8c95585fb95070e0ced38322790cb335c39d0dab852d12e157b5a0"
 
 CVE_PRODUCT = "libcurl"
 inherit autotools pkgconfig binconfig multilib_header
-- 
2.7.4



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

* [PATCH 15/21] mkfontscale: update to 1.1.3
  2018-03-25 15:00 [PATCH 00/21] PKG updates and QA warning fix Armin Kuster
                   ` (15 preceding siblings ...)
  2018-03-26 14:30 ` [PATCH 14/21] curl: update to 7.59.0 Armin Kuster
@ 2018-03-26 14:30 ` Armin Kuster
  2018-03-26 14:30 ` [PATCH 16/21] util-macros: update to 1.19.2 Armin Kuster
                   ` (6 subsequent siblings)
  23 siblings, 0 replies; 31+ messages in thread
From: Armin Kuster @ 2018-03-26 14:30 UTC (permalink / raw
  To: akuster, openembedded-core

From: Armin Kuster <akuster@mvista.com>

Signed-off-by: Armin Kuster <akuster@mvista.com>
---
 .../xorg-app/{mkfontscale_1.1.2.bb => mkfontscale_1.1.3.bb}           | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-graphics/xorg-app/{mkfontscale_1.1.2.bb => mkfontscale_1.1.3.bb} (80%)

diff --git a/meta/recipes-graphics/xorg-app/mkfontscale_1.1.2.bb b/meta/recipes-graphics/xorg-app/mkfontscale_1.1.3.bb
similarity index 80%
rename from meta/recipes-graphics/xorg-app/mkfontscale_1.1.2.bb
rename to meta/recipes-graphics/xorg-app/mkfontscale_1.1.3.bb
index 31cf186..88c88f1 100644
--- a/meta/recipes-graphics/xorg-app/mkfontscale_1.1.2.bb
+++ b/meta/recipes-graphics/xorg-app/mkfontscale_1.1.3.bb
@@ -14,5 +14,5 @@ BBCLASSEXTEND = "native"
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=2e0d129d05305176d1a790e0ac1acb7f"
 
-SRC_URI[md5sum] = "9bdd6ebfa62b1bbd474906ac86a40fd8"
-SRC_URI[sha256sum] = "8c6d5228af885477b9aec60ca6f172578e7d2de42234357af62fb00439453f20"
+SRC_URI[md5sum] = "987c438e79f5ddb84a9c5726a1610819"
+SRC_URI[sha256sum] = "1e98df69ee5f4542d711e140e1d93e2c3f2775407ccbb7849110d52b91782a6a"
-- 
2.7.4



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

* [PATCH 16/21] util-macros: update to 1.19.2
  2018-03-25 15:00 [PATCH 00/21] PKG updates and QA warning fix Armin Kuster
                   ` (16 preceding siblings ...)
  2018-03-26 14:30 ` [PATCH 15/21] mkfontscale: update to 1.1.3 Armin Kuster
@ 2018-03-26 14:30 ` Armin Kuster
  2018-03-26 14:30 ` [PATCH 17/21] nspr: update to 4.19 Armin Kuster
                   ` (5 subsequent siblings)
  23 siblings, 0 replies; 31+ messages in thread
From: Armin Kuster @ 2018-03-26 14:30 UTC (permalink / raw
  To: akuster, openembedded-core

From: Armin Kuster <akuster@mvista.com>

Signed-off-by: Armin Kuster <akuster@mvista.com>
---
 .../xorg-util/{util-macros_1.19.1.bb => util-macros_1.19.2.bb}        | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-graphics/xorg-util/{util-macros_1.19.1.bb => util-macros_1.19.2.bb} (75%)

diff --git a/meta/recipes-graphics/xorg-util/util-macros_1.19.1.bb b/meta/recipes-graphics/xorg-util/util-macros_1.19.2.bb
similarity index 75%
rename from meta/recipes-graphics/xorg-util/util-macros_1.19.1.bb
rename to meta/recipes-graphics/xorg-util/util-macros_1.19.2.bb
index b39d787..2680599 100644
--- a/meta/recipes-graphics/xorg-util/util-macros_1.19.1.bb
+++ b/meta/recipes-graphics/xorg-util/util-macros_1.19.2.bb
@@ -9,8 +9,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=1970511fddd439b07a6ba789d28ff662"
 
 PE = "1"
 
-SRC_URI[md5sum] = "3f8a8e6100556f7f28e469809805dee8"
-SRC_URI[sha256sum] = "472ad0e41d1e0abf5ecafd29460bf1b8d47e53d4b7d3abf1f66d02dc576547b8"
+SRC_URI[md5sum] = "5059b328fac086b733ffac6607164c41"
+SRC_URI[sha256sum] = "9225c45c3de60faf971979a55a5536f3562baa4b6f02246c23e98ac0c09a75b7"
 
 # ${PN} is empty so we need to tweak -dev and -dbg package dependencies
 RDEPENDS_${PN}-dev = ""
-- 
2.7.4



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

* [PATCH 17/21] nspr: update to 4.19
  2018-03-25 15:00 [PATCH 00/21] PKG updates and QA warning fix Armin Kuster
                   ` (17 preceding siblings ...)
  2018-03-26 14:30 ` [PATCH 16/21] util-macros: update to 1.19.2 Armin Kuster
@ 2018-03-26 14:30 ` Armin Kuster
  2018-03-26 14:30 ` [PATCH 18/21] libxcb: update to 1.13 Armin Kuster
                   ` (4 subsequent siblings)
  23 siblings, 0 replies; 31+ messages in thread
From: Armin Kuster @ 2018-03-26 14:30 UTC (permalink / raw
  To: akuster, openembedded-core

From: Armin Kuster <akuster@mvista.com>

patch 0001-include-stdint.h-for-SSIZE_MAX-and-SIZE_MAX-definiti.patch remove
as it is included in update

Signed-off-by: Armin Kuster <akuster@mvista.com>
---
 ...int.h-for-SSIZE_MAX-and-SIZE_MAX-definiti.patch | 30 ----------------------
 .../nspr/{nspr_4.18.bb => nspr_4.19.bb}            |  5 ++--
 2 files changed, 2 insertions(+), 33 deletions(-)
 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%)

diff --git a/meta/recipes-support/nspr/nspr/0001-include-stdint.h-for-SSIZE_MAX-and-SIZE_MAX-definiti.patch b/meta/recipes-support/nspr/nspr/0001-include-stdint.h-for-SSIZE_MAX-and-SIZE_MAX-definiti.patch
deleted file mode 100644
index b3bdd8e..0000000
--- a/meta/recipes-support/nspr/nspr/0001-include-stdint.h-for-SSIZE_MAX-and-SIZE_MAX-definiti.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From f7551ec58e2f0a892295e0c2a650083101e12c54 Mon Sep 17 00:00:00 2001
-From: Khem Raj <raj.khem@gmail.com>
-Date: Sat, 20 May 2017 13:24:26 -0700
-Subject: [PATCH] include stdint.h for SSIZE_MAX and SIZE_MAX definitions
-
-Signed-off-by: Khem Raj <raj.khem@gmail.com>
----
-Upstream-Status: Pending
-
- pr/tests/prfz.c | 4 +++-
- 1 file changed, 3 insertions(+), 1 deletion(-)
-
-diff --git a/pr/tests/prfz.c b/pr/tests/prfz.c
-index 0c5a432..9c17590 100644
---- a/pr/tests/prfz.c
-+++ b/pr/tests/prfz.c
-@@ -10,7 +10,9 @@
- #include <sys/types.h>
- #include <limits.h>
- #include <string.h>
--
-+#ifdef XP_UNIX
-+#include <stdint.h>
-+#endif
- int
- main(int argc, char **argv)
- {
--- 
-2.13.0
-
diff --git a/meta/recipes-support/nspr/nspr_4.18.bb b/meta/recipes-support/nspr/nspr_4.19.bb
similarity index 95%
rename from meta/recipes-support/nspr/nspr_4.18.bb
rename to meta/recipes-support/nspr/nspr_4.19.bb
index cd7ae8c8..de2c871 100644
--- a/meta/recipes-support/nspr/nspr_4.18.bb
+++ b/meta/recipes-support/nspr/nspr_4.19.bb
@@ -10,7 +10,6 @@ SRC_URI = "http://ftp.mozilla.org/pub/nspr/releases/v${PV}/src/nspr-${PV}.tar.gz
            file://fix-build-on-x86_64.patch \
            file://remove-srcdir-from-configure-in.patch \
            file://0002-Add-nios2-support.patch \
-           file://0001-include-stdint.h-for-SSIZE_MAX-and-SIZE_MAX-definiti.patch \
            file://0001-md-Fix-build-with-musl.patch \
            file://nspr.pc.in \
 "
@@ -23,8 +22,8 @@ CACHED_CONFIGUREVARS_append_libc-musl = " CFLAGS='${CFLAGS} -D_PR_POLL_AVAILABLE
 UPSTREAM_CHECK_URI = "http://ftp.mozilla.org/pub/nspr/releases/"
 UPSTREAM_CHECK_REGEX = "v(?P<pver>\d+(\.\d+)+)/"
 
-SRC_URI[md5sum] = "2a558f9aeb109bfb16d78bdc42033a1e"
-SRC_URI[sha256sum] = "b89657c09bf88707d06ac238b8930d3ae08de68cb3edccfdc2e3dc97f9c8fb34"
+SRC_URI[md5sum] = "e1d27282ad6286b69d6b9fd07201d3dd"
+SRC_URI[sha256sum] = "2ed95917fa2277910d1d1cf36030607dccc0ba522bba08e2af13c113dcd8f729"
 
 CVE_PRODUCT = "netscape_portable_runtime"
 
-- 
2.7.4



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

* [PATCH 18/21] libxcb: update to 1.13
  2018-03-25 15:00 [PATCH 00/21] PKG updates and QA warning fix Armin Kuster
                   ` (18 preceding siblings ...)
  2018-03-26 14:30 ` [PATCH 17/21] nspr: update to 4.19 Armin Kuster
@ 2018-03-26 14:30 ` Armin Kuster
  2018-03-26 14:30 ` [PATCH 19/21] xf86-video-vesa: update 2.4.0 update Armin Kuster
                   ` (3 subsequent siblings)
  23 siblings, 0 replies; 31+ messages in thread
From: Armin Kuster @ 2018-03-26 14:30 UTC (permalink / raw
  To: akuster, openembedded-core

From: Armin Kuster <akuster@mvista.com>

patch 0001-include-stdint.h-for-SSIZE_MAX-and-SIZE_MAX-definiti.patch remove
as it is included in update

Signed-off-by: Armin Kuster <akuster@mvista.com>
---
 .../Fix-inconsistent-use-of-tabs-vs.-space.patch   | 62 ----------------------
 .../xorg-lib/{libxcb_1.12.bb => libxcb_1.13.bb}    |  6 +--
 2 files changed, 3 insertions(+), 65 deletions(-)
 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%)

diff --git a/meta/recipes-graphics/xorg-lib/libxcb/Fix-inconsistent-use-of-tabs-vs.-space.patch b/meta/recipes-graphics/xorg-lib/libxcb/Fix-inconsistent-use-of-tabs-vs.-space.patch
deleted file mode 100644
index 8992386..0000000
--- a/meta/recipes-graphics/xorg-lib/libxcb/Fix-inconsistent-use-of-tabs-vs.-space.patch
+++ /dev/null
@@ -1,62 +0,0 @@
-From 8740a288ca468433141341347aa115b9544891d3 Mon Sep 17 00:00:00 2001
-From: Thomas Klausner <wiz@NetBSD.org>
-Date: Thu, 19 May 2016 17:31:18 +0200
-Subject: [PATCH] Fix inconsistent use of tabs vs. space.
-
-Needed for at least python-3.5.x.
-
-Signed-off-by: Thomas Klausner <wiz@NetBSD.org>
-Signed-off-by: Uli Schlachter <psychon@znc.in>
-
-Upstream-Status: Backport
-
-Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
----
- src/c_client.py | 14 +++++++-------
- 1 file changed, 7 insertions(+), 7 deletions(-)
-
-diff --git a/src/c_client.py b/src/c_client.py
-index 57de3fb..043338d 100644
---- a/src/c_client.py
-+++ b/src/c_client.py
-@@ -1364,7 +1364,7 @@ def _c_serialize(context, self):
-             _c('    unsigned int xcb_align_to = 0;')
-         if self.is_switch:
-             _c('    unsigned int xcb_padding_offset = %d;',
--	       self.get_align_offset() )
-+               self.get_align_offset() )
-         prefix = [('_aux', '->', self)]
-         aux_ptr = 'xcb_out'
- 
-@@ -1390,7 +1390,7 @@ def _c_serialize(context, self):
-         _c('    unsigned int xcb_align_to = 0;')
-         if self.is_switch:
-             _c('    unsigned int xcb_padding_offset = %d;',
--	       self.get_align_offset() )
-+               self.get_align_offset() )
- 
-     elif 'sizeof' == context:
-         param_names = [p[2] for p in params]
-@@ -1930,14 +1930,14 @@ def _c_accessors_list(self, field):
-                     # from the request size and divide that by the member size
-                     return '(((R->length * 4) - sizeof('+ self.c_type + '))/'+'sizeof('+field.type.member.c_wiretype+'))'
-                 else:
--		    # use the accessor to get the start of the list, then
--		    # compute the length of it by subtracting it from
-+                    # use the accessor to get the start of the list, then
-+                    # compute the length of it by subtracting it from
-                     # the adress of the first byte after the end of the
-                     # request
--		    after_end_of_request = '(((char*)R) + R->length * 4)'
--		    start_of_list = '%s(R)' % (field.c_accessor_name)
-+                    after_end_of_request = '(((char*)R) + R->length * 4)'
-+                    start_of_list = '%s(R)' % (field.c_accessor_name)
-                     bytesize_of_list = '%s - (char*)(%s)' % (after_end_of_request, start_of_list)
--		    return '(%s) / sizeof(%s)' % (bytesize_of_list, field.type.member.c_wiretype)
-+                    return '(%s) / sizeof(%s)' % (bytesize_of_list, field.type.member.c_wiretype)
-             else:
-                 raise Exception(
-                     "lengthless lists with varsized members are not supported. Fieldname '%s'"
--- 
-2.9.0
-
diff --git a/meta/recipes-graphics/xorg-lib/libxcb_1.12.bb b/meta/recipes-graphics/xorg-lib/libxcb_1.13.bb
similarity index 85%
rename from meta/recipes-graphics/xorg-lib/libxcb_1.12.bb
rename to meta/recipes-graphics/xorg-lib/libxcb_1.13.bb
index a38bdea..04b58ea 100644
--- a/meta/recipes-graphics/xorg-lib/libxcb_1.12.bb
+++ b/meta/recipes-graphics/xorg-lib/libxcb_1.13.bb
@@ -13,10 +13,10 @@ SRC_URI = "http://xcb.freedesktop.org/dist/libxcb-${PV}.tar.bz2 \
            file://xcbincludedir.patch \
            file://disable-check.patch \
            file://gcc-mips-pr68302-mips-workaround.patch \
-           file://Fix-inconsistent-use-of-tabs-vs.-space.patch \
           "
-SRC_URI[md5sum] = "28e552bd78bc1050b6b26ca1db0e5bb6"
-SRC_URI[sha256sum] = "4adfb1b7c67e99bc9c2ccb110b2f175686576d2f792c8a71b9c8b19014057b5b"
+
+SRC_URI[md5sum] = "c2b6cf928afa16b0047c974e7aaa783f"
+SRC_URI[sha256sum] = "188c8752193c50ff2dbe89db4554c63df2e26a2e47b0fa415a70918b5b851daa"
 
 BBCLASSEXTEND = "native nativesdk"
 
-- 
2.7.4



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

* [PATCH 19/21] xf86-video-vesa: update 2.4.0 update
  2018-03-25 15:00 [PATCH 00/21] PKG updates and QA warning fix Armin Kuster
                   ` (19 preceding siblings ...)
  2018-03-26 14:30 ` [PATCH 18/21] libxcb: update to 1.13 Armin Kuster
@ 2018-03-26 14:30 ` Armin Kuster
  2018-03-26 14:30 ` [PATCH 20/21] tzcode-native: update to 2018d Armin Kuster
                   ` (2 subsequent siblings)
  23 siblings, 0 replies; 31+ messages in thread
From: Armin Kuster @ 2018-03-26 14:30 UTC (permalink / raw
  To: akuster, openembedded-core

From: Armin Kuster <akuster@mvista.com>

Signed-off-by: Armin Kuster <akuster@mvista.com>
---
 .../{xf86-video-vesa_2.3.4.bb => xf86-video-vesa_2.4.0.bb}          | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)
 rename meta/recipes-graphics/xorg-driver/{xf86-video-vesa_2.3.4.bb => xf86-video-vesa_2.4.0.bb} (77%)

diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.3.4.bb b/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.4.0.bb
similarity index 77%
rename from meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.3.4.bb
rename to meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.4.0.bb
index fa251b5..5c1356d 100644
--- a/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.3.4.bb
+++ b/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.4.0.bb
@@ -9,13 +9,11 @@ can drive most VESA-compatible video cards, but only makes use of the \
 basic standard VESA core that is common to these cards. The driver \
 supports depths 8, 15 16 and 24."
 
-PR = "${INC_PR}.0"
-
 DEPENDS += "virtual/libx11 randrproto libpciaccess"
 
 COMPATIBLE_HOST = '(i.86|x86_64).*-linux'
 
 RRECOMMENDS_${PN} += "xserver-xorg-module-libint10"
 
-SRC_URI[md5sum] = "a893c37c589f7a31cea929a5d896a0e2"
-SRC_URI[sha256sum] = "7bddf4d879dd6f67088ecb203a31e12334aab980174bd0909930a21f32e251c1"
+SRC_URI[md5sum] = "8134201beaf6f77150c7809c3cc802e6"
+SRC_URI[sha256sum] = "bf443c94d7bf6cd4e248f8a3147f4647be04dc4c80250d9405006263bbdee38c"
-- 
2.7.4



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

* [PATCH 20/21] tzcode-native: update to 2018d
  2018-03-25 15:00 [PATCH 00/21] PKG updates and QA warning fix Armin Kuster
                   ` (20 preceding siblings ...)
  2018-03-26 14:30 ` [PATCH 19/21] xf86-video-vesa: update 2.4.0 update Armin Kuster
@ 2018-03-26 14:30 ` 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
  23 siblings, 0 replies; 31+ messages in thread
From: Armin Kuster @ 2018-03-26 14:30 UTC (permalink / raw
  To: akuster, openembedded-core

From: Armin Kuster <akuster@mvista.com>

 Changes to code

    zic now accepts subsecond precision in expressions like
    00:19:32.13, which is approximately the legal time of the
    Netherlands from 1835 to 1937.  However, because it is
    questionable whether the few recorded uses of non-integer offsets
    had subsecond precision in practice, there are no plans for tzdata
    to use this feature.  (Thanks to Steve Allen for pointing out
    the limitations of historical data in this area.)

    The code is a bit more portable to MS-Windows.  Installers can
    compile with -DRESERVE_STD_EXT_IDS on MS-Windows platforms that
    reserve identifiers like 'localtime'.  (Thanks to Manuela
    Friedrich).

  Changes to documentation and commentary

    theory.html now outlines tzdb's extensions to POSIX's model for
    civil time, and has a section "POSIX features no longer needed"
    that lists POSIX API components that are now vestigial.
    (From suggestions by Steve Summit.)  It also better distinguishes
    time zones from tz regions.  (From a suggestion by Guy Harris.)

    Commentary is now more consistent about using the phrase "daylight
    saving time", to match the C name tm_isdst.  Daylight saving time
    need not occur in summer, and need not have a positive offset from
    standard time.

    Commentary about historical transitions in Uruguay has been expanded
    with links to many relevant legal documents.
    (Thanks to Tim Parenti.)

    Commentary now uses some non-ASCII characters with Unicode value
    less than U+0100, as they can be useful and should work even with
    older editors such as XEmacs.

Signed-off-by: Armin Kuster <akuster@mvista.com>
---
 .../tzcode/{tzcode-native_2018c.bb => tzcode-native_2018d.bb}     | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
 rename meta/recipes-extended/tzcode/{tzcode-native_2018c.bb => tzcode-native_2018d.bb} (70%)

diff --git a/meta/recipes-extended/tzcode/tzcode-native_2018c.bb b/meta/recipes-extended/tzcode/tzcode-native_2018d.bb
similarity index 70%
rename from meta/recipes-extended/tzcode/tzcode-native_2018c.bb
rename to meta/recipes-extended/tzcode/tzcode-native_2018d.bb
index 85e9b70..7933a5d 100644
--- a/meta/recipes-extended/tzcode/tzcode-native_2018c.bb
+++ b/meta/recipes-extended/tzcode/tzcode-native_2018d.bb
@@ -11,10 +11,10 @@ SRC_URI =" http://www.iana.org/time-zones/repository/releases/tzcode${PV}.tar.gz
 
 UPSTREAM_CHECK_URI = "http://www.iana.org/time-zones"
 
-SRC_URI[tzcode.md5sum] = "e6e0d4b2ce3fa6906f303157bed2612e"
-SRC_URI[tzcode.sha256sum] = "31fa7fc0f94a6ff2d6bc878c0a35e8ab8b5aa0e8b01445a1d4a8f14777d0e665"
-SRC_URI[tzdata.md5sum] = "c412b1531adef1be7a645ab734f86acc"
-SRC_URI[tzdata.sha256sum] = "2825c3e4b7ef520f24d393bcc02942f9762ffd3e7fc9b23850789ed8f22933f6"
+SRC_URI[tzcode.md5sum] = "96612b4f5d7e8804fd9a0981c021be90"
+SRC_URI[tzcode.sha256sum] = "7de44e85baad748d217e3fd60706f599f9aec68bce6356b163f52b0dbd40a8d9"
+SRC_URI[tzdata.md5sum] = "871a7ef808eb42ebc551acdb3d661554"
+SRC_URI[tzdata.sha256sum] = "5106eddceb5f1ae3a91dbd3960e1b8b11ba0dc08579a31cf0724a7691b10c054"
 
 S = "${WORKDIR}"
 
-- 
2.7.4



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

* [PATCH 21/21] tzdata: update to 2018d
  2018-03-25 15:00 [PATCH 00/21] PKG updates and QA warning fix Armin Kuster
                   ` (21 preceding siblings ...)
  2018-03-26 14:30 ` [PATCH 20/21] tzcode-native: update to 2018d Armin Kuster
@ 2018-03-26 14:30 ` Armin Kuster
  2018-03-26 15:05 ` ✗ patchtest: failure for PKG updates and QA warning fix Patchwork
  23 siblings, 0 replies; 31+ messages in thread
From: Armin Kuster @ 2018-03-26 14:30 UTC (permalink / raw
  To: akuster, openembedded-core

From: Armin Kuster <akuster@mvista.com>

  Briefly:

  Palestine starts DST a week earlier in 2018.
  Add support for vanguard and rearguard data consumers.
  Add subsecond precision to source data format, though not to data.

  Changes to future time stamps

    In 2018, Palestine starts DST on March 24, not March 31.
    Adjust future predictions accordingly.  (Thanks to Sharef Mustafa.)

  Changes to past and future time stamps

    Casey Station in Antarctica changed from +11 to +08 on 2018-03-11
    at 04:00.  (Thanks to Steffen Thorsen.)

  Changes to past time stamps

    Historical transitions for Uruguay, represented by
    America/Montevideo, have been updated per official legal documents,
    replacing previous data mainly originating from the inventions of
    Shanks & Pottenger.  This has resulted in adjustments ranging from
    30 to 90 minutes in either direction over at least two dozen
    distinct periods ranging from one day to several years in length.
    A mere handful of pre-1991 transitions are unaffected; data since
    then has come from more reliable contemporaneous reporting. These
    changes affect various timestamps in 1920-1923, 1936, 1939,
    1942-1943, 1959, 1966-1970, 1972, 1974-1980, and 1988-1990.
    Additionally, Uruguay's pre-standard-time UT offset has been
    adjusted westward by 7 seconds, from UT-03:44:44 to UT-03:44:51, to
    match the location of the Observatory of the National Meteorological
    Institute in Montevideo.
    (Thanks to Jeremie Bonjour, Tim Parenti, and Michael Deckers.)

    Enderbury and Kiritimati skipped New Year's Eve 1994, not
    New Year's Day 1995.  (Thanks to Kerry Shetline.)

    Fix the 1912-01-01 transition for Portugual and its colonies.
    This transition was at 00:00 according to the new UT offset, not
    according to the old one.  Also assume that Cape Verde switched on
    the same date as the rest, not in 1907.  This affects
    Africa/Bissau, Africa/Sao_Tome, Asia/Macau, Atlantic/Azores,
    Atlantic/Cape_Verde, Atlantic/Madeira, and Europe/Lisbon.
    (Thanks to Michael Deckers.)

    Fix an off-by-1 error for pre-1913 timestamps in Jamaica and in
    Turks & Caicos.

  Changes to past time zone abbreviations

    MMT took effect in Uruguay from 1908-06-10, not 1898-06-28. There
    is no clock change associated with the transition.

  Changes to build procedure

    The new DATAFORM macro in the Makefile lets the installer choose
    among three source data formats.  The idea is to lessen downstream
    disruption when data formats are improved.

    * DATAFORM=vanguard installs from the latest, bleeding-edge
      format.  DATAFORM=main (the default) installs from the format
      used in the 'africa' etc. files.  DATAFORM=rearguard installs
      from a trailing-edge format.  Eventually, elements of today's
      vanguard format should move to the main format, and similarly
      the main format's features should eventually move to the
      rearguard format.

    * In the current version, the main and rearguard formats are
      identical and match that of 2018c, so this change does not
      affect default behavior.  The vanguard format currently contains
      one feature not in the main format: negative SAVE values. This
      improves support for Ireland, which uses Irish Standard Time
      (IST, UTC+01) in summer and GMT (UTC) in winter.  tzcode has
      supported negative SAVE values for decades, and this feature
      should move to the main format soon.  However, it will not move
      to the rearguard format for quite some time because some
      downstream parsers do not support it.

    * The build procedure constructs three files vanguard.zi, main.zi,
      and rearguard.zi, one for each format.  The files represent the
      same data as closely as the formats allow.  These three files
      are intended for downstream data consumers and are not
      installed.  Zoneinfo parsers that do not support negative SAVE values
      should start using rearguard.zi, so that they will be unaffected
      when the negative-DST feature moves from vanguard to main.
      Bleeding-edge Zoneinfo parsers that support the new features
      already can use vanguard.zi; in this respect, current tzcode is
      bleeding-edge.

    The Makefile should now be safe for parallelized builds, and 'make
    -j to2050new.tzs' is now much faster on a multiprocessor host
    with GNU Make.

    When built with -DSUPPRESS_TZDIR, the tzcode library no longer
    prepends TZDIR/ to file names that do not begin with '/'. This is
    not recommended for general use, due to its security implications.
    (From a suggestion by Manuela Friedrich.)

Signed-off-by: Armin Kuster <akuster@mvista.com>
---
 meta/recipes-extended/tzdata/{tzdata_2018c.bb => tzdata_2018d.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-extended/tzdata/{tzdata_2018c.bb => tzdata_2018d.bb} (98%)

diff --git a/meta/recipes-extended/tzdata/tzdata_2018c.bb b/meta/recipes-extended/tzdata/tzdata_2018d.bb
similarity index 98%
rename from meta/recipes-extended/tzdata/tzdata_2018c.bb
rename to meta/recipes-extended/tzdata/tzdata_2018d.bb
index ff5ec1c..ec24f44 100644
--- a/meta/recipes-extended/tzdata/tzdata_2018c.bb
+++ b/meta/recipes-extended/tzdata/tzdata_2018d.bb
@@ -9,8 +9,8 @@ DEPENDS = "tzcode-native"
 SRC_URI = "http://www.iana.org/time-zones/repository/releases/tzdata${PV}.tar.gz;name=tzdata"
 UPSTREAM_CHECK_URI = "http://www.iana.org/time-zones"
 
-SRC_URI[tzdata.md5sum] = "c412b1531adef1be7a645ab734f86acc"
-SRC_URI[tzdata.sha256sum] = "2825c3e4b7ef520f24d393bcc02942f9762ffd3e7fc9b23850789ed8f22933f6"
+SRC_URI[tzdata.md5sum] = "871a7ef808eb42ebc551acdb3d661554"
+SRC_URI[tzdata.sha256sum] = "5106eddceb5f1ae3a91dbd3960e1b8b11ba0dc08579a31cf0724a7691b10c054"
 
 inherit allarch
 
-- 
2.7.4



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

* Re: [PATCH 11/21] libshmfence: update to 1.3
  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
  0 siblings, 1 reply; 31+ messages in thread
From: Alexander Kanavin @ 2018-03-26 14:40 UTC (permalink / raw
  To: Armin Kuster, akuster, openembedded-core, Burton, Ross

On 03/26/2018 05:30 PM, Armin Kuster wrote:
> diff --git a/meta/recipes-graphics/xorg-lib/libxshmfence/extensions.patch b/meta/recipes-graphics/xorg-lib/libxshmfence/extensions.patch
> index 4cc9e05..461fe83 100644
> --- a/meta/recipes-graphics/xorg-lib/libxshmfence/extensions.patch
> +++ b/meta/recipes-graphics/xorg-lib/libxshmfence/extensions.patch
> @@ -4,14 +4,16 @@ AC_USE_SYSTEM_EXTENSIONS to get that defined.
>   Upstream-Status: Submitted
>   Signed-off-by: Ross Burton <ross.burton@intel.com>
>   
> -diff --git a/configure.ac b/configure.ac
> -index 0c98875..ebf4dee 100644
> ---- a/configure.ac
> -+++ b/configure.ac
> -@@ -29,4 +29,6 @@ AC_CONFIG_SRCDIR([Makefile.am])
> - AC_CONFIG_HEADERS([config.h])
> +Index: libxshmfence-1.3/configure.ac
> +===================================================================
> +--- libxshmfence-1.3.orig/configure.ac
> ++++ libxshmfence-1.3/configure.ac
> +@@ -30,6 +30,8 @@ AC_CONFIG_HEADERS([config.h])
> +
> + AC_USE_SYSTEM_EXTENSIONS
>    
>   +AC_USE_SYSTEM_EXTENSIONS
>   +
>    # Initialize Automake
>    AM_INIT_AUTOMAKE([foreign dist-bzip2])
> +

When devtool refreshes a patch, you do need to read the outcome to check 
that it is, indeed, applied correctly. Especially suspicious are the 
patches that are backports or 'Submitted'.

In this case, a duplicate line is inserted due to patch fuzz - harmless 
I guess, but unnecessary.


Alex


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

* Re: [PATCH 00/21] PKG updates and QA warning fix
  2018-03-26  9:27 ` Alexander Kanavin
@ 2018-03-26 14:47   ` akuster808
  2018-03-26 15:50     ` Khem Raj
  0 siblings, 1 reply; 31+ messages in thread
From: akuster808 @ 2018-03-26 14:47 UTC (permalink / raw
  To: Alexander Kanavin, akuster, openembedded-core



On 03/26/2018 02:27 AM, Alexander Kanavin wrote:
> On 03/25/2018 06:00 PM, Armin Kuster wrote:
>> 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.
>
> Why only cover letter? 
Do you know how many electronic trees I have to cut down to provide this
kind of electronic copy for you?

> Can we see the patches please?
done.
- Armin
>
> Alex



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

* Re: [PATCH 11/21] libshmfence: update to 1.3
  2018-03-26 15:09     ` akuster808
@ 2018-03-26 15:04       ` Alexander Kanavin
  2018-03-26 15:12       ` Burton, Ross
  1 sibling, 0 replies; 31+ messages in thread
From: Alexander Kanavin @ 2018-03-26 15:04 UTC (permalink / raw
  To: akuster808, openembedded-core, Burton, Ross

On 03/26/2018 06:09 PM, akuster808 wrote:

>> In this case, a duplicate line is inserted due to patch fuzz -
>> harmless I guess, but unnecessary.
> 
> Does this mean you are looking for a V2 ?

Yes please.

Alex


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

* ✗ patchtest: failure for PKG updates and QA warning fix
  2018-03-25 15:00 [PATCH 00/21] PKG updates and QA warning fix Armin Kuster
                   ` (22 preceding siblings ...)
  2018-03-26 14:30 ` [PATCH 21/21] tzdata: " Armin Kuster
@ 2018-03-26 15:05 ` Patchwork
  23 siblings, 0 replies; 31+ messages in thread
From: Patchwork @ 2018-03-26 15:05 UTC (permalink / raw
  To: Armin Kuster; +Cc: openembedded-core

== Series Details ==

Series: PKG updates and QA warning fix
Revision: 1
URL   : https://patchwork.openembedded.org/series/11567/
State : failure

== Summary ==


Thank you for submitting this patch series to OpenEmbedded Core. This is
an automated response. Several tests have been executed on the proposed
series by patchtest resulting in the following failures:



* Issue             LIC_FILES_CHKSUM changed on target libpcre2 but there is no "License-Update" tag in commit message [test_lic_files_chksum_modified_not_mentioned] 
  Suggested fix    Include "License-Update: <description>" into the commit message with a brief description
  Current checksum file://LICENCE;md5=12d55e15a0c6da5c645ba40382bd3293
  New checksum     file://LICENCE;md5=f5e4bde9fd0493d0967b4dba9899590f



If you believe any of these test results are incorrect, please reply to the
mailing list (openembedded-core@lists.openembedded.org) raising your concerns.
Otherwise we would appreciate you correcting the issues and submitting a new
version of the patchset if applicable. Please ensure you add/increment the
version number when sending the new version (i.e. [PATCH] -> [PATCH v2] ->
[PATCH v3] -> ...).

---
Guidelines:     https://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines
Test framework: http://git.yoctoproject.org/cgit/cgit.cgi/patchtest
Test suite:     http://git.yoctoproject.org/cgit/cgit.cgi/patchtest-oe



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

* Re: [PATCH 11/21] libshmfence: update to 1.3
  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
  0 siblings, 2 replies; 31+ messages in thread
From: akuster808 @ 2018-03-26 15:09 UTC (permalink / raw
  To: Alexander Kanavin, Armin Kuster, openembedded-core, Burton, Ross



On 03/26/2018 07:40 AM, Alexander Kanavin wrote:
> On 03/26/2018 05:30 PM, Armin Kuster wrote:
>> diff --git
>> a/meta/recipes-graphics/xorg-lib/libxshmfence/extensions.patch
>> b/meta/recipes-graphics/xorg-lib/libxshmfence/extensions.patch
>> index 4cc9e05..461fe83 100644
>> --- a/meta/recipes-graphics/xorg-lib/libxshmfence/extensions.patch
>> +++ b/meta/recipes-graphics/xorg-lib/libxshmfence/extensions.patch
>> @@ -4,14 +4,16 @@ AC_USE_SYSTEM_EXTENSIONS to get that defined.
>>   Upstream-Status: Submitted
>>   Signed-off-by: Ross Burton <ross.burton@intel.com>
>>   -diff --git a/configure.ac b/configure.ac
>> -index 0c98875..ebf4dee 100644
>> ---- a/configure.ac
>> -+++ b/configure.ac
>> -@@ -29,4 +29,6 @@ AC_CONFIG_SRCDIR([Makefile.am])
>> - AC_CONFIG_HEADERS([config.h])
>> +Index: libxshmfence-1.3/configure.ac
>> +===================================================================
>> +--- libxshmfence-1.3.orig/configure.ac
>> ++++ libxshmfence-1.3/configure.ac
>> +@@ -30,6 +30,8 @@ AC_CONFIG_HEADERS([config.h])
>> +
>> + AC_USE_SYSTEM_EXTENSIONS
>>      +AC_USE_SYSTEM_EXTENSIONS
>>   +
>>    # Initialize Automake
>>    AM_INIT_AUTOMAKE([foreign dist-bzip2])
>> +
>
> When devtool refreshes a patch, you do need to read the outcome to
> check that it is, indeed, applied correctly. Especially suspicious are
> the patches that are backports or 'Submitted'.
>
> In this case, a duplicate line is inserted due to patch fuzz -
> harmless I guess, but unnecessary.

Does this mean you are looking for a V2 ?

- armin
>
>
> Alex



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

* Re: [PATCH 11/21] libshmfence: update to 1.3
  2018-03-26 15:09     ` akuster808
  2018-03-26 15:04       ` Alexander Kanavin
@ 2018-03-26 15:12       ` Burton, Ross
  1 sibling, 0 replies; 31+ messages in thread
From: Burton, Ross @ 2018-03-26 15:12 UTC (permalink / raw
  To: akuster808; +Cc: OE-core

On 26 March 2018 at 16:09, akuster808 <akuster808@gmail.com> wrote:
> Does this mean you are looking for a V2 ?

Yes, the patch that was rebased is now pointless.

Ross


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

* Re: [PATCH 00/21] PKG updates and QA warning fix
  2018-03-26 14:47   ` akuster808
@ 2018-03-26 15:50     ` Khem Raj
  0 siblings, 0 replies; 31+ messages in thread
From: Khem Raj @ 2018-03-26 15:50 UTC (permalink / raw
  To: akuster808; +Cc: akuster, Patches and discussions about the oe-core layer

On Mon, Mar 26, 2018 at 7:47 AM, akuster808 <akuster808@gmail.com> wrote:
>
>
> On 03/26/2018 02:27 AM, Alexander Kanavin wrote:
>> On 03/25/2018 06:00 PM, Armin Kuster wrote:
>>> 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.
>>
>> Why only cover letter?
> Do you know how many electronic trees I have to cut down to provide this
> kind of electronic copy for you?
>

as long as the logs of these e-trees are not hogging patchwork. Some
large patches have strangled
patchwork in past

>> Can we see the patches please?
> done.
> - Armin
>>
>> Alex
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core


^ 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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.