Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Adrian Bunk <bunk@stusta.de>
To: Hongxu Jia <hongxu.jia@windriver.com>
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH 04/10] bash: upgrade 4.4.18 -> 5.0
Date: Sun, 12 May 2019 11:30:10 +0300	[thread overview]
Message-ID: <20190512083010.GA15611@localhost> (raw)
In-Reply-To: <6dbeb5070ef6a86368ebcf1934ff543e963ba0fc.1557628550.git.hongxu.jia@windriver.com>

On Sun, May 12, 2019 at 04:16:24PM +0800, Hongxu Jia wrote:
>...
>  ...1-help-fix-printf-format-security-warning.patch | 35 -----------------
>  meta/recipes-extended/bash/bash/build-tests.patch  |  7 +++-
>  meta/recipes-extended/bash/bash/execute_cmd.patch  | 19 ++++++---
>  meta/recipes-extended/bash/bash/pathexp-dep.patch  | 13 -------
>  meta/recipes-extended/bash/bash_4.4.18.bb          | 41 --------------------
>  meta/recipes-extended/bash/bash_5.0.bb             | 45 ++++++++++++++++++++++
>  6 files changed, 64 insertions(+), 96 deletions(-)
>  delete mode 100644 meta/recipes-extended/bash/bash/0001-help-fix-printf-format-security-warning.patch
>  delete mode 100644 meta/recipes-extended/bash/bash/pathexp-dep.patch
>  delete mode 100644 meta/recipes-extended/bash/bash_4.4.18.bb
>  create mode 100644 meta/recipes-extended/bash/bash_5.0.bb
>...
> -           ${GNU_MIRROR}/bash/bash-4.4-patches/bash44-019;apply=yes;striplevel=0;name=patch019 \
> -           ${GNU_MIRROR}/bash/bash-4.4-patches/bash44-020;apply=yes;striplevel=0;name=patch020 \
> -           ${GNU_MIRROR}/bash/bash-4.4-patches/bash44-021;apply=yes;striplevel=0;name=patch021 \
> -           ${GNU_MIRROR}/bash/bash-4.4-patches/bash44-022;apply=yes;striplevel=0;name=patch022 \
> -           ${GNU_MIRROR}/bash/bash-4.4-patches/bash44-023;apply=yes;striplevel=0;name=patch023 \
>...
> +           ${GNU_MIRROR}/bash/bash-${PV}-patches/bash50-001;apply=yes;striplevel=0;name=patch001 \
> +           ${GNU_MIRROR}/bash/bash-${PV}-patches/bash50-002;apply=yes;striplevel=0;name=patch002 \
> +           ${GNU_MIRROR}/bash/bash-${PV}-patches/bash50-003;apply=yes;striplevel=0;name=patch003 \
> +           ${GNU_MIRROR}/bash/bash-${PV}-patches/bash50-004;apply=yes;striplevel=0;name=patch004 \
> +           ${GNU_MIRROR}/bash/bash-${PV}-patches/bash50-005;apply=yes;striplevel=0;name=patch005 \
> +           ${GNU_MIRROR}/bash/bash-${PV}-patches/bash50-006;apply=yes;striplevel=0;name=patch006 \
> +           ${GNU_MIRROR}/bash/bash-${PV}-patches/bash50-007;apply=yes;striplevel=0;name=patch007 \
>...

Some "git add/rm" seems to be missing around these patches.

cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed



  reply	other threads:[~2019-05-12  8:30 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-12  8:16 [PATCH 00/10] Upgrade 9 recipes and 1 fix Hongxu Jia
2019-05-12  8:16 ` [PATCH 01/10] apr: upgrade 1.6.5 -> 1.7.0 Hongxu Jia
2019-05-12  8:16 ` [PATCH 02/10] man-pages: upgrade 4.16 -> 5.01 Hongxu Jia
2019-05-12  8:16 ` [PATCH 03/10] man-db: upgrade 2.8.4 -> 2.8.5 Hongxu Jia
2019-05-12  8:16 ` [PATCH 04/10] bash: upgrade 4.4.18 -> 5.0 Hongxu Jia
2019-05-12  8:30   ` Adrian Bunk [this message]
2019-05-12 10:17     ` Hongxu Jia
2019-05-12 10:54       ` Adrian Bunk
2019-05-12  8:16 ` [PATCH 05/10] ncurses: fix incorrect UPSTREAM_CHECK_GITTAGREGEX Hongxu Jia
2019-05-31 20:27   ` Alexander Kanavin
2019-06-03  3:35     ` Hongxu Jia
2019-05-12  8:16 ` [PATCH 06/10] gpgme: upgrade 1.12.0 -> 1.13.0 Hongxu Jia
2019-05-12  8:16 ` [PATCH 07/10] subversion: upgrade 1.11.1 -> 1.12.0 Hongxu Jia
2019-05-12  8:16 ` [PATCH 08/10] groff: upgrade 1.22.3 -> 1.22.4 Hongxu Jia
2019-05-12 19:20   ` Adrian Bunk
2019-05-13  1:36     ` Hongxu Jia
2019-05-13  2:02       ` Hongxu Jia
2019-05-13  2:04         ` [PATCH V2] " Hongxu Jia
2019-05-13  2:06           ` Hongxu Jia
2019-05-12  8:16 ` [PATCH 09/10] libxml2: upgrade 2.9.8 -> 2.9.9 Hongxu Jia
2019-05-12  8:16 ` [PATCH 10/10] ghostscript: 9.26 -> 9.27 Hongxu Jia

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=20190512083010.GA15611@localhost \
    --to=bunk@stusta.de \
    --cc=hongxu.jia@windriver.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