Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Hongxu Jia <hongxu.jia@windriver.com>
To: <openembedded-core@lists.openembedded.org>
Subject: [PATCH 0/4] Upgrade elfutils/gnupg/libgcrypt/ncurses
Date: Fri, 23 Nov 2018 15:47:19 +0800	[thread overview]
Message-ID: <cover.1542959097.git.hongxu.jia@windriver.com> (raw)

The following changes since commit fc5418e7bbdecfb27bafe595084e0fd0f991a388:

  meta/icecc.bbclass: Update system blacklists (2018-11-21 11:48:18 +0000)

are available in the git repository at:

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

Hongxu Jia (4):
  elfutils: 0.174 -> 0.175
  gnupg: upgrade 2.2.10 -> 2.2.11
  libgcrypt: upgrade 1.8.3 -> 1.8.4
  ncurses: upgrade 6.1 -> 6.1+20181013

 ...ses_6.1+20180714.bb => ncurses_6.1+20181013.bb} |   2 +-
 .../{elfutils_0.174.bb => elfutils_0.175.bb}       |  24 +-
 ...01-arlib-Check-that-sh_entsize-isn-t-zero.patch |  36 ---
 ...Sanity-check-partial-core-file-data-reads.patch |  60 ----
 .../0001-size-Handle-recursive-ELF-ar-files.patch  |  40 ---
 .../files/0005-fix-a-stack-usage-warning.patch     |  35 ---
 ...de-alternatives-for-glibc-assumptions-hel.patch |  14 +-
 ...ferences-between-mips-machine-identifiers.patch |   5 +-
 .../files/debian/0001-fix-gcc7-ftbfs.patch         |  57 ----
 .../debian/0001-testsuite-ignore-elflint.patch     |  57 ----
 ...-support-for-mips64-abis-in-mips_retval.c.patch |   5 +-
 .../0003-Add-mips-n64-relocation-format-hack.patch |  41 ++-
 .../{0001-arm_backend.patch => arm_backend.diff}   | 342 ++++++++++-----------
 ...1-disable_werror.patch => disable_werror.patch} |  29 +-
 .../{0001-hppa_backend.patch => hppa_backend.diff} | 174 +++++------
 .../elfutils/files/debian/hurd_path.patch          |  16 +
 .../elfutils/files/debian/kfreebsd_path.patch      |  19 ++
 .../{0001-mips_backend.patch => mips_backend.diff} | 139 ++++-----
 ...1-mips_readelf_w.patch => mips_readelf_w.patch} |  26 +-
 ...c-use-a-custom-value-for-the-location-of-.patch |   4 +-
 meta/recipes-support/gnupg/gnupg/relocate.patch    |   2 +-
 .../gnupg/{gnupg_2.2.10.bb => gnupg_2.2.11.bb}     |   4 +-
 .../{libgcrypt_1.8.3.bb => libgcrypt_1.8.4.bb}     |   4 +-
 23 files changed, 379 insertions(+), 756 deletions(-)
 rename meta/recipes-core/ncurses/{ncurses_6.1+20180714.bb => ncurses_6.1+20181013.bb} (86%)
 rename meta/recipes-devtools/elfutils/{elfutils_0.174.bb => elfutils_0.175.bb} (76%)
 delete mode 100644 meta/recipes-devtools/elfutils/files/0001-arlib-Check-that-sh_entsize-isn-t-zero.patch
 delete mode 100644 meta/recipes-devtools/elfutils/files/0001-libdwfl-Sanity-check-partial-core-file-data-reads.patch
 delete mode 100644 meta/recipes-devtools/elfutils/files/0001-size-Handle-recursive-ELF-ar-files.patch
 delete mode 100644 meta/recipes-devtools/elfutils/files/0005-fix-a-stack-usage-warning.patch
 delete mode 100644 meta/recipes-devtools/elfutils/files/debian/0001-fix-gcc7-ftbfs.patch
 delete mode 100644 meta/recipes-devtools/elfutils/files/debian/0001-testsuite-ignore-elflint.patch
 rename meta/recipes-devtools/elfutils/files/debian/{0001-arm_backend.patch => arm_backend.diff} (85%)
 rename meta/recipes-devtools/elfutils/files/debian/{0001-disable_werror.patch => disable_werror.patch} (46%)
 rename meta/recipes-devtools/elfutils/files/debian/{0001-hppa_backend.patch => hppa_backend.diff} (90%)
 create mode 100644 meta/recipes-devtools/elfutils/files/debian/hurd_path.patch
 create mode 100644 meta/recipes-devtools/elfutils/files/debian/kfreebsd_path.patch
 rename meta/recipes-devtools/elfutils/files/debian/{0001-mips_backend.patch => mips_backend.diff} (91%)
 rename meta/recipes-devtools/elfutils/files/debian/{0001-mips_readelf_w.patch => mips_readelf_w.patch} (48%)
 rename meta/recipes-support/gnupg/{gnupg_2.2.10.bb => gnupg_2.2.11.bb} (92%)
 rename meta/recipes-support/libgcrypt/{libgcrypt_1.8.3.bb => libgcrypt_1.8.4.bb} (93%)

-- 
2.7.4



             reply	other threads:[~2018-11-23  7:30 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-23  7:47 Hongxu Jia [this message]
2018-11-23  7:47 ` [PATCH 1/4] elfutils: 0.174 -> 0.175 Hongxu Jia
2018-11-23  7:47 ` [PATCH 2/4] gnupg: upgrade 2.2.10 -> 2.2.11 Hongxu Jia
2018-11-23  7:47 ` [PATCH 3/4] libgcrypt: upgrade 1.8.3 -> 1.8.4 Hongxu Jia
2018-11-23  7:47 ` [PATCH 4/4] ncurses: upgrade 6.1 -> 6.1+20181013 Hongxu Jia
2018-11-23  8:03 ` ✗ patchtest: failure for Upgrade elfutils/gnupg/libgcrypt/ncurses Patchwork
2018-11-23  8:05   ` 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=cover.1542959097.git.hongxu.jia@windriver.com \
    --to=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