Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 00/13] Master package updates
@ 2018-10-22 14:04 Armin Kuster
  2018-10-22 14:05 ` [PATCH 01/13] nss: update to 3.39 includes CVE-2018-12384 Armin Kuster
                   ` (13 more replies)
  0 siblings, 14 replies; 19+ messages in thread
From: Armin Kuster @ 2018-10-22 14:04 UTC (permalink / raw)
  To: akuster808, openembedded-core

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



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

end of thread, other threads:[~2018-11-01 10:02 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-22 14:04 [PATCH 00/13] Master package updates Armin Kuster
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

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