[gnome-continuous-yocto/gnomeostree-3.28-rocko: 136/8267] qemu: updgrade to 2.5.1



commit c63c1aaaa6f2f2ad583e8e513308acab18841c83
Author: Joshua Lock <joshua g lock intel com>
Date:   Wed May 4 11:48:43 2016 +0100

    qemu: updgrade to 2.5.1
    
    This upgrade includes several worthwhile fixes, security and otherwise, including
    a complete fix for CVE-2016-2857.
    
    * drop CVE-2016-2857.patch as it's included in this release, along with several
      related patches which complete the fixes for CVE-2016-2857:
      http://git.qemu.org/?p=qemu.git;a=commitdiff;h=9bddb45dbc010cd8ee4d48bd501fa5d18dcec00c
      http://git.qemu.org/?p=qemu.git;a=commitdiff;h=e3a2cdfcb5e282139217924044ec5af00c7f8eed
      http://git.qemu.org/?p=qemu.git;a=commitdiff;h=fe90bdc25bcf9954ee286cd51de94776a17d04f6
      http://git.qemu.org/?p=qemu.git;a=commitdiff;h=d0ee85b4e4c6cc2c8fac311d6df2ed412ed0df5f
      http://git.qemu.org/?p=qemu.git;a=commitdiff;h=80b6e5723fac428ea6c08c821078286f43975df8
      http://git.qemu.org/?p=qemu.git;a=commitdiff;h=a375e0b03ee3438924b24a45e61ee189ec9361db
    * drop CVE-2016-2197.patch as an equivalent fix is included in this release
      http://git.qemu.org/?p=qemu.git;a=commitdiff;h=aaf4fb6afb4653c86059255811886a5c4ea271f3
    * drop CVE-2016-1568.patch as it's included in this release
      http://git.qemu.org/?p=qemu.git;a=commitdiff;h=4f046a6ba1d558eb043dc13a80d40cf7cb62ef95
    
    (From OE-Core rev: 8332cea4baf2bda81fa4d33ccedefaec4313d454)
    
    Signed-off-by: Joshua Lock <joshua g lock intel com>
    Signed-off-by: Ross Burton <ross burton intel com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 .../recipes-devtools/qemu/qemu/CVE-2016-1568.patch |   46 ---------------
 .../recipes-devtools/qemu/qemu/CVE-2016-2197.patch |   59 --------------------
 .../recipes-devtools/qemu/qemu/CVE-2016-2857.patch |   51 -----------------
 .../qemu/{qemu_2.5.0.bb => qemu_2.5.1.bb}          |    7 +--
 4 files changed, 2 insertions(+), 161 deletions(-)
---
diff --git a/meta/recipes-devtools/qemu/qemu_2.5.0.bb b/meta/recipes-devtools/qemu/qemu_2.5.1.bb
similarity index 80%
rename from meta/recipes-devtools/qemu/qemu_2.5.0.bb
rename to meta/recipes-devtools/qemu/qemu_2.5.1.bb
index 03a6cbe..3db6e36 100644
--- a/meta/recipes-devtools/qemu/qemu_2.5.0.bb
+++ b/meta/recipes-devtools/qemu/qemu_2.5.1.bb
@@ -7,19 +7,16 @@ SRC_URI += "file://configure-fix-Darwin-target-detection.patch \
             file://qemu-enlarge-env-entry-size.patch \
             file://Qemu-Arm-versatilepb-Add-memory-size-checking.patch \
             file://no-valgrind.patch \
-            file://CVE-2016-1568.patch \
-            file://CVE-2016-2197.patch \
             file://CVE-2016-2198.patch \
             file://pathlimit.patch \
-            file://CVE-2016-2857.patch \
             file://rng_move_request_from_RngEgd_to_RngBackend.patch \
             file://rng_remove_the_unused_request_cancellation_code.patch \
             file://rng_move_request_queue_cleanup_from_RngEgd_to_RngBackend.patch \
             file://CVE-2016-2858.patch \
            "
 SRC_URI_prepend = "http://wiki.qemu-project.org/download/${BP}.tar.bz2";
-SRC_URI[md5sum] = "f469f2330bbe76e3e39db10e9ac4f8db"
-SRC_URI[sha256sum] = "3443887401619fe33bfa5d900a4f2d6a79425ae2b7e43d5b8c36eb7a683772d4"
+SRC_URI[md5sum] = "42e73182dea8b9213fa7050e168a4615"
+SRC_URI[sha256sum] = "028752c33bb786abbfe496ba57315dc5a7d0a33b5a7a767f6d7a29020c525d2c"
 
 COMPATIBLE_HOST_class-target_mips64 = "null"
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]