stunnel: Add 4.56 version
authorLaszlo Papp <lpapp@kde.org>
Thu, 22 Aug 2013 19:07:32 +0000 (20:07 +0100)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:32:46 +0000 (08:32 -0800)
(From meta-openembedded rev: 9f3cea60ed06730e6d26e5dae32ddf0312aee423)

Signed-off-by: Laszlo Papp <lpapp@kde.org>
Signed-off-by: Joe MacDonald <joe@deserted.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-networking/recipes-support/stunnel/stunnel_4.56.bb [new file with mode: 0644]

diff --git a/meta-openembedded/meta-networking/recipes-support/stunnel/stunnel_4.56.bb b/meta-openembedded/meta-networking/recipes-support/stunnel/stunnel_4.56.bb
new file mode 100644 (file)
index 0000000..0ee8cc8
--- /dev/null
@@ -0,0 +1,14 @@
+SUMMARY = "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/${BP}.tar.gz"
+
+SRC_URI[md5sum] = "ac4c4a30bd7a55b6687cbd62d864054c"
+SRC_URI[sha256sum] = "9cae2cfbe26d87443398ce50d7d5db54e5ea363889d5d2ec8d2778a01c871293"
+
+inherit autotools
+
+EXTRA_OECONF += "--with-ssl='${STAGING_INCDIR}' --disable-fips"