From eeb7dab013c8cf46e174048be4cb83498ecc717d Mon Sep 17 00:00:00 2001 From: Dai Caiyun Date: Wed, 6 Jan 2016 21:23:56 -0800 Subject: stunnel: 5.21 -> 5.28 Upgrade stunnel from 5.21 to 5.28. Signed-off-by: Dai Caiyun Signed-off-by: Martin Jansa Signed-off-by: Joe MacDonald --- .../recipes-support/stunnel/stunnel_5.21.bb | 20 -------------------- .../recipes-support/stunnel/stunnel_5.28.bb | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 meta-networking/recipes-support/stunnel/stunnel_5.21.bb create mode 100644 meta-networking/recipes-support/stunnel/stunnel_5.28.bb diff --git a/meta-networking/recipes-support/stunnel/stunnel_5.21.bb b/meta-networking/recipes-support/stunnel/stunnel_5.21.bb deleted file mode 100644 index 88e357a891..0000000000 --- a/meta-networking/recipes-support/stunnel/stunnel_5.21.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] = "3d0a932ea650c0fa0da1e45547afdbb8" -SRC_URI[sha256sum] = "2aef568b1955f5e233f6a8e17ebce3d30755f1be44c813f5a48e621f785596e3" - -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.28.bb b/meta-networking/recipes-support/stunnel/stunnel_5.28.bb new file mode 100644 index 0000000000..0a8bcd8bc2 --- /dev/null +++ b/meta-networking/recipes-support/stunnel/stunnel_5.28.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] = "2c39ae0be771f91bf5b0205beafddca6" +SRC_URI[sha256sum] = "9a25b87b1ef0c08fa3d796edce07b4408e6a8acece23de2eb7ee9285b78852b5" + +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