From 1b8dfe266937a37a4c642f96ceb2347bf4c00a17 Mon Sep 17 00:00:00 2001 From: Tudor Florea Date: Fri, 10 Oct 2014 03:20:04 +0200 Subject: initial commit for Enea Linux 4.0-140929 Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea --- meta-networking/recipes-support/stunnel/stunnel_4.56.bb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 meta-networking/recipes-support/stunnel/stunnel_4.56.bb (limited to 'meta-networking/recipes-support/stunnel/stunnel_4.56.bb') diff --git a/meta-networking/recipes-support/stunnel/stunnel_4.56.bb b/meta-networking/recipes-support/stunnel/stunnel_4.56.bb new file mode 100644 index 0000000000..938f043a9d --- /dev/null +++ b/meta-networking/recipes-support/stunnel/stunnel_4.56.bb @@ -0,0 +1,15 @@ +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=f41ebed8571077706fee0b860c4d6666" +DEPENDS = "openssl" + +SRC_URI = "https://www.stunnel.org/downloads/archive/4.x/${BP}.tar.gz" + +SRC_URI[md5sum] = "ac4c4a30bd7a55b6687cbd62d864054c" +SRC_URI[sha256sum] = "9cae2cfbe26d87443398ce50d7d5db54e5ea363889d5d2ec8d2778a01c871293" + +inherit autotools + +EXTRA_OECONF += "--with-ssl='${STAGING_EXECPREFIXDIR}' --disable-fips" -- cgit v1.2.3-54-g00ecf