mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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>
This commit is contained in:
parent
ff9e0b95aa
commit
10f937034a
|
|
@ -1,17 +0,0 @@
|
|||
SUMMARY = "Program for providing universal TLS/SSL tunneling service"
|
||||
DESCRIPTION = "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 zlib tcp-wrappers"
|
||||
|
||||
RDEPENDS_${PN} += "perl"
|
||||
|
||||
SRC_URI = "https://www.stunnel.org/downloads/archive/4.x/${BP}.tar.gz"
|
||||
|
||||
SRC_URI[md5sum] = "ac4c4a30bd7a55b6687cbd62d864054c"
|
||||
SRC_URI[sha256sum] = "9cae2cfbe26d87443398ce50d7d5db54e5ea363889d5d2ec8d2778a01c871293"
|
||||
|
||||
inherit autotools
|
||||
|
||||
EXTRA_OECONF += "--with-ssl='${STAGING_EXECPREFIXDIR}' --disable-fips"
|
||||
20
meta-networking/recipes-support/stunnel/stunnel_5.10.bb
Normal file
20
meta-networking/recipes-support/stunnel/stunnel_5.10.bb
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
SUMMARY = "Program for providing universal TLS/SSL tunneling service"
|
||||
DESCRIPTION = "SSL encryption wrapper between remote client and local (inetd-startable) or remote server."
|
||||
SECTION = "net"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=866cdc7459d91e092b174388fab8d283"
|
||||
DEPENDS = "openssl zlib tcp-wrappers"
|
||||
|
||||
RDEPENDS_${PN} += "perl"
|
||||
|
||||
SRC_URI = "ftp://ftp.stunnel.org/stunnel/archive/5.x/${BP}.tar.gz"
|
||||
|
||||
SRC_URI[md5sum] = "a0edda805eb7d6ea600a230fb0979ea1"
|
||||
SRC_URI[sha256sum] = "032bfc1854f8a0b9e452343c36ec6b52c7e0daef0863423c6b13a61a7c92eb23"
|
||||
|
||||
inherit autotools
|
||||
|
||||
EXTRA_OECONF += "--with-ssl='${STAGING_EXECPREFIXDIR}' --disable-fips"
|
||||
|
||||
PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES','systemd','systemd','',d)}"
|
||||
PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd,systemd"
|
||||
Loading…
Reference in New Issue
Block a user