summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-support/stunnel/stunnel_4.56.bb14
1 files changed, 14 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 0000000000..0ee8cc8255
--- /dev/null
+++ b/meta-networking/recipes-support/stunnel/stunnel_4.56.bb
@@ -0,0 +1,14 @@
1SUMMARY = "SSL encryption wrapper between remote client and local (inetd-startable) or remote server."
2SECTION = "net"
3LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=f41ebed8571077706fee0b860c4d6666"
5DEPENDS = "openssl"
6
7SRC_URI = "https://www.stunnel.org/downloads/${BP}.tar.gz"
8
9SRC_URI[md5sum] = "ac4c4a30bd7a55b6687cbd62d864054c"
10SRC_URI[sha256sum] = "9cae2cfbe26d87443398ce50d7d5db54e5ea363889d5d2ec8d2778a01c871293"
11
12inherit autotools
13
14EXTRA_OECONF += "--with-ssl='${STAGING_INCDIR}' --disable-fips"