Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/5] Package Updates
@ 2015-05-18 23:28 Saul Wold
  2015-05-18 23:28 ` [PATCH 1/5] libidn: Upgrade to 1.30 Saul Wold
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Saul Wold @ 2015-05-18 23:28 UTC (permalink / raw)
  To: openembedded-core, richard.purdie

Ross, Richard:

Here is a set of updates to core support libraries and lsbinitscripts, 
I tested these packages by building and running webkit and midori which
are dependant on those libraries on hardware targets

Thanks
   Sau!


Saul Wold (5):
  libidn: Upgrade to 1.30
  libksba: Upgrade to 1.3.3
  libinitscripts: Upgrade to 9.63
  msmtp: Upgrade to 1.6.2
  liburcu: Upgrade to 0.8.7

 .../recipes-extended/libidn/{libidn_1.29.bb => libidn_1.30.bb} | 10 +++++-----
 .../lsb/{lsbinitscripts_9.61.bb => lsbinitscripts_9.63.bb}     |  6 +++---
 meta/recipes-extended/msmtp/{msmtp_1.6.1.bb => msmtp_1.6.2.bb} |  4 ++--
 .../libksba/{libksba_1.3.2.bb => libksba_1.3.3.bb}             |  4 ++--
 .../liburcu/{liburcu_0.8.6.bb => liburcu_0.8.7.bb}             |  4 ++--
 5 files changed, 14 insertions(+), 14 deletions(-)
 rename meta/recipes-extended/libidn/{libidn_1.29.bb => libidn_1.30.bb} (75%)
 rename meta/recipes-extended/lsb/{lsbinitscripts_9.61.bb => lsbinitscripts_9.63.bb} (80%)
 rename meta/recipes-extended/msmtp/{msmtp_1.6.1.bb => msmtp_1.6.2.bb} (86%)
 rename meta/recipes-support/libksba/{libksba_1.3.2.bb => libksba_1.3.3.bb} (86%)
 rename meta/recipes-support/liburcu/{liburcu_0.8.6.bb => liburcu_0.8.7.bb} (83%)

-- 
2.1.0



^ permalink raw reply	[flat|nested] 7+ messages in thread
* [PATCH 0/5] Package Updates
@ 2014-08-29 15:26 Saul Wold
  0 siblings, 0 replies; 7+ messages in thread
From: Saul Wold @ 2014-08-29 15:26 UTC (permalink / raw)
  To: openembedded-core

Richard,

A final set of package before feature freeze.

Sau!

The following changes since commit d2fbc55d6863a767e69092bac686c02c3ec34650:

  populate_sdk_base: Remap TOOLCHAIN_HOST_TASK variable (2014-08-28 15:12:31 +0100)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib sgw/updates
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=sgw/updates

Saul Wold (5):
  less: Upgrade to 466
  man-pages: Upgrade to 3.71
  libxkbcommon: Upgrade to 0.4.3
  libassuan: Upgrade to 2.1.2
  at: Upgrade to 3.1.15

 meta/recipes-extended/at/{files => at}/S99at       |  0
 meta/recipes-extended/at/{files => at}/atd.service |  0
 .../{files => at}/configure-add-enable-pam.patch   |  0
 .../file_replacement_with_gplv2.patch              |  0
 .../{files => at}/fix_parallel_build_error.patch   |  0
 .../at/{files => at}/pam.conf.patch                | 24 +++++++++-----
 meta/recipes-extended/at/{files => at}/posixtm.c   |  0
 meta/recipes-extended/at/{files => at}/posixtm.h   |  0
 .../at/{at_3.1.14.bb => at_3.1.15.bb}              |  4 +--
 .../less/{less_458.bb => less_466.bb}              |  4 +--
 .../{man-pages_3.70.bb => man-pages_3.71.bb}       |  4 +--
 ...libxkbcommon_0.4.2.bb => libxkbcommon_0.4.3.bb} |  4 +--
 .../libassuan-add-pkgconfig-support.patch          | 38 +++++++++++-----------
 .../{libassuan_2.1.1.bb => libassuan_2.1.2.bb}     |  4 +--
 14 files changed, 44 insertions(+), 38 deletions(-)
 rename meta/recipes-extended/at/{files => at}/S99at (100%)
 rename meta/recipes-extended/at/{files => at}/atd.service (100%)
 rename meta/recipes-extended/at/{files => at}/configure-add-enable-pam.patch (100%)
 rename meta/recipes-extended/at/{files => at}/file_replacement_with_gplv2.patch (100%)
 rename meta/recipes-extended/at/{files => at}/fix_parallel_build_error.patch (100%)
 rename meta/recipes-extended/at/{files => at}/pam.conf.patch (68%)
 rename meta/recipes-extended/at/{files => at}/posixtm.c (100%)
 rename meta/recipes-extended/at/{files => at}/posixtm.h (100%)
 rename meta/recipes-extended/at/{at_3.1.14.bb => at_3.1.15.bb} (94%)
 rename meta/recipes-extended/less/{less_458.bb => less_466.bb} (88%)
 rename meta/recipes-extended/man-pages/{man-pages_3.70.bb => man-pages_3.71.bb} (82%)
 rename meta/recipes-graphics/xorg-lib/{libxkbcommon_0.4.2.bb => libxkbcommon_0.4.3.bb} (82%)
 rename meta/recipes-support/libassuan/{libassuan_2.1.1.bb => libassuan_2.1.2.bb} (86%)

-- 
1.8.3.1



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

end of thread, other threads:[~2015-05-18 23:28 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-18 23:28 [PATCH 0/5] Package Updates Saul Wold
2015-05-18 23:28 ` [PATCH 1/5] libidn: Upgrade to 1.30 Saul Wold
2015-05-18 23:28 ` [PATCH 2/5] libksba: Upgrade to 1.3.3 Saul Wold
2015-05-18 23:28 ` [PATCH 3/5] libinitscripts: Upgrade to 9.63 Saul Wold
2015-05-18 23:28 ` [PATCH 4/5] msmtp: Upgrade to 1.6.2 Saul Wold
2015-05-18 23:28 ` [PATCH 5/5] liburcu: Upgrade to 0.8.7 Saul Wold
  -- strict thread matches above, loose matches on Subject: below --
2014-08-29 15:26 [PATCH 0/5] Package Updates Saul Wold

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox