diff options
author | Laszlo Papp <lpapp@kde.org> | 2013-08-22 20:07:32 +0100 |
---|---|---|
committer | Joe MacDonald <joe@deserted.net> | 2013-09-05 08:52:10 -0400 |
commit | 9f3cea60ed06730e6d26e5dae32ddf0312aee423 (patch) | |
tree | 259a9b6bb36e57877fcbf629f65ad090cea47725 /meta-networking/recipes-support | |
parent | 9f26a42638fda6159bf2a68f1db32db1eb72c355 (diff) | |
download | meta-openembedded-9f3cea60ed06730e6d26e5dae32ddf0312aee423.tar.gz |
stunnel: Add 4.56 version
Signed-off-by: Laszlo Papp <lpapp@kde.org>
Signed-off-by: Joe MacDonald <joe@deserted.net>
Diffstat (limited to 'meta-networking/recipes-support')
-rw-r--r-- | meta-networking/recipes-support/stunnel/stunnel_4.56.bb | 14 |
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 000000000..0ee8cc825 --- /dev/null +++ b/meta-networking/recipes-support/stunnel/stunnel_4.56.bb | |||
@@ -0,0 +1,14 @@ | |||
1 | SUMMARY = "SSL encryption wrapper between remote client and local (inetd-startable) or remote server." | ||
2 | SECTION = "net" | ||
3 | LICENSE = "GPLv2" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=f41ebed8571077706fee0b860c4d6666" | ||
5 | DEPENDS = "openssl" | ||
6 | |||
7 | SRC_URI = "https://www.stunnel.org/downloads/${BP}.tar.gz" | ||
8 | |||
9 | SRC_URI[md5sum] = "ac4c4a30bd7a55b6687cbd62d864054c" | ||
10 | SRC_URI[sha256sum] = "9cae2cfbe26d87443398ce50d7d5db54e5ea363889d5d2ec8d2778a01c871293" | ||
11 | |||
12 | inherit autotools | ||
13 | |||
14 | EXTRA_OECONF += "--with-ssl='${STAGING_INCDIR}' --disable-fips" | ||