All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/10] Recipe upgrades
@ 2015-01-05 11:00 Paul Eggleton
  2015-01-05 11:00 ` [PATCH 01/10] iotop: update to 0.6 Paul Eggleton
                   ` (9 more replies)
  0 siblings, 10 replies; 15+ messages in thread
From: Paul Eggleton @ 2015-01-05 11:00 UTC (permalink / raw)
  To: openembedded-devel

A bunch of unrelated upgrades for recipes in meta-oe.


The following changes since commit 2ea3a19a478c526baa04d6b9a9e8c9f42aae9d34:

  ctapi-common: Add new recipe (2014-12-31 16:38:22 +0100)

are available in the git repository at:

  git://git.openembedded.org/meta-openembedded-contrib paule/upgrades
  http://cgit.openembedded.org/cgit.cgi/meta-openembedded-contrib/log/?h=paule/upgrades

Paul Eggleton (10):
  iotop: update to 0.6
  lzip: update to 1.16
  ddrescue: update to 1.19
  lcdproc: update to 0.5.6
  libmodplug: update to 0.8.8.5
  protobuf: update to 2.5.0
  mariadb: update to 5.5.41
  rfkill: update to 0.5
  picocom: update to 1.7
  libssh: update to just after 0.6.4

 .../rfkill/{rfkill_0.4.bb => rfkill_0.5.bb}        |  8 ++--
 .../{protobuf_2.4.1.bb => protobuf_2.5.0.bb}       |  4 +-
 .../{ddrescue_1.16.bb => ddrescue_1.19.bb}         | 15 ++++---
 .../iotop/{iotop_0.4.4.bb => iotop_0.6.bb}         |  7 ++--
 .../lcdproc/lcdproc/automake-111-fix.patch         | 21 ----------
 .../lcdproc/{lcdproc_0.5.5.bb => lcdproc_0.5.6.bb} |  6 +--
 .../{libmodplug_0.8.7.bb => libmodplug_0.8.8.5.bb} |  4 +-
 .../libssh/{libssh_0.6.3.bb => libssh_git.bb}      |  4 +-
 .../lzip/{lzip_1.15.bb => lzip_1.16.bb}            | 14 +++----
 ...b-native_5.5.40.bb => mariadb-native_5.5.41.bb} |  0
 meta-oe/recipes-support/mysql/mariadb.inc          |  5 +--
 .../mysql/mariadb/revert-fix-for-MDEV-5120.patch   | 46 ----------------------
 .../mysql/{mariadb_5.5.40.bb => mariadb_5.5.41.bb} |  0
 .../picocom/{picocom_1.6.bb => picocom_1.7.bb}     |  7 ++--
 14 files changed, 37 insertions(+), 104 deletions(-)
 rename meta-oe/recipes-connectivity/rfkill/{rfkill_0.4.bb => rfkill_0.5.bb} (76%)
 rename meta-oe/recipes-devtools/protobuf/{protobuf_2.4.1.bb => protobuf_2.5.0.bb} (81%)
 rename meta-oe/recipes-extended/ddrescue/{ddrescue_1.16.bb => ddrescue_1.19.bb} (54%)
 rename meta-oe/recipes-extended/iotop/{iotop_0.4.4.bb => iotop_0.6.bb} (81%)
 delete mode 100644 meta-oe/recipes-extended/lcdproc/lcdproc/automake-111-fix.patch
 rename meta-oe/recipes-extended/lcdproc/{lcdproc_0.5.5.bb => lcdproc_0.5.6.bb} (75%)
 rename meta-oe/recipes-multimedia/libmodplug/{libmodplug_0.8.7.bb => libmodplug_0.8.8.5.bb} (80%)
 rename meta-oe/recipes-support/libssh/{libssh_0.6.3.bb => libssh_git.bb} (90%)
 rename meta-oe/recipes-support/lzip/{lzip_1.15.bb => lzip_1.16.bb} (64%)
 rename meta-oe/recipes-support/mysql/{mariadb-native_5.5.40.bb => mariadb-native_5.5.41.bb} (100%)
 delete mode 100644 meta-oe/recipes-support/mysql/mariadb/revert-fix-for-MDEV-5120.patch
 rename meta-oe/recipes-support/mysql/{mariadb_5.5.40.bb => mariadb_5.5.41.bb} (100%)
 rename meta-oe/recipes-support/picocom/{picocom_1.6.bb => picocom_1.7.bb} (67%)

-- 
1.9.3



^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2015-01-06 12:00 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-05 11:00 [PATCH 00/10] Recipe upgrades Paul Eggleton
2015-01-05 11:00 ` [PATCH 01/10] iotop: update to 0.6 Paul Eggleton
2015-01-05 11:00 ` [PATCH 02/10] lzip: update to 1.16 Paul Eggleton
2015-01-05 11:00 ` [PATCH 03/10] ddrescue: update to 1.19 Paul Eggleton
2015-01-05 12:35   ` Martin Jansa
2015-01-05 13:31     ` Paul Eggleton
2015-01-06 11:25       ` Martin Jansa
2015-01-06 11:59         ` Paul Eggleton
2015-01-05 11:00 ` [PATCH 04/10] lcdproc: update to 0.5.6 Paul Eggleton
2015-01-05 11:00 ` [PATCH 05/10] libmodplug: update to 0.8.8.5 Paul Eggleton
2015-01-05 11:00 ` [PATCH 06/10] protobuf: update to 2.5.0 Paul Eggleton
2015-01-05 11:00 ` [PATCH 07/10] mariadb: update to 5.5.41 Paul Eggleton
2015-01-05 11:00 ` [PATCH 08/10] rfkill: update to 0.5 Paul Eggleton
2015-01-05 11:00 ` [PATCH 09/10] picocom: update to 1.7 Paul Eggleton
2015-01-05 11:00 ` [PATCH 10/10] libssh: update to just after 0.6.4 Paul Eggleton

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.