diff options
author | Roy Li <rongqing.li@windriver.com> | 2015-06-01 11:23:57 +0800 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2015-06-05 18:30:47 -0400 |
commit | 4ecb98837f596d16a48e482a99b0bcb7c3d4e831 (patch) | |
tree | fbf3357fa271ddefd92881ba434c10c6c8491014 /meta-networking/recipes-support/stunnel | |
parent | ad4e5ab1bf32ed7a3bbd2f4f4ab26296b21f9de1 (diff) | |
download | meta-openembedded-4ecb98837f596d16a48e482a99b0bcb7c3d4e831.tar.gz |
stunnel: upgrade to 5.17
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 <rongqing.li@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking/recipes-support/stunnel')
-rw-r--r-- | meta-networking/recipes-support/stunnel/stunnel_5.17.bb (renamed from meta-networking/recipes-support/stunnel/stunnel_5.10.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-support/stunnel/stunnel_5.10.bb b/meta-networking/recipes-support/stunnel/stunnel_5.17.bb index 5753198ba..4cf529a45 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" | |||
9 | 9 | ||
10 | SRC_URI = "ftp://ftp.stunnel.org/stunnel/archive/5.x/${BP}.tar.gz" | 10 | SRC_URI = "ftp://ftp.stunnel.org/stunnel/archive/5.x/${BP}.tar.gz" |
11 | 11 | ||
12 | SRC_URI[md5sum] = "a0edda805eb7d6ea600a230fb0979ea1" | 12 | SRC_URI[md5sum] = "e70f001ee190105c5a10a74f4bd54901" |
13 | SRC_URI[sha256sum] = "032bfc1854f8a0b9e452343c36ec6b52c7e0daef0863423c6b13a61a7c92eb23" | 13 | SRC_URI[sha256sum] = "c3e79e582621a0827125e35e1c00450190104fc02dc3c5274cb02b05859fd472" |
14 | 14 | ||
15 | inherit autotools | 15 | inherit autotools |
16 | 16 | ||