diff options
| -rw-r--r-- | meta-networking/recipes-support/stunnel/stunnel_5.63.bb (renamed from meta-networking/recipes-support/stunnel/stunnel_5.59.bb) | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/meta-networking/recipes-support/stunnel/stunnel_5.59.bb b/meta-networking/recipes-support/stunnel/stunnel_5.63.bb index 9e0169a7e7..325737e8c9 100644 --- a/meta-networking/recipes-support/stunnel/stunnel_5.59.bb +++ b/meta-networking/recipes-support/stunnel/stunnel_5.63.bb | |||
| @@ -2,21 +2,18 @@ SUMMARY = "Program for providing universal TLS/SSL tunneling service" | |||
| 2 | DESCRIPTION = "SSL encryption wrapper between remote client and local (inetd-startable) or remote server." | 2 | DESCRIPTION = "SSL encryption wrapper between remote client and local (inetd-startable) or remote server." |
| 3 | HOMEPAGE = "https://www.stunnel.org/" | 3 | HOMEPAGE = "https://www.stunnel.org/" |
| 4 | SECTION = "net" | 4 | SECTION = "net" |
| 5 | # Note: Linking stunnel statically or dynamically with other modules is making | 5 | LICENSE = "GPL-2.0-or-later" |
| 6 | # a combined work based on stunnel. Thus, the terms and conditions of the GNU | 6 | LIC_FILES_CHKSUM = "file://COPYING.md;md5=d8a2866ad5ebf3a2d2ce27279472875a" |
| 7 | # General Public License cover the whole combination. | ||
| 8 | LICENSE = "GPL-2.0-only" | ||
| 9 | LIC_FILES_CHKSUM = "file://COPYING.md;md5=223b26c62f5e7c5c8656d6c133edd5ec" | ||
| 10 | 7 | ||
| 11 | DEPENDS = "autoconf-archive libnsl2 openssl" | 8 | DEPENDS = "autoconf-archive libnsl2 openssl" |
| 12 | 9 | ||
| 13 | SRC_URI = "ftp://ftp.stunnel.org/stunnel/archive/5.x/${BP}.tar.gz \ | 10 | SRC_URI = "https://stunnel.org/archive/5.x/${BP}.tar.gz \ |
| 14 | file://fix-openssl-no-des.patch \ | 11 | file://fix-openssl-no-des.patch \ |
| 15 | " | 12 | " |
| 16 | 13 | ||
| 17 | SRC_URI[sha256sum] = "137776df6be8f1701f1cd590b7779932e123479fb91e5192171c16798815ce9f" | 14 | SRC_URI[sha256sum] = "c74c4e15144a3ae34b8b890bb31c909207301490bd1e51bfaaa5ffeb0a994617" |
| 18 | 15 | ||
| 19 | inherit autotools | 16 | inherit autotools bash-completion pkgconfig |
| 20 | 17 | ||
| 21 | PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6 systemd', d)} libwrap" | 18 | PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6 systemd', d)} libwrap" |
| 22 | 19 | ||
