From: Hongxu Jia <hongxu.jia@windriver.com>
To: <openembedded-core@lists.openembedded.org>,
<richard.purdie@linuxfoundation.org>
Subject: [PATCH 0/6] upgrade 6 recipes
Date: Fri, 9 Nov 2018 17:07:02 +0800 [thread overview]
Message-ID: <cover.1541754319.git.hongxu.jia@windriver.com> (raw)
The following changes since commit bb06900a1f29fdd4066f6d7e7a961d230c2e9438:
perf: Disable libunwind for ARC & RISCV64 (2018-11-06 12:15:59 +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 (6):
apr: upgrade 1.6.3 -> 1.6.5
gnupg: upgrade 2.2.9 -> 2.2.10
ncurses: upgrade 6.1 -> 6.1+20180714
man-db: 2.8.3 -> 2.8.4
gpgme: 1.11.1 -> 1.12.0
rpcbind: 0.2.4 -> 1.2.5
...ses_6.1+20180630.bb => ncurses_6.1+20180714.bb} | 2 +-
.../man-db/{man-db_2.8.3.bb => man-db_2.8.4.bb} | 5 +-
...r-all-svc_getargs-calls-with-svc_freeargs.patch | 221 ---------------------
...proc_dump-Fixed-typo-in-memory-leak-patch.patch | 30 ---
..._callit_com-Stop-freeing-a-static-pointer.patch | 100 ----------
.../rpcbind/{rpcbind_0.2.4.bb => rpcbind_1.2.5.bb} | 7 +-
.../apr/0008-apr-fix-ptest-hang-in-teststr.patch | 32 ---
.../apr/{apr_1.6.3.bb => apr_1.6.5.bb} | 7 +-
...c-use-a-custom-value-for-the-location-of-.patch | 4 +-
meta/recipes-support/gnupg/gnupg/relocate.patch | 12 +-
.../gnupg/{gnupg_2.2.9.bb => gnupg_2.2.10.bb} | 4 +-
.../gpgme/gpgme/0001-pkgconfig.patch | 8 +-
...python-gpg-error-config-should-not-be-use.patch | 30 +--
.../0003-Correctly-install-python-modules.patch | 6 +-
.../gpgme/gpgme/0004-python-import.patch | 2 +-
...g-skip-all-lib-or-usr-lib-directories-in-.patch | 2 +-
.../gpgme/gpgme/0006-fix-build-path-issue.patch | 6 +-
...ch => 0007-python-Add-variables-to-tests.patch} | 52 ++---
.../gpgme/{gpgme_1.11.1.bb => gpgme_1.12.0.bb} | 7 +-
19 files changed, 66 insertions(+), 471 deletions(-)
rename meta/recipes-core/ncurses/{ncurses_6.1+20180630.bb => ncurses_6.1+20180714.bb} (86%)
rename meta/recipes-extended/man-db/{man-db_2.8.3.bb => man-db_2.8.4.bb} (90%)
delete mode 100644 meta/recipes-extended/rpcbind/rpcbind/0001-rpcbind-pair-all-svc_getargs-calls-with-svc_freeargs.patch
delete mode 100644 meta/recipes-extended/rpcbind/rpcbind/pmapproc_dump-Fixed-typo-in-memory-leak-patch.patch
delete mode 100644 meta/recipes-extended/rpcbind/rpcbind/rpcbproc_callit_com-Stop-freeing-a-static-pointer.patch
rename meta/recipes-extended/rpcbind/{rpcbind_0.2.4.bb => rpcbind_1.2.5.bb} (85%)
delete mode 100644 meta/recipes-support/apr/apr/0008-apr-fix-ptest-hang-in-teststr.patch
rename meta/recipes-support/apr/{apr_1.6.3.bb => apr_1.6.5.bb} (95%)
rename meta/recipes-support/gnupg/{gnupg_2.2.9.bb => gnupg_2.2.10.bb} (92%)
rename meta/recipes-support/gpgme/gpgme/{0007-qt-python-Add-variables-to-tests.patch => 0007-python-Add-variables-to-tests.patch} (43%)
rename meta/recipes-support/gpgme/{gpgme_1.11.1.bb => gpgme_1.12.0.bb} (93%)
--
2.7.4
next reply other threads:[~2018-11-09 8:56 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-11-09 9:07 Hongxu Jia [this message]
2018-11-09 9:07 ` [PATCH 1/6] apr: upgrade 1.6.3 -> 1.6.5 Hongxu Jia
2018-11-09 9:07 ` [PATCH 2/6] gnupg: upgrade 2.2.9 -> 2.2.10 Hongxu Jia
2018-11-09 9:07 ` [PATCH 3/6] ncurses: upgrade 6.1 -> 6.1+20180714 Hongxu Jia
2018-11-09 9:07 ` [PATCH 4/6] man-db: 2.8.3 -> 2.8.4 Hongxu Jia
2018-11-09 9:07 ` [PATCH 5/6] gpgme: 1.11.1 -> 1.12.0 Hongxu Jia
2018-11-09 9:07 ` [PATCH 6/6] rpcbind: 0.2.4 -> 1.2.5 Hongxu Jia
2018-11-12 12:38 ` Burton, Ross
2018-11-13 3:14 ` [PATCH V2] " 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.1541754319.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.