From: Radu Moisan <radu.moisan@intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH v3 0/9] Package Upgrades
Date: Fri, 5 Jul 2013 17:47:45 +0300 [thread overview]
Message-ID: <cover.1373035496.git.radu.moisan@intel.com> (raw)
* iputils: Removed obsolete patches
* elfutils: license changed to GPLv3
several patches were absolete so I removed them
redhat-portability & redhat-robustify backported from latest elfutils-portability & elfutils-robustify from upstream
* The rest are basic upgrades, no issues
The following changes since commit 8a186a6b3853fc1a7dcf342d421c8926c38949c9:
bitbake: hob: save button from settings called a nonexisting method (2013-07-03 08:13:35 +0100)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib rmoisan/branch-updates
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=rmoisan/branch-updates
Radu Moisan (9):
iputils: Upgrade to v20121221
elfutils: Upgrade to v0.155
rxvt-unicode: Upgrade to v9.18
ed: Upgrade to v1.8
libdmx: Upgrade to v1.1.3
apr: Upgrade to v1.4.8
apr-util: Upgrade to v1.5.2
diffutils: Upgrade to v3.3
usbutils: Upgrade to v007
.../usbutils/{usbutils_006.bb => usbutils_007.bb} | 5 +-
.../elfutils/elfutils-0.155/arm_backend.diff | 450 +++++
.../elfutils/elfutils-0.155/do-autoreconf.diff | 215 +++
.../elfutils/elfutils-0.155/dso-link-change.patch | 32 +
.../elfutils/elfutils-0.155/elf_additions.diff | 61 +
.../elfutils-ar-c-fix-num-passed-to-memset.patch | 23 +
.../elfutils-0.155/elfutils-robustify.patch | 1756 +++++++++++++++++++
.../elfutils/elfutils-0.155/hppa_backend.diff | 796 +++++++++
.../elfutils/elfutils-0.155/i386_dis.h | 1657 ++++++++++++++++++
.../elfutils/elfutils-0.155/m68k_backend.diff | 303 ++++
.../elfutils/elfutils-0.155/mempcpy.patch | 24 +
.../elfutils/elfutils-0.155/mips_backend.diff | 708 ++++++++
...ssed-to-snprintf-for-invalid-sh_name-case.patch | 27 +
.../elfutils-0.155/redhat-portability.diff | 1775 +++++++++++++++++++
.../elfutils/elfutils-0.155/redhat-robustify.diff | 1824 ++++++++++++++++++++
.../elfutils/elfutils-0.155/uclibc-support.patch | 91 +
.../elfutils/elfutils-0.155/x86_64_dis.h | 1632 ++++++++++++++++++
meta/recipes-devtools/elfutils/elfutils_0.155.bb | 84 +
.../diffutils-3.2/obsolete_automake_macros.patch | 14 -
.../diffutils/diffutils-3.2/remove-gets.patch | 22 -
meta/recipes-extended/diffutils/diffutils.inc | 2 +-
.../{diffutils_3.2.bb => diffutils_3.3.bb} | 10 +-
meta/recipes-extended/ed/ed-1.7/ed-1.2-build.patch | 43 -
meta/recipes-extended/ed/{ed_1.7.bb => ed_1.8.bb} | 11 +-
.../files/debian/add-icmp-return-codes.diff | 43 -
.../iputils/files/debian/fix-arping-timeouts.diff | 26 -
.../files/debian/fix-dead-host-ping-stats.diff | 16 -
.../iputils/files/debian/targets.diff | 14 +-
.../iputils/files/debian/use_gethostbyname2.diff | 36 +-
.../{iputils_s20101006.bb => iputils_s20121221.bb} | 12 +-
.../xorg-lib/{libdmx_1.1.2.bb => libdmx_1.1.3.bb} | 4 +-
.../rxvt.desktop | 0
.../rxvt.png | Bin 2847 -> 2847 bytes
.../xwc.patch | 0
.../{rxvt-unicode_9.17.bb => rxvt-unicode_9.18.bb} | 6 +-
.../apr/{apr-util_1.5.1.bb => apr-util_1.5.2.bb} | 6 +-
.../apr/{apr_1.4.6.bb => apr_1.4.8.bb} | 6 +-
37 files changed, 11506 insertions(+), 228 deletions(-)
rename meta/recipes-bsp/usbutils/{usbutils_006.bb => usbutils_007.bb} (83%)
create mode 100644 meta/recipes-devtools/elfutils/elfutils-0.155/arm_backend.diff
create mode 100644 meta/recipes-devtools/elfutils/elfutils-0.155/do-autoreconf.diff
create mode 100644 meta/recipes-devtools/elfutils/elfutils-0.155/dso-link-change.patch
create mode 100644 meta/recipes-devtools/elfutils/elfutils-0.155/elf_additions.diff
create mode 100644 meta/recipes-devtools/elfutils/elfutils-0.155/elfutils-ar-c-fix-num-passed-to-memset.patch
create mode 100644 meta/recipes-devtools/elfutils/elfutils-0.155/elfutils-robustify.patch
create mode 100644 meta/recipes-devtools/elfutils/elfutils-0.155/hppa_backend.diff
create mode 100644 meta/recipes-devtools/elfutils/elfutils-0.155/i386_dis.h
create mode 100644 meta/recipes-devtools/elfutils/elfutils-0.155/m68k_backend.diff
create mode 100644 meta/recipes-devtools/elfutils/elfutils-0.155/mempcpy.patch
create mode 100644 meta/recipes-devtools/elfutils/elfutils-0.155/mips_backend.diff
create mode 100644 meta/recipes-devtools/elfutils/elfutils-0.155/nm-Fix-size-passed-to-snprintf-for-invalid-sh_name-case.patch
create mode 100644 meta/recipes-devtools/elfutils/elfutils-0.155/redhat-portability.diff
create mode 100644 meta/recipes-devtools/elfutils/elfutils-0.155/redhat-robustify.diff
create mode 100644 meta/recipes-devtools/elfutils/elfutils-0.155/uclibc-support.patch
create mode 100644 meta/recipes-devtools/elfutils/elfutils-0.155/x86_64_dis.h
create mode 100644 meta/recipes-devtools/elfutils/elfutils_0.155.bb
delete mode 100644 meta/recipes-extended/diffutils/diffutils-3.2/obsolete_automake_macros.patch
delete mode 100644 meta/recipes-extended/diffutils/diffutils-3.2/remove-gets.patch
rename meta/recipes-extended/diffutils/{diffutils_3.2.bb => diffutils_3.3.bb} (59%)
delete mode 100644 meta/recipes-extended/ed/ed-1.7/ed-1.2-build.patch
rename meta/recipes-extended/ed/{ed_1.7.bb => ed_1.8.bb} (49%)
delete mode 100644 meta/recipes-extended/iputils/files/debian/add-icmp-return-codes.diff
delete mode 100644 meta/recipes-extended/iputils/files/debian/fix-arping-timeouts.diff
delete mode 100644 meta/recipes-extended/iputils/files/debian/fix-dead-host-ping-stats.diff
rename meta/recipes-extended/iputils/{iputils_s20101006.bb => iputils_s20121221.bb} (82%)
rename meta/recipes-graphics/xorg-lib/{libdmx_1.1.2.bb => libdmx_1.1.3.bb} (79%)
rename meta/recipes-sato/rxvt-unicode/{rxvt-unicode-9.17 => rxvt-unicode-9.18}/rxvt.desktop (100%)
rename meta/recipes-sato/rxvt-unicode/{rxvt-unicode-9.17 => rxvt-unicode-9.18}/rxvt.png (100%)
rename meta/recipes-sato/rxvt-unicode/{rxvt-unicode-9.17 => rxvt-unicode-9.18}/xwc.patch (100%)
rename meta/recipes-sato/rxvt-unicode/{rxvt-unicode_9.17.bb => rxvt-unicode_9.18.bb} (92%)
rename meta/recipes-support/apr/{apr-util_1.5.1.bb => apr-util_1.5.2.bb} (91%)
rename meta/recipes-support/apr/{apr_1.4.6.bb => apr_1.4.8.bb} (92%)
--
1.7.9.5
next reply other threads:[~2013-07-05 14:46 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-05 14:47 Radu Moisan [this message]
2013-07-05 14:47 ` [PATCH 1/9] iputils: Upgrade to v20121221 Radu Moisan
2013-07-05 16:14 ` Burton, Ross
2013-07-08 10:22 ` Radu Moisan
2013-07-05 14:47 ` [PATCH 2/9] elfutils: Upgrade to v0.155 Radu Moisan
2013-07-05 14:47 ` [PATCH 3/9] rxvt-unicode: Upgrade to v9.18 Radu Moisan
2013-07-05 14:47 ` [PATCH 4/9] ed: Upgrade to v1.8 Radu Moisan
2013-07-05 14:47 ` [PATCH 5/9] libdmx: Upgrade to v1.1.3 Radu Moisan
2013-07-05 14:47 ` [PATCH 6/9] apr: Upgrade to v1.4.8 Radu Moisan
2013-07-05 14:47 ` [PATCH 7/9] apr-util: Upgrade to v1.5.2 Radu Moisan
2013-07-05 14:47 ` [PATCH 8/9] diffutils: Upgrade to v3.3 Radu Moisan
2013-07-05 14:47 ` [PATCH 9/9] usbutils: Upgrade to v007 Radu Moisan
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.1373035496.git.radu.moisan@intel.com \
--to=radu.moisan@intel.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.