[oe-commits] [openembedded-core] branch python3 updated (5c0a2c3 -> 87cb08f)

git at git.openembedded.org git at git.openembedded.org
Tue May 17 14:25:31 UTC 2016


rpurdie pushed a change to branch python3
in repository openembedded-core.

  discards  5c0a2c3   bitbake.conf gixup
  discards  108ef7b   Switch urlparse to urllib.parse
  discards  2152922   meta: python3 megapatch
  discards  a61ef5d   meta: print fixes
  discards  2502a4c   meta: Convert to use python3 octal syntax
  discards  06b9110   scripts/oe-buildenv-internal: allow experimental python3 support
      adds  488f88f   sstate: Ensure we sort the value used for SSTATETASKS for determinism
      adds  e68c645   glib-networking: Upgrade 2.46.1 -> 2.48.2
      adds  8c3cebc   pango: Upgrade 1.38.1 -> 1.40.1
      adds  b6ba695   gdk-pixbuf: Upgrade 2.32.3 -> 2.34.0
      adds  2f20857   gsettings-desktop-schemas: Upgrade 3.19.3 -> 3.20.0
      adds  1355114   inputproto: Upgrade 2.3.1 -> 2.3.2
      adds  3930105   json-glib: Upgrade 1.0.4 -> 1.2.0
      adds  69803cf   libsoup-2.4: Upgrade 2.52.2 -> 2.54.1
      adds  8a5a90a   expat: Upgrade 2.1.0 -> 2.1.1
      adds  9e83b6d   xproto: Upgrade 7.0.28 -> 7.0.29
      adds  34e2db8   libproxy: update to version 0.4.13
      adds  dcc5d6b   libsolv: upgrade to 0.6.20
      adds  7672717   perl: use PACKAGESPLITFUNCS instead of populate_packages_prepend
      adds  8b10f0a   openssh: change URI to http:
      adds  858dc0b   cogl-1.0: set COMPATIBLE_HOST_armv4 to null
      adds  a3e958f   gnu-efi: set COMPATIBLE_HOST_armv4 to null
      adds  a3d2232   oe-buildenv-internal: add BBPATH_EXTRA to BB_ENV_EXTRAWHITE_OE
      adds  1b5b831   coreutils: fix for native and nativesdk
      adds  6c28251   classes/base: get_lic_checksum_file_list imporve validaton of url's
      adds  894885a   mesa-demos: OpenVG demos with single frame need eglSwapBuffer
      adds  dfb2dc4   eudev: remove eudev-hwdb from RRECOMMENDS_eudev
      adds  4d8096d   gcc: Security fix CVE-2016-4488
      adds  84a1642   gcc: Security fix CVE-2016-4489
      adds  9b85d69   gcc: Security fix CVE-2016-2226
      adds  2fef37f   gcc: Security fix CVE-2016-4490
       new  6874f46   scripts/oe-buildenv-internal: allow experimental python3 support
       new  f0ea630   meta: Convert to use python3 octal syntax
       new  b4b368e   meta: print fixes
       new  a08692c   meta: python3 megapatch
       new  bdf75e8   Switch urlparse to urllib.parse
       new  87cb08f   bitbake.conf gixup

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (5c0a2c3)
            \
             N -- N -- N   refs/heads/python3 (87cb08f)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omits" are not gone; other references still
refer to them.  Any revisions marked "discards" are gone forever.

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 meta/classes/base.bbclass                          |   3 +
 meta/classes/sstate.bbclass                        |   2 +-
 meta/recipes-bsp/gnu-efi/gnu-efi_3.0.3.bb          |   1 +
 meta/recipes-connectivity/openssh/openssh_7.1p2.bb |   2 +-
 meta/recipes-core/coreutils/coreutils_8.25.bb      |  14 +-
 .../expat/expat-2.1.0/expat-CVE-2015-1283.patch    |  62 -----
 meta/recipes-core/expat/expat.inc                  |   3 +-
 .../expat/{expat-2.1.0 => expat}/autotools.patch   |   4 +-
 meta/recipes-core/expat/expat_2.1.0.bb             |   5 -
 meta/recipes-core/expat/expat_2.1.1.bb             |   5 +
 ...working_2.46.1.bb => glib-networking_2.48.2.bb} |   4 +-
 meta/recipes-core/udev/eudev_3.1.5.bb              |   2 +-
 meta/recipes-devtools/gcc/gcc-5.3.inc              |   4 +
 .../gcc/gcc-5.3/CVE-2016-2226.patch                | 103 ++++++++
 .../gcc/gcc-5.3/CVE-2016-4488.patch                |  73 ++++++
 .../gcc/gcc-5.3/CVE-2016-4489.patch                |  56 +++++
 .../gcc/gcc-5.3/CVE-2016-4490.patch                | 270 +++++++++++++++++++++
 meta/recipes-devtools/perl/perl_5.22.1.bb          |   4 +-
 ...1-Add-fallback-fopencookie-implementation.patch | 254 +++++++++++++++++++
 meta/recipes-extended/libsolv/libsolv_git.bb       |   8 +-
 .../{gdk-pixbuf_2.32.3.bb => gdk-pixbuf_2.34.0.bb} |   4 +-
 ...19.3.bb => gsettings-desktop-schemas_3.20.0.bb} |   5 +-
 .../{json-glib_1.0.4.bb => json-glib_1.2.0.bb}     |   4 +-
 meta/recipes-graphics/cogl/cogl-1.0.inc            |   2 +
 ...OpenVG-demos-with-single-frame-need-eglSw.patch |  44 ++++
 meta/recipes-graphics/mesa/mesa-demos_8.2.0.bb     |   1 +
 .../pango/{pango_1.38.1.bb => pango_1.40.1.bb}     |   5 +-
 .../{inputproto_2.3.1.bb => inputproto_2.3.2.bb}   |   4 +-
 .../{xproto_7.0.28.bb => xproto_7.0.29.bb}         |   5 +-
 ...0001-test-Include-sys-select.h-for-select.patch |  37 ---
 .../{libproxy_0.4.11.bb => libproxy_0.4.13.bb}     |  14 +-
 ...libsoup-2.4_2.52.2.bb => libsoup-2.4_2.54.1.bb} |   4 +-
 scripts/oe-buildenv-internal                       |   2 +-
 33 files changed, 863 insertions(+), 147 deletions(-)
 delete mode 100644 meta/recipes-core/expat/expat-2.1.0/expat-CVE-2015-1283.patch
 rename meta/recipes-core/expat/{expat-2.1.0 => expat}/autotools.patch (79%)
 delete mode 100644 meta/recipes-core/expat/expat_2.1.0.bb
 create mode 100644 meta/recipes-core/expat/expat_2.1.1.bb
 rename meta/recipes-core/glib-networking/{glib-networking_2.46.1.bb => glib-networking_2.48.2.bb} (88%)
 create mode 100644 meta/recipes-devtools/gcc/gcc-5.3/CVE-2016-2226.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-5.3/CVE-2016-4488.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-5.3/CVE-2016-4489.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-5.3/CVE-2016-4490.patch
 create mode 100644 meta/recipes-extended/libsolv/libsolv/0001-Add-fallback-fopencookie-implementation.patch
 rename meta/recipes-gnome/gdk-pixbuf/{gdk-pixbuf_2.32.3.bb => gdk-pixbuf_2.34.0.bb} (96%)
 rename meta/recipes-gnome/gsettings-desktop-schemas/{gsettings-desktop-schemas_3.19.3.bb => gsettings-desktop-schemas_3.20.0.bb} (68%)
 rename meta/recipes-gnome/json-glib/{json-glib_1.0.4.bb => json-glib_1.2.0.bb} (78%)
 create mode 100644 meta/recipes-graphics/mesa/mesa-demos/0012-mesa-demos-OpenVG-demos-with-single-frame-need-eglSw.patch
 rename meta/recipes-graphics/pango/{pango_1.38.1.bb => pango_1.40.1.bb} (92%)
 rename meta/recipes-graphics/xorg-proto/{inputproto_2.3.1.bb => inputproto_2.3.2.bb} (77%)
 rename meta/recipes-graphics/xorg-proto/{xproto_7.0.28.bb => xproto_7.0.29.bb} (73%)
 delete mode 100644 meta/recipes-support/libproxy/libproxy/0001-test-Include-sys-select.h-for-select.patch
 rename meta/recipes-support/libproxy/{libproxy_0.4.11.bb => libproxy_0.4.13.bb} (68%)
 rename meta/recipes-support/libsoup/{libsoup-2.4_2.52.2.bb => libsoup-2.4_2.54.1.bb} (89%)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list