Hi, On Fri, Jan 16, 2015 at 12:00:16PM -0800, Andre McCurdy wrote: > On Fri, Jan 16, 2015 at 7:06 AM, Maxin B. John <[email protected]> wrote: > > Upgraded version include fixes for these CVE bugs: > > 1. CVE-2014-8150 > > 2. CVE-2014-8151 > > > > Signed-off-by: Maxin B. John <[email protected]> > > --- > > meta/recipes-support/curl/{curl_7.38.0.bb => curl_7.40.0.bb} | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > rename meta/recipes-support/curl/{curl_7.38.0.bb => curl_7.40.0.bb} (93%) > > > > diff --git a/meta/recipes-support/curl/curl_7.38.0.bb > > b/meta/recipes-support/curl/curl_7.40.0.bb > > similarity index 93% > > rename from meta/recipes-support/curl/curl_7.38.0.bb > > rename to meta/recipes-support/curl/curl_7.40.0.bb > > index 85bd3be..209ed94 100644 > > --- a/meta/recipes-support/curl/curl_7.38.0.bb > > +++ b/meta/recipes-support/curl/curl_7.40.0.bb > > @@ -14,8 +14,8 @@ SRC_URI = > > "http://curl.haxx.se/download/curl-${PV}.tar.bz2 \ > > # > > SRC_URI += " file://configure_ac.patch" > > > > -SRC_URI[md5sum] = "af6b3c299bd891f43cb5f76c4091b7b4" > > -SRC_URI[sha256sum] = > > "035bd41e99aa1a4e64713f4cea5ccdf366ca8199e9be1b53d5a043d5165f9eba" > > +SRC_URI[md5sum] = "8d30594212e65657a5c32030f0998fa9" > > +SRC_URI[sha256sum] = > > "899109eb3900fa6b8a2f995df7f449964292776a04763e94fae640700f883fba" > > > > inherit autotools pkgconfig binconfig multilib_header > > > > Perhaps also add a PACKAGECONFIG option for smb?
Thanks for pointing this out. I will send a patch soon. > >From the curl 7.40.0 changes: > > http_digest: Added support for Windows SSPI based authentication > version info: Added Kerberos V5 to the supported features > Makefile: Added VC targets for WinIDN > config-win32: Introduce build targets for VS2012+ > SSL: Add PEM format support for public key pinning > smtp: Added support for the conversion of Unix newlines during mail send > smb: Added initial support for the SMB/CIFS protocol > Added support for HTTP over unix domain sockets, via > CURLOPT_UNIX_SOCKET_PATH and --unix-socket > sasl: Added support for GSS-API based Kerberos V5 authentication Best Regards, Maxin -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
