summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/stunnel/stunnel_4.56.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-support/stunnel/stunnel_4.56.bb')
-rw-r--r--meta-networking/recipes-support/stunnel/stunnel_4.56.bb17
1 files changed, 17 insertions, 0 deletions
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 000000000..74f2234f0
--- /dev/null
+++ b/meta-networking/recipes-support/stunnel/stunnel_4.56.bb
@@ -0,0 +1,17 @@
1SUMMARY = "Program for providing universal TLS/SSL tunneling service"
2DESCRIPTION = "SSL encryption wrapper between remote client and local (inetd-startable) or remote server."
3SECTION = "net"
4LICENSE = "GPLv2"
5LIC_FILES_CHKSUM = "file://COPYING;md5=f41ebed8571077706fee0b860c4d6666"
6DEPENDS = "openssl zlib tcp-wrappers"
7
8RDEPENDS_${PN} += "perl"
9
10SRC_URI = "https://www.stunnel.org/downloads/archive/4.x/${BP}.tar.gz"
11
12SRC_URI[md5sum] = "ac4c4a30bd7a55b6687cbd62d864054c"
13SRC_URI[sha256sum] = "9cae2cfbe26d87443398ce50d7d5db54e5ea363889d5d2ec8d2778a01c871293"
14
15inherit autotools
16
17EXTRA_OECONF += "--with-ssl='${STAGING_EXECPREFIXDIR}' --disable-fips"