All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
From: akuster808 <akuster808@gmail.com>
To: Alexander Kanavin <alexander.kanavin@linux.intel.com>,
	 openembedded-core@lists.openembedded.org
Subject: Re: [PATCH 00/22] Update webkitgtk to latest stable upstream; replace midori with epiphany
Date: Wed, 19 Aug 2015 13:50:24 -0700	[thread overview]
Message-ID: <55D4EC10.9060001@gmail.com> (raw)
In-Reply-To: <cover.1439991562.git.alexander.kanavin@linux.intel.com>

Alexander,

If you happen to need to repost this series again, Ruby version has just 
been updated. It includes: CVE-2015-3900 Request hijacking vulnerability 
in RubyGems 2.4.6 and earlier.

Do we have any idea how long this will be before hitting master-next?

I am leaning towards sending an update to meta-ruby while this patches 
series makes it way through the process.

Thanks again for getting this into oe-core.
- armin



On 08/19/2015 06:40 AM, Alexander Kanavin wrote:
> The changes in this version are:
>    - remove a few unnecessary PR lines from recipes
>    - allow building webkit/epiphany for mips64, since the latest upstream
>      has fixed mips64 builds
>    - tested building for mips64-n32 using multilib feature, fixed some recipe issues
>      that were found
>    - add a CVE fix to libyaml so that libyaml recipe is in sync with meta-oe
>    - tested webkit build for powerpc64
>
> The following changes since commit c348fa50186fb0796bc7b793c4b8d710419f2a0d:
>
>    bitbake: toaster: move code from setup_lv_tests to setUp (2015-08-17 14:41:45 +0100)
>
> are available in the git repository at:
>
>    git://git.yoctoproject.org/poky-contrib akanavin/webkitgtk-update
>    http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=akanavin/webkitgtk-update
>
> Alexander Kanavin (22):
>    classes/gnomebase: change tarball compression to xz
>    harfbuzz: enable icu feature
>    classes/cmake: add arch conversion routine
>    jpeg: update to version 9a
>    libnotify: update to version 0.7.6
>    giflib: add a recipe from meta-oe
>    libyaml: add a recipe from meta-oe
>    ruby: add a recipe from meta-ruby
>    libsecret: add a recipe from meta-gnome
>    libwebp: add a recipe from meta-oe
>    webkitgtk: add a new recipe for latest upstream version
>    p11-kit: add a recipe from meta-oe
>    gcr: add a recipe from meta-gnome
>    iso-codes: add a recipe from meta-oe
>    libwnck3: add a recipe from meta-gnome
>    gnome-desktop3: add a recipe from meta-gnome
>    glib: add a warning suppression patch to glib
>    gsettings-desktop-schemas: add a recipe from meta-gnome
>    epiphany: add a recipe from meta-gnome
>    webkit-gtk: remove the recipe for the obsolete version 1.8.3
>    midori: remove the recipe and replace references to midori with
>      epiphany
>    distro: update include files related to webkitgtk and epiphany
>      addition
>
>   meta/classes/cmake.bbclass                         |   12 +-
>   meta/classes/gnomebase.bbclass                     |    2 +-
>   meta/conf/distro/include/distro_alias.inc          |    2 +-
>   meta/conf/distro/include/package_regex.inc         |    8 +-
>   meta/conf/distro/include/security_flags.inc        |    2 -
>   meta/conf/distro/include/upstream_tracking.inc     |    2 -
>   ...warning-about-deprecated-paths-in-schemas.patch |   32 +
>   meta/recipes-core/glib-2.0/glib-2.0_2.44.1.bb      |    1 +
>   .../glib-networking/glib-networking_2.44.0.bb      |    2 -
>   .../jpeg/jpeg-8d/debian-libjpeg7_7-1.diff          | 1070 --------------------
>   .../jpeg/jpeg-8d/fix_for_automake_1.12.1.patch     |   44 -
>   meta/recipes-core/jpeg/{jpeg_8d.bb => jpeg_9a.bb}  |   32 +-
>   .../packagegroups/packagegroup-self-hosted.bb      |    7 +-
>   meta/recipes-devtools/giflib/giflib_5.1.1.bb       |   19 +
>   meta/recipes-devtools/ruby/ruby.inc                |   40 +
>   meta/recipes-devtools/ruby/ruby/extmk.patch        |   13 +
>   meta/recipes-devtools/ruby/ruby_2.2.2.bb           |   42 +
>   meta/recipes-gnome/epiphany/epiphany_3.16.3.bb     |   24 +
>   .../0001-yelp.m4-drop-the-check-for-itstool.patch  |   33 +
>   meta/recipes-gnome/gcr/gcr_3.16.0.bb               |   18 +
>   .../gnome-desktop/gnome-desktop3_3.16.2.bb         |   21 +
>   meta/recipes-gnome/gnome/gnome-common_3.14.0.bb    |    2 -
>   .../recipes-gnome/gnome/gnome-doc-utils_0.20.10.bb |    2 -
>   meta/recipes-gnome/gnome/gnome-mime-data_2.18.0.bb |    1 +
>   .../gsettings-desktop-schemas_3.16.1.bb            |   13 +
>   .../gtk-engines/gtk-engines_2.20.2.bb              |    1 +
>   meta/recipes-gnome/json-glib/json-glib_1.0.4.bb    |    2 -
>   meta/recipes-gnome/libglade/libglade_2.6.4.bb      |    1 +
>   meta/recipes-gnome/libnotify/libnotify_0.6.0.bb    |   21 -
>   meta/recipes-gnome/libnotify/libnotify_0.7.6.bb    |   12 +
>   meta/recipes-gnome/librsvg/librsvg_2.40.10.bb      |    2 -
>   meta/recipes-gnome/libsecret/libsecret_0.18.2.bb   |   12 +
>   meta/recipes-gnome/libwnck/libwnck3_3.14.0.bb      |   15 +
>   .../builder/files/builder_hob_start.sh             |    8 +-
>   meta/recipes-graphics/harfbuzz/harfbuzz_1.0.1.bb   |    2 +-
>   meta/recipes-graphics/pango/pango_1.36.8.bb        |    2 -
>   meta/recipes-multimedia/webp/libwebp_0.4.3.bb      |   47 +
>   meta/recipes-sato/midori/midori/liststore.patch    |   29 -
>   meta/recipes-sato/midori/midori_0.5.8.bb           |   31 -
>   .../packagegroups/packagegroup-core-x11-sato.bb    |    2 +-
>   meta/recipes-sato/webkit/files/bison-2.6.patch     |  558 ----------
>   meta/recipes-sato/webkit/files/no-gtkdoc.patch     |   20 -
>   meta/recipes-sato/webkit/files/nodolt.patch        |   19 -
>   .../webgit-gtk_fix_build_with_automake_1.12.patch  |   62 --
>   ...bkit-gtk-ANGLE-doesn-t-build-with-bison-3.patch |   26 -
>   .../0001-Enable-mips64-build.patch                 |   69 --
>   .../webkit/webkit-gtk-1.8.3/aarch64.patch          |   41 -
>   .../obsolete_automake_macros.patch                 |   14 -
>   meta/recipes-sato/webkit/webkit-gtk_1.8.3.bb       |  116 ---
>   meta/recipes-sato/webkit/webkitgtk_2.8.5.bb        |   56 +
>   meta/recipes-support/atk/atk_2.16.0.bb             |    2 -
>   meta/recipes-support/iso-codes/iso-codes_3.58.bb   |   15 +
>   meta/recipes-support/libcroco/libcroco_0.6.8.bb    |    2 -
>   .../libyaml/files/libyaml-CVE-2014-9130.patch      |   32 +
>   meta/recipes-support/libyaml/libyaml_0.1.6.bb      |   21 +
>   meta/recipes-support/p11-kit/p11-kit_0.22.1.bb     |   18 +
>   meta/recipes-support/vte/vte_0.28.2.bb             |    4 +-
>   57 files changed, 519 insertions(+), 2187 deletions(-)
>   create mode 100644 meta/recipes-core/glib-2.0/glib-2.0/0001-Remove-the-warning-about-deprecated-paths-in-schemas.patch
>   delete mode 100644 meta/recipes-core/jpeg/jpeg-8d/debian-libjpeg7_7-1.diff
>   delete mode 100644 meta/recipes-core/jpeg/jpeg-8d/fix_for_automake_1.12.1.patch
>   rename meta/recipes-core/jpeg/{jpeg_8d.bb => jpeg_9a.bb} (53%)
>   create mode 100644 meta/recipes-devtools/giflib/giflib_5.1.1.bb
>   create mode 100644 meta/recipes-devtools/ruby/ruby.inc
>   create mode 100644 meta/recipes-devtools/ruby/ruby/extmk.patch
>   create mode 100644 meta/recipes-devtools/ruby/ruby_2.2.2.bb
>   create mode 100644 meta/recipes-gnome/epiphany/epiphany_3.16.3.bb
>   create mode 100644 meta/recipes-gnome/epiphany/files/0001-yelp.m4-drop-the-check-for-itstool.patch
>   create mode 100644 meta/recipes-gnome/gcr/gcr_3.16.0.bb
>   create mode 100644 meta/recipes-gnome/gnome-desktop/gnome-desktop3_3.16.2.bb
>   create mode 100644 meta/recipes-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_3.16.1.bb
>   delete mode 100644 meta/recipes-gnome/libnotify/libnotify_0.6.0.bb
>   create mode 100644 meta/recipes-gnome/libnotify/libnotify_0.7.6.bb
>   create mode 100644 meta/recipes-gnome/libsecret/libsecret_0.18.2.bb
>   create mode 100644 meta/recipes-gnome/libwnck/libwnck3_3.14.0.bb
>   create mode 100644 meta/recipes-multimedia/webp/libwebp_0.4.3.bb
>   delete mode 100644 meta/recipes-sato/midori/midori/liststore.patch
>   delete mode 100644 meta/recipes-sato/midori/midori_0.5.8.bb
>   delete mode 100644 meta/recipes-sato/webkit/files/bison-2.6.patch
>   delete mode 100644 meta/recipes-sato/webkit/files/no-gtkdoc.patch
>   delete mode 100644 meta/recipes-sato/webkit/files/nodolt.patch
>   delete mode 100644 meta/recipes-sato/webkit/files/webgit-gtk_fix_build_with_automake_1.12.patch
>   delete mode 100644 meta/recipes-sato/webkit/files/webkit-gtk-ANGLE-doesn-t-build-with-bison-3.patch
>   delete mode 100644 meta/recipes-sato/webkit/webkit-gtk-1.8.3/0001-Enable-mips64-build.patch
>   delete mode 100644 meta/recipes-sato/webkit/webkit-gtk-1.8.3/aarch64.patch
>   delete mode 100644 meta/recipes-sato/webkit/webkit-gtk-1.8.3/obsolete_automake_macros.patch
>   delete mode 100644 meta/recipes-sato/webkit/webkit-gtk_1.8.3.bb
>   create mode 100644 meta/recipes-sato/webkit/webkitgtk_2.8.5.bb
>   create mode 100644 meta/recipes-support/iso-codes/iso-codes_3.58.bb
>   create mode 100644 meta/recipes-support/libyaml/files/libyaml-CVE-2014-9130.patch
>   create mode 100644 meta/recipes-support/libyaml/libyaml_0.1.6.bb
>   create mode 100644 meta/recipes-support/p11-kit/p11-kit_0.22.1.bb
>


  parent reply	other threads:[~2015-08-19 20:50 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-19 13:40 [PATCH 00/22] Update webkitgtk to latest stable upstream; replace midori with epiphany Alexander Kanavin
2015-08-19 13:40 ` [PATCH 01/22] classes/gnomebase: change tarball compression to xz Alexander Kanavin
2015-08-19 13:40 ` [PATCH 02/22] harfbuzz: enable icu feature Alexander Kanavin
2015-08-19 13:40 ` [PATCH 03/22] classes/cmake: add arch conversion routine Alexander Kanavin
2015-08-19 13:40 ` [PATCH 04/22] jpeg: update to version 9a Alexander Kanavin
2015-08-19 13:40 ` [PATCH 05/22] libnotify: update to version 0.7.6 Alexander Kanavin
2015-08-19 20:23   ` Andreas Müller
2015-08-19 20:37     ` Burton, Ross
2015-08-19 20:49       ` Andreas Müller
2015-08-19 13:40 ` [PATCH 06/22] giflib: add a recipe from meta-oe Alexander Kanavin
2015-08-19 13:40 ` [PATCH 07/22] libyaml: " Alexander Kanavin
2015-08-19 13:40 ` [PATCH 08/22] ruby: add a recipe from meta-ruby Alexander Kanavin
2015-08-19 13:40 ` [PATCH 09/22] libsecret: add a recipe from meta-gnome Alexander Kanavin
2015-08-19 13:40 ` [PATCH 10/22] libwebp: add a recipe from meta-oe Alexander Kanavin
2015-08-19 13:40 ` [PATCH 11/22] webkitgtk: add a new recipe for latest upstream version Alexander Kanavin
2015-08-19 13:40 ` [PATCH 12/22] p11-kit: add a recipe from meta-oe Alexander Kanavin
2015-08-19 13:40 ` [PATCH 13/22] gcr: add a recipe from meta-gnome Alexander Kanavin
2015-08-19 13:40 ` [PATCH 14/22] iso-codes: add a recipe from meta-oe Alexander Kanavin
2015-08-20 15:51   ` Burton, Ross
2015-08-19 13:40 ` [PATCH 15/22] libwnck3: add a recipe from meta-gnome Alexander Kanavin
2015-08-19 13:40 ` [PATCH 16/22] gnome-desktop3: " Alexander Kanavin
2015-08-19 13:40 ` [PATCH 17/22] glib: add a warning suppression patch to glib Alexander Kanavin
2015-08-19 20:26   ` Andreas Müller
2015-08-19 20:30     ` Burton, Ross
2015-08-19 13:41 ` [PATCH 18/22] gsettings-desktop-schemas: add a recipe from meta-gnome Alexander Kanavin
2015-08-19 13:41 ` [PATCH 19/22] epiphany: " Alexander Kanavin
2015-08-19 13:41 ` [PATCH 20/22] webkit-gtk: remove the recipe for the obsolete version 1.8.3 Alexander Kanavin
2015-08-19 13:41 ` [PATCH 21/22] midori: remove the recipe and replace references to midori with epiphany Alexander Kanavin
2015-08-19 13:41 ` [PATCH 22/22] distro: update include files related to webkitgtk and epiphany addition Alexander Kanavin
2015-08-19 20:50 ` akuster808 [this message]
2015-08-19 21:09   ` [PATCH 00/22] Update webkitgtk to latest stable upstream; replace midori with epiphany Burton, Ross
2015-08-20  9:53     ` alexander.kanavin
2015-09-15  8:46   ` Alexander Kanavin
  -- strict thread matches above, loose matches on Subject: below --
2015-08-14 10:55 Alexander Kanavin
2015-06-17 13:19 Alexander Kanavin
2015-06-17 16:01 ` Paul Eggleton
2015-06-18 11:46   ` Alexander Kanavin

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=55D4EC10.9060001@gmail.com \
    --to=akuster808@gmail.com \
    --cc=alexander.kanavin@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 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.