All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hongxu Jia <hongxu.jia@windriver.com>
To: <openembedded-core@lists.openembedded.org>,
	<richard.purdie@linuxfoundation.org>
Subject: [PATCH 00/10] Upgrade 9 recipes and 1 fix
Date: Sun, 12 May 2019 16:16:20 +0800	[thread overview]
Message-ID: <cover.1557628550.git.hongxu.jia@windriver.com> (raw)

The following changes since commit 244f2e5fb545dd40d020811799a6022e14468eeb:

  icu: Added armeb support. (2019-05-09 16:31:06 +0100)

are available in the git repository at:

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

Hongxu Jia (10):
  apr: upgrade 1.6.5 -> 1.7.0
  man-pages: upgrade 4.16 -> 5.01
  man-db: upgrade 2.8.4 -> 2.8.5
  bash: upgrade 4.4.18 -> 5.0
  ncurses: fix incorrect UPSTREAM_CHECK_GITTAGREGEX
  gpgme: upgrade 1.12.0 -> 1.13.0
  subversion: upgrade 1.11.1 -> 1.12.0
  groff: upgrade 1.22.3 -> 1.22.4
  libxml2: upgrade 2.9.8 -> 2.9.9
  ghostscript: 9.26 -> 9.27

 ...1-Fix-infinite-loop-in-LZMA-decompression.patch |  55 --
 .../libxml/libxml2/fix-CVE-2017-8872.patch         |  65 ---
 .../libxml/libxml2/fix-CVE-2018-14404.patch        |  45 --
 .../libxml/libxml2/fix-execution-of-ptests.patch   |  24 +-
 .../recipes-core/libxml/libxml2/libxml-64bit.patch |  24 +-
 .../libxml/libxml2/libxml-m4-use-pkgconfig.patch   |  16 +-
 .../libxml/libxml2/python-sitepackages-dir.patch   |  13 +-
 meta/recipes-core/libxml/libxml2/runtest.patch     | 204 +++----
 .../libxml/{libxml2_2.9.8.bb => libxml2_2.9.9.bb}  |   7 +-
 meta/recipes-core/ncurses/ncurses_6.1+20181013.bb  |   2 +-
 .../subversion/subversion/disable_macos.patch      |  45 +-
 .../subversion/subversion/serfmacro.patch          |  27 +-
 .../subversion-1.12.0-apr_1.7.0_fix-1.patch        | 107 ++++
 .../{subversion_1.11.1.bb => subversion_1.12.0.bb} |   7 +-
 ...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 ++
 .../ghostscript/CVE-2019-3835-0001.patch           |  99 ----
 .../ghostscript/CVE-2019-3835-0002.patch           |  71 ---
 .../ghostscript/CVE-2019-3835-0003.patch           | 295 ----------
 .../ghostscript/CVE-2019-3835-0004.patch           | 167 ------
 .../ghostscript/CVE-2019-3838-0001.patch           |  34 --
 .../ghostscript/CVE-2019-3838-0002.patch           |  30 --
 .../ghostscript/CVE-2019-6116-0001.patch           | 177 ------
 .../ghostscript/CVE-2019-6116-0002.patch           | 442 ---------------
 .../ghostscript/CVE-2019-6116-0003.patch           |  32 --
 .../ghostscript/CVE-2019-6116-0004.patch           | 136 -----
 .../ghostscript/CVE-2019-6116-0005.patch           | 250 ---------
 .../ghostscript/CVE-2019-6116-0006.patch           | 596 ---------------------
 .../ghostscript/CVE-2019-6116-0007.patch           | 346 ------------
 .../ghostscript/ghostscript-9.02-genarch.patch     |  14 +-
 .../{ghostscript_9.26.bb => ghostscript_9.27.bb}   |  19 +-
 .../groff/files/0001-fix-shebang-for-taget.patch   |  31 ++
 .../0001-replace-perl-w-with-use-warnings.patch    |  34 +-
 .../groff/files/0001-support-musl.patch            |  46 ++
 .../groff-not-search-fonts-on-build-host.patch     |  20 +-
 ...need_charset_alias-when-building-for-musl.patch |  30 --
 ...off-1.22.2-correct-man.local-install-path.patch |  34 --
 .../groff/{groff_1.22.3.bb => groff_1.22.4.bb}     |  36 +-
 .../man-db/{man-db_2.8.4.bb => man-db_2.8.5.bb}    |   9 +-
 .../{man-pages_4.16.bb => man-pages_5.01.bb}       |   4 +-
 ..._t-size-doesn-t-match-in-glibc-when-cross.patch |  26 +-
 .../apr/{apr_1.6.5.bb => apr_1.7.0.bb}             |   4 +-
 ...d-Make-gpgme.m4-use-gpgrt-config-with-.pc.patch | 134 +++++
 .../gpgme/gpgme/0001-pkgconfig.patch               |  72 ++-
 ...python-gpg-error-config-should-not-be-use.patch |  33 +-
 .../gpgme/0008-do-not-auto-check-var-PYTHON.patch  |  36 ++
 .../gpgme/{gpgme_1.12.0.bb => gpgme_1.13.0.bb}     |  12 +-
 51 files changed, 763 insertions(+), 3307 deletions(-)
 delete mode 100644 meta/recipes-core/libxml/libxml2/0001-Fix-infinite-loop-in-LZMA-decompression.patch
 delete mode 100644 meta/recipes-core/libxml/libxml2/fix-CVE-2017-8872.patch
 delete mode 100644 meta/recipes-core/libxml/libxml2/fix-CVE-2018-14404.patch
 rename meta/recipes-core/libxml/{libxml2_2.9.8.bb => libxml2_2.9.9.bb} (93%)
 create mode 100644 meta/recipes-devtools/subversion/subversion/subversion-1.12.0-apr_1.7.0_fix-1.patch
 rename meta/recipes-devtools/subversion/{subversion_1.11.1.bb => subversion_1.12.0.bb} (92%)
 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
 delete mode 100644 meta/recipes-extended/ghostscript/ghostscript/CVE-2019-3835-0001.patch
 delete mode 100644 meta/recipes-extended/ghostscript/ghostscript/CVE-2019-3835-0002.patch
 delete mode 100644 meta/recipes-extended/ghostscript/ghostscript/CVE-2019-3835-0003.patch
 delete mode 100644 meta/recipes-extended/ghostscript/ghostscript/CVE-2019-3835-0004.patch
 delete mode 100644 meta/recipes-extended/ghostscript/ghostscript/CVE-2019-3838-0001.patch
 delete mode 100644 meta/recipes-extended/ghostscript/ghostscript/CVE-2019-3838-0002.patch
 delete mode 100644 meta/recipes-extended/ghostscript/ghostscript/CVE-2019-6116-0001.patch
 delete mode 100644 meta/recipes-extended/ghostscript/ghostscript/CVE-2019-6116-0002.patch
 delete mode 100644 meta/recipes-extended/ghostscript/ghostscript/CVE-2019-6116-0003.patch
 delete mode 100644 meta/recipes-extended/ghostscript/ghostscript/CVE-2019-6116-0004.patch
 delete mode 100644 meta/recipes-extended/ghostscript/ghostscript/CVE-2019-6116-0005.patch
 delete mode 100644 meta/recipes-extended/ghostscript/ghostscript/CVE-2019-6116-0006.patch
 delete mode 100644 meta/recipes-extended/ghostscript/ghostscript/CVE-2019-6116-0007.patch
 rename meta/recipes-extended/ghostscript/{ghostscript_9.26.bb => ghostscript_9.27.bb} (85%)
 create mode 100644 meta/recipes-extended/groff/files/0001-fix-shebang-for-taget.patch
 rename meta/recipes-extended/groff/{groff-1.22.3 => files}/0001-replace-perl-w-with-use-warnings.patch (76%)
 create mode 100644 meta/recipes-extended/groff/files/0001-support-musl.patch
 rename meta/recipes-extended/groff/{groff-1.22.3 => files}/groff-not-search-fonts-on-build-host.patch (42%)
 delete mode 100644 meta/recipes-extended/groff/groff-1.22.3/0001-Unset-need_charset_alias-when-building-for-musl.patch
 delete mode 100644 meta/recipes-extended/groff/groff-1.22.3/groff-1.22.2-correct-man.local-install-path.patch
 rename meta/recipes-extended/groff/{groff_1.22.3.bb => groff_1.22.4.bb} (62%)
 rename meta/recipes-extended/man-db/{man-db_2.8.4.bb => man-db_2.8.5.bb} (86%)
 rename meta/recipes-extended/man-pages/{man-pages_4.16.bb => man-pages_5.01.bb} (87%)
 rename meta/recipes-support/apr/{apr_1.6.5.bb => apr_1.7.0.bb} (96%)
 create mode 100644 meta/recipes-support/gpgme/gpgme/0001-Revert-build-Make-gpgme.m4-use-gpgrt-config-with-.pc.patch
 create mode 100644 meta/recipes-support/gpgme/gpgme/0008-do-not-auto-check-var-PYTHON.patch
 rename meta/recipes-support/gpgme/{gpgme_1.12.0.bb => gpgme_1.13.0.bb} (88%)

-- 
2.7.4



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

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-12  8:16 Hongxu Jia [this message]
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
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=cover.1557628550.git.hongxu.jia@windriver.com \
    --to=hongxu.jia@windriver.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=richard.purdie@linuxfoundation.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.