summaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorSven Ebenfeld <sven.ebenfeld@gmail.com>2015-02-20 16:29:13 +0100
committerJoe MacDonald <joe_macdonald@mentor.com>2015-03-10 18:16:29 -0400
commit10f937034ab4677698b2ab2477fcb02836b601b2 (patch)
treea696d3ec5253b8841528fdc46f8e8657529eda7e /meta-networking
parentff9e0b95aa589dbe775672f668b91a66e3dc5d9d (diff)
downloadmeta-openembedded-10f937034ab4677698b2ab2477fcb02836b601b2.tar.gz
stunnel: Update to version 5.10
Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking')
-rw-r--r--meta-networking/recipes-support/stunnel/stunnel_4.56.bb17
-rw-r--r--meta-networking/recipes-support/stunnel/stunnel_5.10.bb20
2 files changed, 20 insertions, 17 deletions
diff --git a/meta-networking/recipes-support/stunnel/stunnel_4.56.bb b/meta-networking/recipes-support/stunnel/stunnel_4.56.bb
deleted file mode 100644
index 74f2234f0..000000000
--- a/meta-networking/recipes-support/stunnel/stunnel_4.56.bb
+++ /dev/null
@@ -1,17 +0,0 @@
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"
diff --git a/meta-networking/recipes-support/stunnel/stunnel_5.10.bb b/meta-networking/recipes-support/stunnel/stunnel_5.10.bb
new file mode 100644
index 000000000..5753198ba
--- /dev/null
+++ b/meta-networking/recipes-support/stunnel/stunnel_5.10.bb
@@ -0,0 +1,20 @@
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=866cdc7459d91e092b174388fab8d283"
6DEPENDS = "openssl zlib tcp-wrappers"
7
8RDEPENDS_${PN} += "perl"
9
10SRC_URI = "ftp://ftp.stunnel.org/stunnel/archive/5.x/${BP}.tar.gz"
11
12SRC_URI[md5sum] = "a0edda805eb7d6ea600a230fb0979ea1"
13SRC_URI[sha256sum] = "032bfc1854f8a0b9e452343c36ec6b52c7e0daef0863423c6b13a61a7c92eb23"
14
15inherit autotools
16
17EXTRA_OECONF += "--with-ssl='${STAGING_EXECPREFIXDIR}' --disable-fips"
18
19PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES','systemd','systemd','',d)}"
20PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd,systemd"