Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Armin Kuster <akuster808@gmail.com>
To: akuster808@gmail.com, openembedded-core@lists.openembedded.org
Subject: [PATCH 00/13] Master package updates
Date: Mon, 22 Oct 2018 15:04:59 +0100	[thread overview]
Message-ID: <1540217112-24479-1-git-send-email-akuster808@gmail.com> (raw)

series passed AB.

Armin Kuster (13):
  nss: update to 3.39 includes CVE-2018-12384
  nspr: Update to 4.20
  gnutls: update to 2.6.4
  libpcre2: update to 10.32
  curl: update to 7.61.1
  openssh: Update to 7.9 primarily bug fixes
  libsm: update to 1.2.3
  libx11: update to 1.6.7 and sytle cleanup
  libxcb: update to 1.13.1
  xkeyboard-config: update to 2.25
  xf86-input-libinput: update to 0.28.1
  tzcode: update to 2018f
  tzdata: update to 2018f

 .../{openssh_7.8p1+git.bb => openssh_7.9p1+git.bb} |   2 +-
 ...code-native_2018e.bb => tzcode-native_2018f.bb} |   8 +-
 .../tzdata/{tzdata_2018e.bb => tzdata_2018f.bb}    |   4 +-
 ...put_0.28.0.bb => xf86-input-libinput_0.28.1.bb} |   4 +-
 .../xorg-lib/{libsm_1.2.2.bb => libsm_1.2.3.bb}    |   8 +-
 .../libx11/Fix-hanging-issue-in-_XReply.patch      |  28 ++--
 .../xorg-lib/{libx11_1.6.6.bb => libx11_1.6.7.bb}  |  10 +-
 .../xorg-lib/{libxcb_1.13.bb => libxcb_1.13.1.bb}  |   4 +-
 ...ard-config_2.24.bb => xkeyboard-config_2.25.bb} |   4 +-
 .../recipes-support/curl/curl/CVE-2018-14618.patch |  37 -----
 .../curl/{curl_7.61.0.bb => curl_7.61.1.bb}        |   5 +-
 .../gnutls/{gnutls_3.6.3.bb => gnutls_3.6.4.bb}    |   4 +-
 .../{libpcre2_10.31.bb => libpcre2_10.32.bb}       |   6 +-
 .../nspr/nspr/0002-Add-nios2-support.patch         |  25 ++--
 ...e-definitions-for-the-RISC-V-architecture.patch | 150 ---------------------
 .../nspr/nspr/remove-rpath-from-tests.patch        |   2 +-
 .../nspr/{nspr_4.19.bb => nspr_4.20.bb}            |   5 +-
 .../nss/{nss_3.38.bb => nss_3.39.bb}               |   4 +-
 18 files changed, 59 insertions(+), 251 deletions(-)
 rename meta/recipes-connectivity/openssh/{openssh_7.8p1+git.bb => openssh_7.9p1+git.bb} (99%)
 rename meta/recipes-extended/tzcode/{tzcode-native_2018e.bb => tzcode-native_2018f.bb} (70%)
 rename meta/recipes-extended/tzdata/{tzdata_2018e.bb => tzdata_2018f.bb} (98%)
 rename meta/recipes-graphics/xorg-driver/{xf86-input-libinput_0.28.0.bb => xf86-input-libinput_0.28.1.bb} (63%)
 rename meta/recipes-graphics/xorg-lib/{libsm_1.2.2.bb => libsm_1.2.3.bb} (87%)
 rename meta/recipes-graphics/xorg-lib/{libx11_1.6.6.bb => libx11_1.6.7.bb} (64%)
 rename meta/recipes-graphics/xorg-lib/{libxcb_1.13.bb => libxcb_1.13.1.bb} (89%)
 rename meta/recipes-graphics/xorg-lib/{xkeyboard-config_2.24.bb => xkeyboard-config_2.25.bb} (87%)
 delete mode 100644 meta/recipes-support/curl/curl/CVE-2018-14618.patch
 rename meta/recipes-support/curl/{curl_7.61.0.bb => curl_7.61.1.bb} (94%)
 rename meta/recipes-support/gnutls/{gnutls_3.6.3.bb => gnutls_3.6.4.bb} (93%)
 rename meta/recipes-support/libpcre/{libpcre2_10.31.bb => libpcre2_10.32.bb} (90%)
 delete mode 100644 meta/recipes-support/nspr/nspr/0003-Add-type-definitions-for-the-RISC-V-architecture.patch
 rename meta/recipes-support/nspr/{nspr_4.19.bb => nspr_4.20.bb} (95%)
 rename meta/recipes-support/nss/{nss_3.38.bb => nss_3.39.bb} (98%)

-- 
2.7.4



             reply	other threads:[~2018-10-22 14:05 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-22 14:04 Armin Kuster [this message]
2018-10-22 14:05 ` [PATCH 01/13] nss: update to 3.39 includes CVE-2018-12384 Armin Kuster
2018-10-22 14:05 ` [PATCH 02/13] nspr: Update to 4.20 Armin Kuster
2018-10-23 13:41   ` Khem Raj
2018-10-22 14:05 ` [PATCH 03/13] gnutls: update to 2.6.4 Armin Kuster
2018-10-22 20:06   ` Andre McCurdy
2018-10-23  7:42     ` akuster808
2018-11-01 10:02       ` Andre McCurdy
2018-10-22 14:05 ` [PATCH 04/13] libpcre2: update to 10.32 Armin Kuster
2018-10-22 14:05 ` [PATCH 05/13] curl: update to 7.61.1 Armin Kuster
2018-10-22 14:05 ` [PATCH 06/13] openssh: Update to 7.9 primarily bug fixes Armin Kuster
2018-10-22 14:05 ` [PATCH 07/13] libsm: update to 1.2.3 Armin Kuster
2018-10-22 14:05 ` [PATCH 08/13] libx11: update to 1.6.7 and sytle cleanup Armin Kuster
2018-10-22 14:05 ` [PATCH 09/13] libxcb: update to 1.13.1 Armin Kuster
2018-10-22 14:05 ` [PATCH 10/13] xkeyboard-config: update to 2.25 Armin Kuster
2018-10-22 14:05 ` [PATCH 11/13] xf86-input-libinput: update to 0.28.1 Armin Kuster
2018-10-22 14:05 ` [PATCH 12/13] tzcode: update to 2018f Armin Kuster
2018-10-22 14:05 ` [PATCH 13/13] tzdata: " Armin Kuster
2018-10-22 14:33 ` ✗ patchtest: failure for Master package updates (rev3) Patchwork

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1540217112-24479-1-git-send-email-akuster808@gmail.com \
    --to=akuster808@gmail.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox