]> code.ossystems Code Review - openembedded-core.git/commitdiff
wget: upgrade 1.19.4 -> 1.19.5
authorJibin Xu <jibin.xu@windriver.com>
Mon, 21 May 2018 08:53:06 +0000 (01:53 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 15 Jun 2018 10:43:10 +0000 (11:43 +0100)
Noteworthy changes:

* Fix cookie injection (CVE-2018-0494)

* Enable TLS1.3 with recent OpenSSL environment

* New option --ciphers to set GnuTLS / OpenSSL ciphers directly

* Updated CSS grammar to CSS 2.2

* Fixed several memleaks found by OSS-Fuzz

* Fixed several buffer overflows found by OSS-Fuzz

* Fixed several integer overflows found by OSS-Fuzz

* Several minor bug fixes

(From OE-Core rev: 5b966e87aba19629408daeff25c1e6883300fb10)

Signed-off-by: Jibin Xu <jibin.xu@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/recipes-extended/wget/wget_1.19.5.bb [moved from meta/recipes-extended/wget/wget_1.19.4.bb with 60% similarity]

similarity index 60%
rename from meta/recipes-extended/wget/wget_1.19.4.bb
rename to meta/recipes-extended/wget/wget_1.19.5.bb
index fb7cce5a2090ffd25e226260e7713cde51ac6936..e37d8c7847d72714259d20714c7dcd002a9d5d2a 100644 (file)
@@ -3,7 +3,7 @@ SRC_URI = "${GNU_MIRROR}/wget/wget-${PV}.tar.gz \
            file://0002-improve-reproducibility.patch \
           "
 
-SRC_URI[md5sum] = "a2a2c1dc4ac5003fc25a8e60b4a9464e"
-SRC_URI[sha256sum] = "93fb96b0f48a20ff5be0d9d9d3c4a986b469cb853131f9d5fe4cc9cecbc8b5b5"
+SRC_URI[md5sum] = "2db6f03d655041f82eb64b8c8a1fa7da"
+SRC_URI[sha256sum] = "b39212abe1a73f2b28f4c6cb223c738559caac91d6e416a6d91d4b9d55c9faee"
 
 require wget.inc