[oe-commits] [openembedded-core] branch krogoth updated (9838f8d -> 4890905)

git at git.openembedded.org git at git.openembedded.org
Fri Apr 29 06:54:56 UTC 2016


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

      from  9838f8d   build-appliance-image: Update to krogoth head revision
      adds  e199b1f   pulseaudio: Add intltool-native dependency
      adds  271f35f   meta: add missing intltool-native dependency
      adds  db8223e   tzcode: update to 2016d
      adds  10194ca   tzdata: update to 2016d
      adds  916650b   valgrind: turn off the file level dependency
      adds  84686b5   busybox: update flock behavior to match upstream
      adds  e2dbe5e   license.bbclass: make sure that image manifest dir exists
       new  e96b6d7   boost: delete the build directory before rebuilding
       new  1f3cfc7   boost: improve configure
       new  5084ed9   lib/oe/rootfs: Fix DEBUGFS generation when using opkg
       new  9ab934e   sdk.py: preserve packaging data when SDKIMAGE_FEATURES has "package-management"
       new  91b7857   gobject-introspection: fix floating dep on python-mako
       new  39bd2f8   gobject-introspection: Depend on native flex and bison
       new  513515f   connman-gnome: Depend on dbus-glib-native
       new  404c9e3   matchbox-panel-2: Depend on dbus-glib-native
       new  bdb5a6a   recipetool.newappend: fix syntax error for 'not path_ok' error
       new  54665fb   rpm: explicitly disable tomcrypt
       new  b7a38a4   tiff: Security fixes CVE-2015-8665 and CVE-2015-8683
       new  7d6abd0   openssh: Security Fix CVE-2016-3115
       new  ff1a318   busybox: Security Fix CVE-2016-2148
       new  8a7a392   busybox: Security fix CVE-2016-2147
       new  ef64e61   busybox: musl mips64 ip fix
       new  d1b972a   qemu: Security fix CVE-2016-2857
       new  4890905   qemu: Security fix CVE-2016-2858

The 17 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/license.bbclass                       |   6 +-
 meta/lib/oe/rootfs.py                              |   4 +-
 meta/lib/oe/sdk.py                                 |  18 +-
 .../connman/connman-gnome_0.7.bb                   |   2 +-
 .../openssh/openssh/CVE-2016-3115.patch            |  84 ++++++++++
 meta/recipes-connectivity/openssh/openssh_7.1p2.bb |   4 +-
 ...e-the-behaviour-of-c-parameter-to-match-u.patch |  73 ++++++++
 .../busybox/busybox/CVE-2016-2147.patch            |  57 +++++++
 .../busybox/busybox/CVE-2016-2147_2.patch          |  32 ++++
 .../busybox/busybox/CVE-2016-2148.patch            |  74 +++++++++
 ...lem_on_mips64_n64_big_endian_musl_systems.patch |  90 ++++++++++
 meta/recipes-core/busybox/busybox_1.24.1.bb        |   5 +
 .../recipes-devtools/qemu/qemu/CVE-2016-2857.patch |  51 ++++++
 .../recipes-devtools/qemu/qemu/CVE-2016-2858.patch | 183 +++++++++++++++++++++
 ...ng_move_request_from_RngEgd_to_RngBackend.patch | 138 ++++++++++++++++
 ...t_queue_cleanup_from_RngEgd_to_RngBackend.patch | 150 +++++++++++++++++
 ...move_the_unused_request_cancellation_code.patch | 101 ++++++++++++
 meta/recipes-devtools/qemu/qemu_2.5.0.bb           |   5 +
 meta/recipes-devtools/rpm/rpm_5.4.16.bb            |   1 +
 meta/recipes-devtools/valgrind/valgrind_3.11.0.bb  |   6 +-
 ...code-native_2016c.bb => tzcode-native_2016d.bb} |   8 +-
 .../tzdata/{tzdata_2016c.bb => tzdata_2016d.bb}    |   4 +-
 meta/recipes-gnome/gcr/gcr_3.18.0.bb               |   3 +-
 .../gnome-desktop/gnome-desktop3_3.18.2.bb         |   3 +-
 meta/recipes-gnome/gnome/gnome-doc-utils.inc       |   3 +-
 .../gobject-introspection_1.46.0.bb                |   4 +-
 meta/recipes-gnome/libwnck/libwnck3_3.14.1.bb      |   3 +-
 meta/recipes-graphics/mx/mx.inc                    |   2 +-
 .../libtiff/files/CVE-2015-8665_8683.patch         | 137 +++++++++++++++
 meta/recipes-multimedia/libtiff/tiff_4.0.6.bb      |   1 +
 meta/recipes-multimedia/pulseaudio/pulseaudio.inc  |   2 +-
 .../matchbox-panel-2/matchbox-panel-2_git.bb       |   2 +-
 meta/recipes-support/boost/boost.inc               |  21 +--
 scripts/lib/recipetool/newappend.py                |   2 +-
 34 files changed, 1235 insertions(+), 44 deletions(-)
 create mode 100644 meta/recipes-connectivity/openssh/openssh/CVE-2016-3115.patch
 create mode 100644 meta/recipes-core/busybox/busybox/0001-flock-update-the-behaviour-of-c-parameter-to-match-u.patch
 create mode 100644 meta/recipes-core/busybox/busybox/CVE-2016-2147.patch
 create mode 100644 meta/recipes-core/busybox/busybox/CVE-2016-2147_2.patch
 create mode 100644 meta/recipes-core/busybox/busybox/CVE-2016-2148.patch
 create mode 100644 meta/recipes-core/busybox/busybox/ip_fix_problem_on_mips64_n64_big_endian_musl_systems.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2016-2857.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2016-2858.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/rng_move_request_from_RngEgd_to_RngBackend.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/rng_move_request_queue_cleanup_from_RngEgd_to_RngBackend.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/rng_remove_the_unused_request_cancellation_code.patch
 rename meta/recipes-extended/tzcode/{tzcode-native_2016c.bb => tzcode-native_2016d.bb} (68%)
 rename meta/recipes-extended/tzdata/{tzdata_2016c.bb => tzdata_2016d.bb} (98%)
 create mode 100644 meta/recipes-multimedia/libtiff/files/CVE-2015-8665_8683.patch

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


More information about the Openembedded-commits mailing list