[oe-commits] [openembedded-core] 25/28: curl: update to 7.63

git at git.openembedded.org git at git.openembedded.org
Thu Jan 3 12:40:21 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 2837266edbe097dcd9ff5fcdf29bb56f38bf564d
Author: Armin Kuster <akuster808 at gmail.com>
AuthorDate: Wed Jan 2 08:36:11 2019 -0800

    curl: update to 7.63
    
     Changes:
    
        curl: add %{stderr} and %{stdout} for --write-out
        curl: add undocumented option --dump-module-paths for win32
        setopt: add CURLOPT_CURLU
    
    For full list of changes see:
    https://curl.haxx.se/changes.html
    
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-support/curl/{curl_7.62.0.bb => curl_7.63.0.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-support/curl/curl_7.62.0.bb b/meta/recipes-support/curl/curl_7.63.0.bb
similarity index 95%
rename from meta/recipes-support/curl/curl_7.62.0.bb
rename to meta/recipes-support/curl/curl_7.63.0.bb
index 4229fa3..f7557a2 100644
--- a/meta/recipes-support/curl/curl_7.62.0.bb
+++ b/meta/recipes-support/curl/curl_7.63.0.bb
@@ -9,8 +9,8 @@ SRC_URI = "http://curl.haxx.se/download/curl-${PV}.tar.bz2 \
            file://0001-replace-krb5-config-with-pkg-config.patch \
 "
 
-SRC_URI[md5sum] = "7adf426f80c68bbdd04d44b9bc171d61"
-SRC_URI[sha256sum] = "7802c54076500be500b171fde786258579d60547a3a35b8c5a23d8c88e8f9620"
+SRC_URI[md5sum] = "0a6c1e993bd5102bc52fc89900542644"
+SRC_URI[sha256sum] = "9bab7ed4ecff77020a312d84cc5fb7eb02d58419d218f267477a724a17fd8dd8"
 
 CVE_PRODUCT = "curl libcurl"
 inherit autotools pkgconfig binconfig multilib_header

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


More information about the Openembedded-commits mailing list