From: Roy Li <[email protected]> upgrade to include the fix for CVE-2015-3644: https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2015-3644
Signed-off-by: Roy Li <[email protected]> --- .../recipes-support/stunnel/{stunnel_5.10.bb => stunnel_5.17.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-networking/recipes-support/stunnel/{stunnel_5.10.bb => stunnel_5.17.bb} (82%) diff --git a/meta-networking/recipes-support/stunnel/stunnel_5.10.bb b/meta-networking/recipes-support/stunnel/stunnel_5.17.bb similarity index 82% rename from meta-networking/recipes-support/stunnel/stunnel_5.10.bb rename to meta-networking/recipes-support/stunnel/stunnel_5.17.bb index 5753198..4cf529a 100644 --- a/meta-networking/recipes-support/stunnel/stunnel_5.10.bb +++ b/meta-networking/recipes-support/stunnel/stunnel_5.17.bb @@ -9,8 +9,8 @@ RDEPENDS_${PN} += "perl" SRC_URI = "ftp://ftp.stunnel.org/stunnel/archive/5.x/${BP}.tar.gz" -SRC_URI[md5sum] = "a0edda805eb7d6ea600a230fb0979ea1" -SRC_URI[sha256sum] = "032bfc1854f8a0b9e452343c36ec6b52c7e0daef0863423c6b13a61a7c92eb23" +SRC_URI[md5sum] = "e70f001ee190105c5a10a74f4bd54901" +SRC_URI[sha256sum] = "c3e79e582621a0827125e35e1c00450190104fc02dc3c5274cb02b05859fd472" inherit autotools -- 1.9.1 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
