From: Robert Yang <liezhi.yang@windriver.com>
To: <openembedded-core@lists.openembedded.org>
Subject: [PATCH 00/10] Package Upgrades
Date: Tue, 7 Apr 2015 04:24:21 -0700 [thread overview]
Message-ID: <cover.1428405830.git.liezhi.yang@windriver.com> (raw)
The following changes since commit fbaddd724855a829698d853a70eee86118d6a5e7:
package_manager: call createrepo with --dbpath pointing inside WORKDIR (2015-04-02 12:00:55 +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 (10):
strace: 4.9 -> 4.10
libuser: 0.60 -> 0.61
patch: 2.7.1 -> 2.7.5
libgcrypt: 1.6.2 -> 1.6.3
gnupg: 2.1.1 -> 2.1.2
socat: 1.7.2.4 -> 1.7.3.0
dhcp: 4.3.1 -> 4.3.2
groff: 1.22.2 -> 1.22.3
man-pages: 3.76 -> 3.82
glib-2.0: 2.42.1 -> 2.44.0
.../dhcp/dhcp/dhcp-xen-checksum.patch | 307 --------------------
.../dhcp/{dhcp_4.3.1.bb => dhcp_4.3.2.bb} | 5 +-
.../socat/socat/fix-cross-compiling-failed.patch | 36 ---
.../socat/socat/socat-1.7.2.4-linux-3.17.patch | 29 --
.../socat/{socat_1.7.2.4.bb => socat_1.7.3.0.bb} | 8 +-
.../{glib-2.0_2.42.1.bb => glib-2.0_2.44.0.bb} | 4 +-
meta/recipes-devtools/patch/patch.inc | 1 +
.../patch/patch/patch-CVE-2015-1196.patch | 200 -------------
.../patch/{patch_2.7.1.bb => patch_2.7.5.bb} | 6 +-
.../{strace-4.9 => strace}/Makefile-ptest.patch | 8 +-
.../strace/{strace-4.9 => strace}/git-version-gen | 0
.../strace/{strace-4.9 => strace}/run-ptest | 0
.../strace-add-configure-options.patch | 24 +-
.../strace/{strace_4.9.bb => strace_4.10.bb} | 8 +-
...off-1.22.2-correct-man.local-install-path.patch | 36 +--
.../groff/{groff_1.22.2.bb => groff_1.22.3.bb} | 7 +-
.../libuser/libuser/fixsepbuild.patch | 35 ---
.../libuser/{libuser_0.60.bb => libuser_0.61.bb} | 6 +-
.../{man-pages_3.76.bb => man-pages_3.82.bb} | 4 +-
.../gnupg/{gnupg_2.1.1.bb => gnupg_2.1.2.bb} | 4 +-
meta/recipes-support/libgcrypt/libgcrypt_1.6.2.bb | 4 -
meta/recipes-support/libgcrypt/libgcrypt_1.6.3.bb | 4 +
22 files changed, 59 insertions(+), 677 deletions(-)
delete mode 100644 meta/recipes-connectivity/dhcp/dhcp/dhcp-xen-checksum.patch
rename meta/recipes-connectivity/dhcp/{dhcp_4.3.1.bb => dhcp_4.3.2.bb} (64%)
delete mode 100644 meta/recipes-connectivity/socat/socat/fix-cross-compiling-failed.patch
delete mode 100644 meta/recipes-connectivity/socat/socat/socat-1.7.2.4-linux-3.17.patch
rename meta/recipes-connectivity/socat/{socat_1.7.2.4.bb => socat_1.7.3.0.bb} (78%)
rename meta/recipes-core/glib-2.0/{glib-2.0_2.42.1.bb => glib-2.0_2.44.0.bb} (83%)
delete mode 100644 meta/recipes-devtools/patch/patch/patch-CVE-2015-1196.patch
rename meta/recipes-devtools/patch/{patch_2.7.1.bb => patch_2.7.5.bb} (60%)
rename meta/recipes-devtools/strace/{strace-4.9 => strace}/Makefile-ptest.patch (90%)
rename meta/recipes-devtools/strace/{strace-4.9 => strace}/git-version-gen (100%)
rename meta/recipes-devtools/strace/{strace-4.9 => strace}/run-ptest (100%)
rename meta/recipes-devtools/strace/{strace-4.9 => strace}/strace-add-configure-options.patch (70%)
rename meta/recipes-devtools/strace/{strace_4.9.bb => strace_4.10.bb} (84%)
rename meta/recipes-extended/groff/{groff-1.22.2 => groff-1.22.3}/groff-1.22.2-correct-man.local-install-path.patch (40%)
rename meta/recipes-extended/groff/{groff_1.22.2.bb => groff_1.22.3.bb} (92%)
delete mode 100644 meta/recipes-extended/libuser/libuser/fixsepbuild.patch
rename meta/recipes-extended/libuser/{libuser_0.60.bb => libuser_0.61.bb} (85%)
rename meta/recipes-extended/man-pages/{man-pages_3.76.bb => man-pages_3.82.bb} (86%)
rename meta/recipes-support/gnupg/{gnupg_2.1.1.bb => gnupg_2.1.2.bb} (89%)
delete mode 100644 meta/recipes-support/libgcrypt/libgcrypt_1.6.2.bb
create mode 100644 meta/recipes-support/libgcrypt/libgcrypt_1.6.3.bb
--
1.7.9.5
next reply other threads:[~2015-04-07 11:24 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-07 11:24 Robert Yang [this message]
2015-04-07 11:24 ` [PATCH 01/10] strace: 4.9 -> 4.10 Robert Yang
2015-04-07 11:24 ` [PATCH 02/10] libuser: 0.60 -> 0.61 Robert Yang
2015-04-07 11:24 ` [PATCH 03/10] patch: 2.7.1 -> 2.7.5 Robert Yang
2015-04-07 11:24 ` [PATCH 04/10] libgcrypt: 1.6.2 -> 1.6.3 Robert Yang
2015-04-07 11:24 ` [PATCH 05/10] gnupg: 2.1.1 -> 2.1.2 Robert Yang
2015-04-07 11:24 ` [PATCH 06/10] socat: 1.7.2.4 -> 1.7.3.0 Robert Yang
2015-04-07 11:24 ` [PATCH 07/10] dhcp: 4.3.1 -> 4.3.2 Robert Yang
2015-04-07 11:24 ` [PATCH 08/10] groff: 1.22.2 -> 1.22.3 Robert Yang
2015-04-08 9:40 ` Richard Purdie
2015-04-07 11:24 ` [PATCH 09/10] man-pages: 3.76 -> 3.82 Robert Yang
2015-04-07 11:24 ` [PATCH 10/10] glib-2.0: 2.42.1 -> 2.44.0 Robert Yang
2015-04-07 21:39 ` Richard Purdie
2015-04-08 2:23 ` Robert Yang
2015-04-08 7:42 ` Jussi Kukkonen
2015-04-08 9:05 ` Robert Yang
2015-04-08 9:32 ` Robert Yang
-- strict thread matches above, loose matches on Subject: below --
2013-10-15 12:45 [PATCH 00/10] Package upgrades Laurentiu Palcu
2013-07-05 7:10 Ionut Radu
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.1428405830.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