Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Robert Yang <liezhi.yang@windriver.com>
To: <openembedded-core@lists.openembedded.org>
Subject: [PATCH 0/5] Packages Upgrade
Date: Wed, 24 Jun 2015 01:55:18 -0700	[thread overview]
Message-ID: <cover.1435135356.git.liezhi.yang@windriver.com> (raw)

The following changes since commit 8c73bb7949656d91f138c087b9d261cdce90a94b:

  apt-native: Drop obsolete symlinks (2015-06-23 16:06:29 +0100)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib rbt/PU
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rbt/PU

Robert Yang (5):
  file: 5.22 -> 5.23
  elfutils: 0.161 -> 0.162
  git: 2.4.2 -> 2.4.4
  hdparm: 9.45 -> 9.48
  gnupg: 2.1.4 -> 2.1.5

 ...f-Fix-dir-traversal-vuln-in-ar-extraction.patch |   59 ----
 ...m-Silence-Werror-maybe-uninitialized-fals.patch |    0
 .../0001-remove-the-unneed-checking.patch          |    0
 .../arm_backend.diff                               |    0
 .../arm_func_value.patch                           |   39 ++-
 .../arm_unwind_ret_mask.patch                      |    0
 .../fixheadercheck.patch                           |   13 +-
 .../hppa_backend.diff                              |    0
 .../m68k_backend.diff                              |    0
 .../mips_backend.diff                              |    0
 .../mips_readelf_w.patch                           |    0
 .../non_linux.patch                                |    0
 .../redhat-portability.diff                        |  282 +++++++++-----------
 .../scanf-format.patch                             |    0
 .../testsuite-ignore-elflint.diff                  |    0
 .../uclibc-support-for-elfutils-0.161.patch        |    0
 .../{elfutils_0.161.bb => elfutils_0.162.bb}       |    7 +-
 .../file/0001-Add-P-prompt-into-Usage-info.patch   |    6 +-
 .../file/{file_5.22.bb => file_5.23.bb}            |    6 +-
 .../git/{git_2.4.2.bb => git_2.4.4.bb}             |    8 +-
 .../hdparm/{hdparm_9.45.bb => hdparm_9.48.bb}      |    6 +-
 .../gnupg/{gnupg_2.1.4.bb => gnupg_2.1.5.bb}       |    4 +-
 22 files changed, 167 insertions(+), 263 deletions(-)
 delete mode 100644 meta/recipes-devtools/elfutils/elfutils-0.161/0001-libelf-Fix-dir-traversal-vuln-in-ar-extraction.patch
 rename meta/recipes-devtools/elfutils/{elfutils-0.161 => elfutils-0.162}/0001-elf_getarsym-Silence-Werror-maybe-uninitialized-fals.patch (100%)
 rename meta/recipes-devtools/elfutils/{elfutils-0.161 => elfutils-0.162}/0001-remove-the-unneed-checking.patch (100%)
 rename meta/recipes-devtools/elfutils/{elfutils-0.161 => elfutils-0.162}/arm_backend.diff (100%)
 rename meta/recipes-devtools/elfutils/{elfutils-0.161 => elfutils-0.162}/arm_func_value.patch (88%)
 rename meta/recipes-devtools/elfutils/{elfutils-0.161 => elfutils-0.162}/arm_unwind_ret_mask.patch (100%)
 rename meta/recipes-devtools/elfutils/{elfutils-0.161 => elfutils-0.162}/fixheadercheck.patch (60%)
 rename meta/recipes-devtools/elfutils/{elfutils-0.161 => elfutils-0.162}/hppa_backend.diff (100%)
 rename meta/recipes-devtools/elfutils/{elfutils-0.161 => elfutils-0.162}/m68k_backend.diff (100%)
 rename meta/recipes-devtools/elfutils/{elfutils-0.161 => elfutils-0.162}/mips_backend.diff (100%)
 rename meta/recipes-devtools/elfutils/{elfutils-0.161 => elfutils-0.162}/mips_readelf_w.patch (100%)
 rename meta/recipes-devtools/elfutils/{elfutils-0.161 => elfutils-0.162}/non_linux.patch (100%)
 rename meta/recipes-devtools/elfutils/{elfutils-0.161 => elfutils-0.162}/redhat-portability.diff (84%)
 rename meta/recipes-devtools/elfutils/{elfutils-0.161 => elfutils-0.162}/scanf-format.patch (100%)
 rename meta/recipes-devtools/elfutils/{elfutils-0.161 => elfutils-0.162}/testsuite-ignore-elflint.diff (100%)
 rename meta/recipes-devtools/elfutils/{elfutils-0.161 => elfutils-0.162}/uclibc-support-for-elfutils-0.161.patch (100%)
 rename meta/recipes-devtools/elfutils/{elfutils_0.161.bb => elfutils_0.162.bb} (93%)
 rename meta/recipes-devtools/file/{file_5.22.bb => file_5.23.bb} (81%)
 rename meta/recipes-devtools/git/{git_2.4.2.bb => git_2.4.4.bb} (41%)
 rename meta/recipes-extended/hdparm/{hdparm_9.45.bb => hdparm_9.48.bb} (84%)
 rename meta/recipes-support/gnupg/{gnupg_2.1.4.bb => gnupg_2.1.5.bb} (89%)

-- 
1.7.9.5



             reply	other threads:[~2015-06-24  8:55 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-24  8:55 Robert Yang [this message]
2015-06-24  8:55 ` [PATCH 1/5] file: 5.22 -> 5.23 Robert Yang
2015-06-24 11:56   ` Burton, Ross
2015-06-25  2:24     ` Robert Yang
2015-06-25  9:06       ` Burton, Ross
2015-06-25  9:32         ` Robert Yang
2015-06-25 15:18           ` Burton, Ross
2015-06-29  8:21   ` Richard Purdie
2015-06-29  8:31     ` Robert Yang
2015-06-24  8:55 ` [PATCH 2/5] elfutils: 0.161 -> 0.162 Robert Yang
2015-06-24  8:55 ` [PATCH 3/5] git: 2.4.2 -> 2.4.4 Robert Yang
2015-06-24  8:55 ` [PATCH 4/5] hdparm: 9.45 -> 9.48 Robert Yang
2015-06-24  8:55 ` [PATCH 5/5] gnupg: 2.1.4 -> 2.1.5 Robert Yang
  -- strict thread matches above, loose matches on Subject: below --
2015-07-17  2:31 [PATCH 0/5] Packages Upgrade Robert Yang
2015-08-21 10:15 Robert Yang
2016-12-21  6:17 Robert Yang
2017-02-22  1:44 [PATCH 0/5] Packages upgrade Robert Yang
2017-02-24  9:50 ` Robert Yang
2017-08-21  8:00 Robert Yang

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.1435135356.git.liezhi.yang@windriver.com \
    --to=liezhi.yang@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