[gnome-continuous-yocto/gnomeostree-3.28-rocko: 1267/8267] libpcre: 8.38 -> 8.39



commit 65a8f241e1b6576263c743a93a70018dd08c9902
Author: Robert Yang <liezhi yang windriver com>
Date:   Wed Jul 6 18:37:04 2016 -0700

    libpcre: 8.38 -> 8.39
    
    * Remove CVE-2016-3191.patch which is already in the source.
    * The LIC_FILES_CHKSUM is changed since it has updated the date from
      2015 to 2016, the contents are the same.
    
    (From OE-Core rev: 3feb1b000482f31e2cc683c2944059d70197fa44)
    
    Signed-off-by: Robert Yang <liezhi yang windriver com>
    Signed-off-by: Ross Burton <ross burton intel com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 .../libpcre/libpcre/CVE-2016-3191.patch            |  174 --------------------
 .../libpcre/{libpcre_8.38.bb => libpcre_8.39.bb}   |    7 +-
 2 files changed, 3 insertions(+), 178 deletions(-)
---
diff --git a/meta/recipes-support/libpcre/libpcre_8.38.bb b/meta/recipes-support/libpcre/libpcre_8.39.bb
similarity index 91%
rename from meta/recipes-support/libpcre/libpcre_8.38.bb
rename to meta/recipes-support/libpcre/libpcre_8.39.bb
index e4cd375..129076a 100644
--- a/meta/recipes-support/libpcre/libpcre_8.38.bb
+++ b/meta/recipes-support/libpcre/libpcre_8.39.bb
@@ -6,17 +6,16 @@ SUMMARY = "Perl Compatible Regular Expressions"
 HOMEPAGE = "http://www.pcre.org";
 SECTION = "devel"
 LICENSE = "BSD"
-LIC_FILES_CHKSUM = "file://LICENCE;md5=7e4937814aee14758c1c95b59c80c44d"
+LIC_FILES_CHKSUM = "file://LICENCE;md5=b8221cbf43c5587f90ccf228f1185cc2"
 SRC_URI = "ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-${PV}.tar.bz2 \
            file://pcre-cross.patch \
            file://fix-pcre-name-collision.patch \
-           file://CVE-2016-3191.patch \
            file://run-ptest \
            file://Makefile \
 "
 
-SRC_URI[md5sum] = "00aabbfe56d5a48b270f999b508c5ad2"
-SRC_URI[sha256sum] = "b9e02d36e23024d6c02a2e5b25204b3a4fa6ade43e0a5f869f254f49535079df"
+SRC_URI[md5sum] = "e3fca7650a0556a2647821679d81f585"
+SRC_URI[sha256sum] = "b858099f82483031ee02092711689e7245586ada49e534a06e678b8ea9549e8b"
 
 S = "${WORKDIR}/pcre-${PV}"
 


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