From 4ecb98837f596d16a48e482a99b0bcb7c3d4e831 Mon Sep 17 00:00:00 2001 From: Roy Li Date: Mon, 1 Jun 2015 11:23:57 +0800 Subject: 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 Signed-off-by: Martin Jansa Signed-off-by: Joe MacDonald --- .../recipes-support/stunnel/stunnel_5.10.bb | 20 -------------------- .../recipes-support/stunnel/stunnel_5.17.bb | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 meta-networking/recipes-support/stunnel/stunnel_5.10.bb create mode 100644 meta-networking/recipes-support/stunnel/stunnel_5.17.bb (limited to 'meta-networking/recipes-support/stunnel') diff --git a/meta-networking/recipes-support/stunnel/stunnel_5.10.bb b/meta-networking/recipes-support/stunnel/stunnel_5.10.bb deleted file mode 100644 index 5753198ba0..0000000000 --- a/meta-networking/recipes-support/stunnel/stunnel_5.10.bb +++ /dev/null @@ -1,20 +0,0 @@ -SUMMARY = "Program for providing universal TLS/SSL tunneling service" -DESCRIPTION = "SSL encryption wrapper between remote client and local (inetd-startable) or remote server." -SECTION = "net" -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=866cdc7459d91e092b174388fab8d283" -DEPENDS = "openssl zlib tcp-wrappers" - -RDEPENDS_${PN} += "perl" - -SRC_URI = "ftp://ftp.stunnel.org/stunnel/archive/5.x/${BP}.tar.gz" - -SRC_URI[md5sum] = "a0edda805eb7d6ea600a230fb0979ea1" -SRC_URI[sha256sum] = "032bfc1854f8a0b9e452343c36ec6b52c7e0daef0863423c6b13a61a7c92eb23" - -inherit autotools - -EXTRA_OECONF += "--with-ssl='${STAGING_EXECPREFIXDIR}' --disable-fips" - -PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES','systemd','systemd','',d)}" -PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd,systemd" diff --git a/meta-networking/recipes-support/stunnel/stunnel_5.17.bb b/meta-networking/recipes-support/stunnel/stunnel_5.17.bb new file mode 100644 index 0000000000..4cf529a45d --- /dev/null +++ b/meta-networking/recipes-support/stunnel/stunnel_5.17.bb @@ -0,0 +1,20 @@ +SUMMARY = "Program for providing universal TLS/SSL tunneling service" +DESCRIPTION = "SSL encryption wrapper between remote client and local (inetd-startable) or remote server." +SECTION = "net" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=866cdc7459d91e092b174388fab8d283" +DEPENDS = "openssl zlib tcp-wrappers" + +RDEPENDS_${PN} += "perl" + +SRC_URI = "ftp://ftp.stunnel.org/stunnel/archive/5.x/${BP}.tar.gz" + +SRC_URI[md5sum] = "e70f001ee190105c5a10a74f4bd54901" +SRC_URI[sha256sum] = "c3e79e582621a0827125e35e1c00450190104fc02dc3c5274cb02b05859fd472" + +inherit autotools + +EXTRA_OECONF += "--with-ssl='${STAGING_EXECPREFIXDIR}' --disable-fips" + +PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES','systemd','systemd','',d)}" +PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd,systemd" -- cgit v1.2.3-54-g00ecf