All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V3 0/4] upgrade bash and ncurses
@ 2017-02-14  7:02 Hongxu Jia
  2017-02-14  7:02 ` [PATCH 1/4] bash: 4.3.30 -> 4.4 Hongxu Jia
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Hongxu Jia @ 2017-02-14  7:02 UTC (permalink / raw)
  To: openembedded-core, ross.burton

Changed in V3:

- Fix nativesdk-bash compile failure

- Fix ncurses configure failure in beaglebone

//Hongxu

The following changes since commit e758547db9048d4aa1c1415d6af8072f519fae24:

  nss: Fix nss-native so the checksum doesn't change with BUILD_ARCH (2017-02-09 10:52:03 +0000)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib hongxu/upgrade-20170214
  http://cgit.openembedded.org/openembedded-core-contrib/log/?h=hongxu/upgrade-20170214

Hongxu Jia (3):
  bash: update patches for 4.4
  ncurses: 6.0+20160625 -> 6.0+20161126
  ncurses: fix beaglebone do_configure failure

Zheng Ruoqin (1):
  bash: 4.3.30 -> 4.4

 ...ses_6.0+20160625.bb => ncurses_6.0+20161126.bb} |   4 +-
 ...e-builtins-uname-could-not-be-parsed-by-r.patch |  89 +++++++++++++
 .../0001-patch-to-obtain-pkgconfig-sanity.patch    |  28 +++++
 ...roc-run-heredoc-run-execscript-run-test-f.patch | 137 ++-------------------
 meta/recipes-extended/bash/bash/fix-run-intl.patch | 110 -----------------
 meta/recipes-extended/bash/bash/test-output.patch  |  20 ++-
 meta/recipes-extended/bash/bash_4.3.30.bb          |  71 -----------
 meta/recipes-extended/bash/bash_4.4.bb             |  66 ++++++++++
 8 files changed, 212 insertions(+), 313 deletions(-)
 rename meta/recipes-core/ncurses/{ncurses_6.0+20160625.bb => ncurses_6.0+20161126.bb} (77%)
 create mode 100644 meta/recipes-extended/bash/bash/0001-The-loadable-builtins-uname-could-not-be-parsed-by-r.patch
 create mode 100644 meta/recipes-extended/bash/bash/0001-patch-to-obtain-pkgconfig-sanity.patch
 delete mode 100644 meta/recipes-extended/bash/bash/fix-run-intl.patch
 delete mode 100644 meta/recipes-extended/bash/bash_4.3.30.bb
 create mode 100644 meta/recipes-extended/bash/bash_4.4.bb

-- 
2.8.1



^ permalink raw reply	[flat|nested] 13+ messages in thread
* [PATCH V4 0/4] upgrade bash and ncurses
@ 2017-02-21  7:36 Hongxu Jia
  2017-02-21  7:36 ` [PATCH 4/4] ncurses: fix beaglebone do_configure failure Hongxu Jia
  0 siblings, 1 reply; 13+ messages in thread
From: Hongxu Jia @ 2017-02-21  7:36 UTC (permalink / raw)
  To: openembedded-core, ross.burton

Changed in V4:
- Rebase bash, to drop backported patch CVE-2016-9401.patch

- Fix ncurses configure failure in beaglebone by removing cf_flags check.

Changed in V3:

- Fix nativesdk-bash compile failure

- Fix ncurses configure failure in beaglebone

//Hongxu


The following changes since commit e436a6398684d2872cb541f1cfb0f67b3618d15a:

  layer.conf: bump version for change in eSDK selftest behaviour (2017-02-19 09:39:03 -0800)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib hongxu/upgrade-20170214
  http://cgit.openembedded.org/openembedded-core-contrib/log/?h=hongxu/upgrade-20170214

Hongxu Jia (3):
  bash: update patches for 4.4
  ncurses: 6.0+20160625 -> 6.0+20161126
  ncurses: fix beaglebone do_configure failure

Zheng Ruoqin (1):
  bash: 4.3.30 -> 4.4

 .../ncurses/files/removed-cflags-checking.patch    |  60 +++++++++
 ...ses_6.0+20160625.bb => ncurses_6.0+20161126.bb} |   3 +-
 ...e-builtins-uname-could-not-be-parsed-by-r.patch |  89 +++++++++++++
 .../0001-patch-to-obtain-pkgconfig-sanity.patch    |  28 +++++
 .../recipes-extended/bash/bash/CVE-2016-9401.patch |  50 --------
 ...roc-run-heredoc-run-execscript-run-test-f.patch | 137 ++-------------------
 meta/recipes-extended/bash/bash/fix-run-intl.patch | 110 -----------------
 meta/recipes-extended/bash/bash/test-output.patch  |  20 ++-
 meta/recipes-extended/bash/bash_4.3.30.bb          |  72 -----------
 meta/recipes-extended/bash/bash_4.4.bb             |  66 ++++++++++
 10 files changed, 271 insertions(+), 364 deletions(-)
 create mode 100644 meta/recipes-core/ncurses/files/removed-cflags-checking.patch
 rename meta/recipes-core/ncurses/{ncurses_6.0+20160625.bb => ncurses_6.0+20161126.bb} (72%)
 create mode 100644 meta/recipes-extended/bash/bash/0001-The-loadable-builtins-uname-could-not-be-parsed-by-r.patch
 create mode 100644 meta/recipes-extended/bash/bash/0001-patch-to-obtain-pkgconfig-sanity.patch
 delete mode 100644 meta/recipes-extended/bash/bash/CVE-2016-9401.patch
 delete mode 100644 meta/recipes-extended/bash/bash/fix-run-intl.patch
 delete mode 100644 meta/recipes-extended/bash/bash_4.3.30.bb
 create mode 100644 meta/recipes-extended/bash/bash_4.4.bb

-- 
2.9.3



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

end of thread, other threads:[~2017-02-21 16:30 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-14  7:02 [PATCH V3 0/4] upgrade bash and ncurses Hongxu Jia
2017-02-14  7:02 ` [PATCH 1/4] bash: 4.3.30 -> 4.4 Hongxu Jia
2017-02-14  7:02 ` [PATCH 2/4] bash: update patches for 4.4 Hongxu Jia
2017-02-14  7:02 ` [PATCH 3/4] ncurses: 6.0+20160625 -> 6.0+20161126 Hongxu Jia
2017-02-14  7:02 ` [PATCH 4/4] ncurses: fix beaglebone do_configure failure Hongxu Jia
2017-02-14 10:48   ` Enrico Scholz
2017-02-20 23:21     ` Burton, Ross
2017-02-21  0:20       ` Burton, Ross
2017-02-21  1:01         ` Enrico Scholz
2017-02-21  1:34           ` Hongxu Jia
2017-02-21 13:50             ` Burton, Ross
2017-02-21 16:30               ` Burton, Ross
2017-02-21  7:36 [PATCH V4 0/4] upgrade bash and ncurses Hongxu Jia
2017-02-21  7:36 ` [PATCH 4/4] ncurses: fix beaglebone do_configure failure Hongxu Jia

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.