All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mark Hatle <mark.hatle@windriver.com>
To: <openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH 1/3] rpm: Uprev to rpm-5.4.16 (pre) and rpm-5.4+cvs to current CVS head
Date: Thu, 25 Feb 2016 12:28:41 -0600	[thread overview]
Message-ID: <56CF47D9.8030804@windriver.com> (raw)
In-Reply-To: <a535895e0c98108980d93d50a8ebd837b07c5605.1456423924.git.mark.hatle@windriver.com>

On 2/25/16 12:18 PM, Mark Hatle wrote:
> [Note: base64 pieces were omitted from this patch!  Use the version in the
> -contrib tree if you are interested in the contents.]

The openembedded-core-contrib and poky-contrib have been updated.

patch.xz is not supported patch type, it's been changed to patch.gz.  Everything
else is the same.. (and THIS time I tested it on the correct branch!)

> meta/lib/oe/package_manager.py was also updated.  This ensures that any
> diagnostic messages are ignored from the output of rpmresolve.
> 
> The patches have been split into bug fixes (things that belong upstream)
> and local changes that are OE specific.
> 
> The following patches are obsolete and have been removed:
> 
> rpm-remove-sykcparse-decl.patch
> fstack-protector-configure-check.patch
> rpm-disable-Wno-override-init.patch
> rpm-lua-fix-print.patch
> rpm-rpmpgp-fix.patch
> verify-fix-broken-logic-for-ghost-avoidance-Mark-Hat.patch
> 
> Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
> ---
>  meta/lib/oe/package_manager.py                     |   14 +-
>  .../rpm/rpm/beecrypt-5.4.15-to-5.4.16.patch.xz     |  Bin 0 -> 26668 bytes
>  meta/recipes-devtools/rpm/rpm/debugedit-segv.patch |   46 +-
>  .../rpm/rpm/fstack-protector-configure-check.patch |   21 -
>  .../rpm/rpm/header-include-fix.patch               |   10 +
>  .../rpm/rpm/lua-5.4.15-to-5.4.16.patch.xz          |  Bin 0 -> 212864 bytes
>  .../rpm/rpm/python-rpm-rpmsense.patch              |   30 +-
>  .../rpm/rpm/rpm-5.4.15-to-5.4.16.patch.xz          |  Bin 0 -> 1316188 bytes
>  meta/recipes-devtools/rpm/rpm/rpm-db5-or-db6.patch |   39 +-
>  meta/recipes-devtools/rpm/rpm/rpm-db60.patch       |   56 +
>  .../rpm/rpm/rpm-disable-Wno-override-init.patch    |   32 -
>  .../rpm/rpm/rpm-disable-auto-stack-protector.patch |   32 +
>  .../rpm/rpm/rpm-fix-parseEmbedded.patch            |   27 +
>  .../rpm/rpm/rpm-lua-fix-print.patch                |  104 --
>  ...rpm-macros.in-disable-external-key-server.patch |   16 +-
>  .../rpm/rpm/rpm-mongodb-sasl.patch                 |   69 ++
>  .../rpm/rpm/rpm-payload-use-hashed-inode.patch     |   20 -
>  .../rpm/rpm/rpm-pkgconfigdeps.patch                |   10 +-
>  meta/recipes-devtools/rpm/rpm/rpm-py-init.patch    |   16 +-
>  .../rpm/rpm/rpm-python-restore-origin.patch        |   49 +
>  .../rpm/rpm/rpm-remove-sykcparse-decl.patch        |   14 -
>  .../rpm/rpm/rpm-rpmdb-grammar.patch                |  124 +++
>  .../rpm/rpm/rpm-rpmio-headers.patch                |   19 +
>  meta/recipes-devtools/rpm/rpm/rpm-rpmpgp-fix.patch |   67 --
>  .../rpm/rpm/rpm-scriptletexechelper.patch          |   29 +-
>  .../rpm/rpm/rpm-syck-fix-gram.patch                | 1081 ++++++++++++++++++++
>  meta/recipes-devtools/rpm/rpm/rpmatch.patch        |   30 +-
>  .../recipes-devtools/rpm/rpm/rpmqv_cc_b_gone.patch |   27 +-
>  .../rpm/rpm/syck-5.4.15-to-5.4.16.patch.xz         |  Bin 0 -> 4524 bytes
>  meta/recipes-devtools/rpm/rpm/uclibc-support.patch |   36 +-
>  ...broken-logic-for-ghost-avoidance-Mark-Hat.patch |   38 -
>  meta/recipes-devtools/rpm/rpm_5.4+cvs.bb           |  206 +++-
>  .../rpm/{rpm_5.4.14.bb => rpm_5.4.16.bb}           |  101 +-
>  33 files changed, 1835 insertions(+), 528 deletions(-)
>  create mode 100644 meta/recipes-devtools/rpm/rpm/beecrypt-5.4.15-to-5.4.16.patch.xz
>  delete mode 100644 meta/recipes-devtools/rpm/rpm/fstack-protector-configure-check.patch
>  create mode 100644 meta/recipes-devtools/rpm/rpm/lua-5.4.15-to-5.4.16.patch.xz
>  create mode 100644 meta/recipes-devtools/rpm/rpm/rpm-5.4.15-to-5.4.16.patch.xz
>  create mode 100644 meta/recipes-devtools/rpm/rpm/rpm-db60.patch
>  delete mode 100644 meta/recipes-devtools/rpm/rpm/rpm-disable-Wno-override-init.patch
>  create mode 100644 meta/recipes-devtools/rpm/rpm/rpm-disable-auto-stack-protector.patch
>  create mode 100644 meta/recipes-devtools/rpm/rpm/rpm-fix-parseEmbedded.patch
>  delete mode 100644 meta/recipes-devtools/rpm/rpm/rpm-lua-fix-print.patch
>  create mode 100644 meta/recipes-devtools/rpm/rpm/rpm-mongodb-sasl.patch
>  create mode 100644 meta/recipes-devtools/rpm/rpm/rpm-python-restore-origin.patch
>  delete mode 100644 meta/recipes-devtools/rpm/rpm/rpm-remove-sykcparse-decl.patch
>  create mode 100644 meta/recipes-devtools/rpm/rpm/rpm-rpmdb-grammar.patch
>  create mode 100644 meta/recipes-devtools/rpm/rpm/rpm-rpmio-headers.patch
>  delete mode 100644 meta/recipes-devtools/rpm/rpm/rpm-rpmpgp-fix.patch
>  create mode 100644 meta/recipes-devtools/rpm/rpm/rpm-syck-fix-gram.patch
>  create mode 100644 meta/recipes-devtools/rpm/rpm/syck-5.4.15-to-5.4.16.patch.xz
>  delete mode 100644 meta/recipes-devtools/rpm/rpm/verify-fix-broken-logic-for-ghost-avoidance-Mark-Hat.patch
>  rename meta/recipes-devtools/rpm/{rpm_5.4.14.bb => rpm_5.4.16.bb} (94%)



  reply	other threads:[~2016-02-25 18:28 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-25 18:18 [PATCH 0/3] Upgrade RPM 5 to 5.4.16 (CVS HEAD) Mark Hatle
2016-02-25 18:18 ` [PATCH 1/3] rpm: Uprev to rpm-5.4.16 (pre) and rpm-5.4+cvs to current CVS head Mark Hatle
2016-02-25 18:28   ` Mark Hatle [this message]
2016-02-25 18:18 ` [PATCH 2/3] rpm: Enable specific crypto and digest settings via variables Mark Hatle
2016-02-25 18:18 ` [PATCH 3/3] rpm: A number of the patches have been submitted upstream Mark Hatle
2016-02-25 22:34 ` [PATCH 0/3] Upgrade RPM 5 to 5.4.16 (CVS HEAD) Burton, Ross
2016-02-25 22:40   ` Mark Hatle

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=56CF47D9.8030804@windriver.com \
    --to=mark.hatle@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 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.