From: "Maxin B. John" <maxin.john@intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 00/12] package upgrades
Date: Tue, 23 Jan 2018 16:05:40 +0200 [thread overview]
Message-ID: <1516716352-32735-1-git-send-email-maxin.john@intel.com> (raw)
Package upgrades including gtk+3
Maxin B. John (12):
freetype: upgrade to version 2.9
libsoup-2.4: upgrade to version 2.61.2
ofono: upgrade to version 1.22
pango: upgrade to version 1.41.0
libtasn1: upgrade to version 4.13
puzzles: upgrade to latest commit
sqlite3: upgrade to version 3.22.0
vte: upgrade to version 0.50.2
gtk+: upgrade to version 2.24.32
gtk+3: upgrade to version 3.22.26
gtk-icon-utils-native: upgrade to version 3.22.26
atk: upgrade to version 2.26.1
meta/recipes-connectivity/ofono/ofono_1.21.bb | 8 --
meta/recipes-connectivity/ofono/ofono_1.22.bb | 8 ++
.../gtk+/{gtk+3_3.22.24.bb => gtk+3_3.22.26.bb} | 4 +-
.../gtk+/{gtk+_2.24.31.bb => gtk+_2.24.32.bb} | 4 +-
...3.22.17.bb => gtk-icon-utils-native_3.22.26.bb} | 4 +-
.../{freetype_2.8.1.bb => freetype_2.9.bb} | 6 +-
...op-introspection-macros-from-acinclude.m4.patch | 120 ---------------------
.../pango/{pango_1.40.12.bb => pango_1.41.0.bb} | 5 +-
...arify-conditions-to-avoid-compiler-errors.patch | 48 ---------
meta/recipes-sato/puzzles/puzzles_git.bb | 1 -
.../atk/{atk_2.26.0.bb => atk_2.26.1.bb} | 4 +-
.../gnutls/libtasn1/CVE-2017-10790.patch | 63 -----------
.../gnutls/{libtasn1_4.12.bb => libtasn1_4.13.bb} | 5 +-
...libsoup-2.4_2.60.2.bb => libsoup-2.4_2.61.2.bb} | 4 +-
meta/recipes-support/sqlite/sqlite3_3.21.0.bb | 10 --
meta/recipes-support/sqlite/sqlite3_3.22.0.bb | 10 ++
.../vte/{vte_0.50.1.bb => vte_0.50.2.bb} | 4 +-
17 files changed, 37 insertions(+), 271 deletions(-)
delete mode 100644 meta/recipes-connectivity/ofono/ofono_1.21.bb
create mode 100644 meta/recipes-connectivity/ofono/ofono_1.22.bb
rename meta/recipes-gnome/gtk+/{gtk+3_3.22.24.bb => gtk+3_3.22.26.bb} (83%)
rename meta/recipes-gnome/gtk+/{gtk+_2.24.31.bb => gtk+_2.24.32.bb} (90%)
rename meta/recipes-gnome/gtk+/{gtk-icon-utils-native_3.22.17.bb => gtk-icon-utils-native_3.22.26.bb} (94%)
rename meta/recipes-graphics/freetype/{freetype_2.8.1.bb => freetype_2.9.bb} (89%)
delete mode 100644 meta/recipes-graphics/pango/pango/0001-Drop-introspection-macros-from-acinclude.m4.patch
rename meta/recipes-graphics/pango/{pango_1.40.12.bb => pango_1.41.0.bb} (88%)
delete mode 100644 meta/recipes-sato/puzzles/files/0001-Clarify-conditions-to-avoid-compiler-errors.patch
rename meta/recipes-support/atk/{atk_2.26.0.bb => atk_2.26.1.bb} (78%)
delete mode 100644 meta/recipes-support/gnutls/libtasn1/CVE-2017-10790.patch
rename meta/recipes-support/gnutls/{libtasn1_4.12.bb => libtasn1_4.13.bb} (80%)
rename meta/recipes-support/libsoup/{libsoup-2.4_2.60.2.bb => libsoup-2.4_2.61.2.bb} (89%)
delete mode 100644 meta/recipes-support/sqlite/sqlite3_3.21.0.bb
create mode 100644 meta/recipes-support/sqlite/sqlite3_3.22.0.bb
rename meta/recipes-support/vte/{vte_0.50.1.bb => vte_0.50.2.bb} (91%)
--
2.4.0
next reply other threads:[~2018-01-23 14:04 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-23 14:05 Maxin B. John [this message]
2018-01-23 14:05 ` [PATCH 01/12] freetype: upgrade to version 2.9 Maxin B. John
2018-01-23 14:02 ` Alexander Kanavin
2018-01-23 14:05 ` [PATCH 02/12] libsoup-2.4: upgrade to version 2.61.2 Maxin B. John
2018-01-23 14:44 ` Burton, Ross
2018-01-24 9:25 ` Maxin B. John
2018-01-23 14:05 ` [PATCH 03/12] ofono: upgrade to version 1.22 Maxin B. John
2018-01-23 14:05 ` [PATCH 04/12] pango: upgrade to version 1.41.0 Maxin B. John
2018-01-23 14:45 ` Burton, Ross
2018-01-23 14:42 ` Alexander Kanavin
2018-01-23 14:54 ` Burton, Ross
2018-01-23 14:05 ` [PATCH 05/12] libtasn1: upgrade to version 4.13 Maxin B. John
2018-01-23 14:05 ` [PATCH 06/12] puzzles: upgrade to latest commit Maxin B. John
2018-01-23 14:05 ` [PATCH 07/12] sqlite3: upgrade to version 3.22.0 Maxin B. John
2018-01-23 14:05 ` [PATCH 08/12] vte: upgrade to version 0.50.2 Maxin B. John
2018-01-23 14:05 ` [PATCH 09/12] gtk+: upgrade to version 2.24.32 Maxin B. John
2018-01-23 14:05 ` [PATCH 10/12] gtk+3: upgrade to version 3.22.26 Maxin B. John
2018-01-23 14:05 ` [PATCH 11/12] gtk-icon-utils-native: " Maxin B. John
2018-01-23 14:05 ` [PATCH 12/12] atk: upgrade to version 2.26.1 Maxin B. John
2018-01-23 14:06 ` [PATCH 00/12] package upgrades Alexander Kanavin
2018-01-24 9:01 ` Maxin B. John
2018-01-25 7:09 ` Alexander Kanavin
-- strict thread matches above, loose matches on Subject: below --
2014-04-29 13:29 Laurentiu Palcu
2013-06-28 15:53 [PATCH 00/12] Package upgrades Ionut Radu
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=1516716352-32735-1-git-send-email-maxin.john@intel.com \
--to=maxin.john@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