Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Saul Wold <sgw@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 00/10] Updates and a bug fix
Date: Tue, 24 Jun 2014 17:13:10 -0700	[thread overview]
Message-ID: <cover.1403654908.git.sgw@linux.intel.com> (raw)

Richard,

Packages updates.

Sau!

The following changes since commit 41bd9dbf6f3e0add6a9e2cb20cfcbff44d785ea4:

  syslinux: fix isohybird overflows on 32 bit system (2014-06-24 19:53:02 +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 (10):
  sqlite3: Update to 3.8.5.0
  libusb1: Update to 1.0.19
  liburcu: Update to 0.8.4
  gnupg: Update to 2.0.23
  curl: Update to 7.37
  xcb-util-renderutil: Update to version 0.3.9
  man-pages: Update to 3.69
  mobile-broadband-provider-info: Update SRCREV
  ca-certificates: Update to 20140325
  curl: Convert CURLGNUTL to PACKAGECONFIG

 .../mobile-broadband-provider-info_git.bb          |   4 +-
 .../{man-pages_3.68.bb => man-pages_3.69.bb}       |   4 +-
 ...rutil_0.3.8.bb => xcb-util-renderutil_0.3.9.bb} |   9 +-
 ...date-mozilla-certdata.txt-to-version-1.98.patch | 227 +++++++++++++++++++++
 ...tes_20130610.bb => ca-certificates_20140325.bb} |   9 +-
 .../curl/generate_code_for_disable_manual.patch    |  38 ----
 .../curl/{curl_7.36.0.bb => curl_7.37.0.bb}        |  24 +--
 .../gnupg/{gnupg_2.0.22.bb => gnupg_2.0.23.bb}     |   4 +-
 .../liburcu/liburcu/fixsepbuild.patch              |  19 --
 .../liburcu/{liburcu_0.8.1.bb => liburcu_0.8.4.bb} |   6 +-
 .../{libusb1_1.0.18.bb => libusb1_1.0.19.bb}       |   4 +-
 .../{sqlite3_3.8.4.3.bb => sqlite3_3.8.5.0.bb}     |   4 +-
 12 files changed, 258 insertions(+), 94 deletions(-)
 rename meta/recipes-extended/man-pages/{man-pages_3.68.bb => man-pages_3.69.bb} (82%)
 rename meta/recipes-graphics/xorg-lib/{xcb-util-renderutil_0.3.8.bb => xcb-util-renderutil_0.3.9.bb} (49%)
 create mode 100644 meta/recipes-support/ca-certificates/ca-certificates/0001-Update-mozilla-certdata.txt-to-version-1.98.patch
 rename meta/recipes-support/ca-certificates/{ca-certificates_20130610.bb => ca-certificates_20140325.bb} (90%)
 delete mode 100644 meta/recipes-support/curl/curl/generate_code_for_disable_manual.patch
 rename meta/recipes-support/curl/{curl_7.36.0.bb => curl_7.37.0.bb} (76%)
 rename meta/recipes-support/gnupg/{gnupg_2.0.22.bb => gnupg_2.0.23.bb} (88%)
 delete mode 100644 meta/recipes-support/liburcu/liburcu/fixsepbuild.patch
 rename meta/recipes-support/liburcu/{liburcu_0.8.1.bb => liburcu_0.8.4.bb} (77%)
 rename meta/recipes-support/libusb/{libusb1_1.0.18.bb => libusb1_1.0.19.bb} (85%)
 rename meta/recipes-support/sqlite/{sqlite3_3.8.4.3.bb => sqlite3_3.8.5.0.bb} (80%)

-- 
1.8.3.1



             reply	other threads:[~2014-06-25  0:13 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-25  0:13 Saul Wold [this message]
2014-06-25  0:13 ` [PATCH 01/10] sqlite3: Update to 3.8.5.0 Saul Wold
2014-06-25  0:13 ` [PATCH 02/10] libusb1: Update to 1.0.19 Saul Wold
2014-06-25  0:13 ` [PATCH 03/10] liburcu: Update to 0.8.4 Saul Wold
2014-06-27  9:56   ` Enrico Scholz
2014-06-27 10:12     ` Richard Purdie
2014-06-27 10:39       ` Enrico Scholz
2014-06-25  0:13 ` [PATCH 04/10] gnupg: Update to 2.0.23 Saul Wold
2014-06-25  0:13 ` [PATCH 05/10] curl: Update to 7.37 Saul Wold
2014-06-25  0:13 ` [PATCH 06/10] xcb-util-renderutil: Update to version 0.3.9 Saul Wold
2014-06-25  0:13 ` [PATCH 07/10] man-pages: Update to 3.69 Saul Wold
2014-06-25  0:13 ` [PATCH 08/10] mobile-broadband-provider-info: Update SRCREV Saul Wold
2014-06-25  0:13 ` [PATCH 09/10] ca-certificates: Update to 20140325 Saul Wold
2014-06-25  0:13 ` [PATCH 10/10] curl: Convert CURLGNUTL to PACKAGECONFIG Saul Wold
2014-09-25 19:27   ` Martin Jansa
2014-09-25 22:44     ` Burton, Ross

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.1403654908.git.sgw@linux.intel.com \
    --to=sgw@linux.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox