[OE-core] [PATCH 0/7] Minor version upgrades

Jussi Kukkonen jussi.kukkonen at intel.com
Wed Jul 13 12:53:42 UTC 2016


Some smaller version upgrades (the freetype uprade is a bigger one
but the new hinting mode is not on by default) and a cairo recipe fix.

Jussi

The following changes since commit 627d01997fcf6a0581d88047735769ffb2592b82:

  useradd-staticids: use map() instead of imap() (2016-07-12 23:12:00 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib jku/updates
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=jku/updates

Jussi Kukkonen (7):
  expat: Upgrade 2.1.1 -> 2.2.0
  cairo: Remove unnecessary UPSTREAM_CHECK_REGEX
  fontconfig: Upgrade 2.11.95 -> 2.12.0
  freetype: Upgrade 2.6.3 -> 2.6.5
  libgpg-error: Upgrade 1.22 -> 1.23
  librsvg: Upgrade 2.40.15 -> 2.40.16
  libevdev: Upgrade 1.5.1 -> 1.5.2

 meta/recipes-core/expat/expat.inc                  |   1 -
 meta/recipes-core/expat/expat/CVE-2016-0718.patch  | 760 ---------------------
 meta/recipes-core/expat/expat_2.1.1.bb             |   5 -
 meta/recipes-core/expat/expat_2.2.0.bb             |   5 +
 .../{librsvg_2.40.15.bb => librsvg_2.40.16.bb}     |   4 +-
 meta/recipes-graphics/cairo/cairo_1.14.6.bb        |   2 -
 ...{fontconfig_2.11.95.bb => fontconfig_2.12.0.bb} |   6 +-
 .../{freetype_2.6.3.bb => freetype_2.6.5.bb}       |   6 +-
 .../{libevdev_1.5.1.bb => libevdev_1.5.2.bb}       |   4 +-
 .../{libgpg-error_1.22.bb => libgpg-error_1.23.bb} |   4 +-
 10 files changed, 17 insertions(+), 780 deletions(-)
 delete mode 100644 meta/recipes-core/expat/expat/CVE-2016-0718.patch
 delete mode 100644 meta/recipes-core/expat/expat_2.1.1.bb
 create mode 100644 meta/recipes-core/expat/expat_2.2.0.bb
 rename meta/recipes-gnome/librsvg/{librsvg_2.40.15.bb => librsvg_2.40.16.bb} (91%)
 rename meta/recipes-graphics/fontconfig/{fontconfig_2.11.95.bb => fontconfig_2.12.0.bb} (87%)
 rename meta/recipes-graphics/freetype/{freetype_2.6.3.bb => freetype_2.6.5.bb} (89%)
 rename meta/recipes-support/libevdev/{libevdev_1.5.1.bb => libevdev_1.5.2.bb} (74%)
 rename meta/recipes-support/libgpg-error/{libgpg-error_1.22.bb => libgpg-error_1.23.bb} (92%)

-- 
2.1.4




More information about the Openembedded-core mailing list