Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 00/15] core package updates
@ 2017-11-03 19:54 Armin Kuster
  2017-11-03 19:54 ` [PATCH 01/15] tzcode-native: update to 2017c Armin Kuster
                   ` (15 more replies)
  0 siblings, 16 replies; 18+ messages in thread
From: Armin Kuster @ 2017-11-03 19:54 UTC (permalink / raw)
  To: akuster, openembedded-core

please consider these update for master-next

The following changes since commit 3b413a80578caacd9a7f405f3c51a3921d78a60d:

  README.qemu: qemuppc64 is not supported (2017-10-16 23:54:27 +0100)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib akuster/master-updates
  http://cgit.openembedded.org/openembedded-core-contrib/log/?h=akuster/master-updates

Armin Kuster (15):
  tzcode-native: update to 2017c
  tzdata: update 2017c
  libxres: upgrading to 1.2.0
  xkeyboard-config: upgrade to 2.22
  libxkbcommon: update to 0.7.2
  nspr: update to 4.17
  libxfont: update to 1.5.3
  xorg-xserver: update to 1.19.5
  libxfont2: update to 2.0.2
  xf86-input-libinput: update to 0.26.0
  nss: update to 3.33.0
  libpcre2: update to 10.30
  gnutls: update to 3.5.16
  bind: update to 9.10.6
  openssh: update to 7.6

 .../bind/{bind_9.10.5-P3.bb => bind_9.10.6.bb}     |   5 +-
 .../openssh/add-test-support-for-busybox.patch     |  64 +++-----
 ...h-7.1p1-conditional-compile-des-in-cipher.patch | 119 --------------
 ...h-7.1p1-conditional-compile-des-in-pkcs11.patch |  70 ---------
 .../openssh/{openssh_7.5p1.bb => openssh_7.6p1.bb} |  11 +-
 .../files/0001-Fix-Makefile-quoting-bug.patch      | 174 +++++++++++++++++++++
 .../files/0002-Port-zdump-to-C90-snprintf.patch    | 115 ++++++++++++++
 ...code-native_2017b.bb => tzcode-native_2017c.bb} |  15 +-
 .../tzdata/{tzdata_2017b.bb => tzdata_2017c.bb}    |   6 +-
 ...put_0.25.1.bb => xf86-input-libinput_0.26.0.bb} |   4 +-
 .../{libxfont2_2.0.1.bb => libxfont2_2.0.2.bb}     |   4 +-
 .../{libxfont_1.5.2.bb => libxfont_1.5.3.bb}       |   4 +-
 ...libxkbcommon_0.7.1.bb => libxkbcommon_0.7.2.bb} |   4 +-
 .../{libxres_1.0.7.bb => libxres_1.2.0.bb}         |   4 +-
 ...ard-config_2.21.bb => xkeyboard-config_2.22.bb} |   5 +-
 .../xserver-xorg/CVE-2017-10971-1.patch            |  76 ---------
 .../xserver-xorg/CVE-2017-10971-2.patch            |  55 -------
 .../xserver-xorg/CVE-2017-10971-3.patch            |  50 ------
 ...erver-xorg_1.19.3.bb => xserver-xorg_1.19.5.bb} |   7 +-
 .../gnutls/{gnutls_3.5.13.bb => gnutls_3.5.16.bb}  |   4 +-
 .../libpcre/libpcre2/libpcre2-CVE-2017-7186.patch  |  96 ------------
 .../libpcre/libpcre2/libpcre2-CVE-2017-8786.patch  |  93 -----------
 .../{libpcre2_10.23.bb => libpcre2_10.30.bb}       |   8 +-
 .../nspr/{nspr_4.16.bb => nspr_4.17.bb}            |   4 +-
 .../nss/{nss_3.31.1.bb => nss_3.33.bb}             |   4 +-
 25 files changed, 353 insertions(+), 648 deletions(-)
 rename meta/recipes-connectivity/bind/{bind_9.10.5-P3.bb => bind_9.10.6.bb} (96%)
 delete mode 100644 meta/recipes-connectivity/openssh/openssh/openssh-7.1p1-conditional-compile-des-in-cipher.patch
 delete mode 100644 meta/recipes-connectivity/openssh/openssh/openssh-7.1p1-conditional-compile-des-in-pkcs11.patch
 rename meta/recipes-connectivity/openssh/{openssh_7.5p1.bb => openssh_7.6p1.bb} (94%)
 create mode 100644 meta/recipes-extended/tzcode/files/0001-Fix-Makefile-quoting-bug.patch
 create mode 100644 meta/recipes-extended/tzcode/files/0002-Port-zdump-to-C90-snprintf.patch
 rename meta/recipes-extended/tzcode/{tzcode-native_2017b.bb => tzcode-native_2017c.bb} (54%)
 rename meta/recipes-extended/tzdata/{tzdata_2017b.bb => tzdata_2017c.bb} (97%)
 rename meta/recipes-graphics/xorg-driver/{xf86-input-libinput_0.25.1.bb => xf86-input-libinput_0.26.0.bb} (63%)
 rename meta/recipes-graphics/xorg-lib/{libxfont2_2.0.1.bb => libxfont2_2.0.2.bb} (80%)
 rename meta/recipes-graphics/xorg-lib/{libxfont_1.5.2.bb => libxfont_1.5.3.bb} (81%)
 rename meta/recipes-graphics/xorg-lib/{libxkbcommon_0.7.1.bb => libxkbcommon_0.7.2.bb} (83%)
 rename meta/recipes-graphics/xorg-lib/{libxres_1.0.7.bb => libxres_1.2.0.bb} (77%)
 rename meta/recipes-graphics/xorg-lib/{xkeyboard-config_2.21.bb => xkeyboard-config_2.22.bb} (87%)
 delete mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg/CVE-2017-10971-1.patch
 delete mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg/CVE-2017-10971-2.patch
 delete mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg/CVE-2017-10971-3.patch
 rename meta/recipes-graphics/xorg-xserver/{xserver-xorg_1.19.3.bb => xserver-xorg_1.19.5.bb} (81%)
 rename meta/recipes-support/gnutls/{gnutls_3.5.13.bb => gnutls_3.5.16.bb} (61%)
 delete mode 100644 meta/recipes-support/libpcre/libpcre2/libpcre2-CVE-2017-7186.patch
 delete mode 100644 meta/recipes-support/libpcre/libpcre2/libpcre2-CVE-2017-8786.patch
 rename meta/recipes-support/libpcre/{libpcre2_10.23.bb => libpcre2_10.30.bb} (85%)
 rename meta/recipes-support/nspr/{nspr_4.16.bb => nspr_4.17.bb} (96%)
 rename meta/recipes-support/nss/{nss_3.31.1.bb => nss_3.33.bb} (98%)

-- 
2.7.4



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

end of thread, other threads:[~2017-11-03 20:18 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-03 19:54 [PATCH 00/15] core package updates Armin Kuster
2017-11-03 19:54 ` [PATCH 01/15] tzcode-native: update to 2017c Armin Kuster
2017-11-03 19:54 ` [PATCH 02/15] tzdata: update 2017c Armin Kuster
2017-11-03 19:54 ` [PATCH 03/15] libxres: upgrading to 1.2.0 Armin Kuster
2017-11-03 19:54 ` [PATCH 04/15] xkeyboard-config: upgrade to 2.22 Armin Kuster
2017-11-03 19:54 ` [PATCH 05/15] libxkbcommon: update to 0.7.2 Armin Kuster
2017-11-03 19:54 ` [PATCH 06/15] nspr: update to 4.17 Armin Kuster
2017-11-03 19:54 ` [PATCH 07/15] libxfont: update to 1.5.3 Armin Kuster
2017-11-03 19:54 ` [PATCH 08/15] xorg-xserver: update to 1.19.5 Armin Kuster
2017-11-03 19:54 ` [PATCH 09/15] libxfont2: update to 2.0.2 Armin Kuster
2017-11-03 19:54 ` [PATCH 10/15] xf86-input-libinput: update to 0.26.0 Armin Kuster
2017-11-03 19:54 ` [PATCH 11/15] nss: update to 3.33.0 Armin Kuster
2017-11-03 19:54 ` [PATCH 12/15] libpcre2: update to 10.30 Armin Kuster
2017-11-03 19:54 ` [PATCH 13/15] gnutls: update to 3.5.16 Armin Kuster
2017-11-03 19:54 ` [PATCH 14/15] bind: update to 9.10.6 Armin Kuster
2017-11-03 19:54 ` [PATCH 15/15] openssh: update to 7.6 Armin Kuster
2017-11-03 20:03 ` ✗ patchtest: failure for core package updates Patchwork
2017-11-03 20:29   ` Leonardo Sandoval

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