diff options
author | Wang Mingyu <wangmy@cn.fujitsu.com> | 2021-02-24 22:27:05 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-02-24 14:18:31 -0800 |
commit | 2f887a4d0d77a7434f42899bf3669d79570cb473 (patch) | |
tree | 068b6071b4f5cad43cbaf4d13a88a93916ea8276 /meta-networking/recipes-support/stunnel | |
parent | 92e6767e05aa29685bd7b8dc2a52eaef6f71a76b (diff) | |
download | meta-openembedded-2f887a4d0d77a7434f42899bf3669d79570cb473.tar.gz |
stunnel: upgrade 5.57 -> 5.58
License-Update: Update year to 2021
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-support/stunnel')
-rw-r--r-- | meta-networking/recipes-support/stunnel/stunnel_5.58.bb (renamed from meta-networking/recipes-support/stunnel/stunnel_5.57.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-support/stunnel/stunnel_5.57.bb b/meta-networking/recipes-support/stunnel/stunnel_5.58.bb index 8f6de571f..1f1ca4e6b 100644 --- a/meta-networking/recipes-support/stunnel/stunnel_5.57.bb +++ b/meta-networking/recipes-support/stunnel/stunnel_5.58.bb | |||
@@ -6,7 +6,7 @@ SECTION = "net" | |||
6 | # a combined work based on stunnel. Thus, the terms and conditions of the GNU | 6 | # a combined work based on stunnel. Thus, the terms and conditions of the GNU |
7 | # General Public License cover the whole combination. | 7 | # General Public License cover the whole combination. |
8 | LICENSE = "GPLv2" | 8 | LICENSE = "GPLv2" |
9 | LIC_FILES_CHKSUM = "file://COPYING.md;md5=6bae28875b3b599f8f621f4335b17955" | 9 | LIC_FILES_CHKSUM = "file://COPYING.md;md5=223b26c62f5e7c5c8656d6c133edd5ec" |
10 | 10 | ||
11 | DEPENDS = "autoconf-archive libnsl2 openssl" | 11 | DEPENDS = "autoconf-archive libnsl2 openssl" |
12 | 12 | ||
@@ -14,7 +14,7 @@ SRC_URI = "ftp://ftp.stunnel.org/stunnel/archive/5.x/${BP}.tar.gz \ | |||
14 | file://fix-openssl-no-des.patch \ | 14 | file://fix-openssl-no-des.patch \ |
15 | " | 15 | " |
16 | 16 | ||
17 | SRC_URI[sha256sum] = "af5ab973dde11807c38735b87bdd87563a47d2fa1c72a07929fcfce80a600fe1" | 17 | SRC_URI[sha256sum] = "d4c14cc096577edca3f6a2a59c2f51869e35350b3988018ddf808c88e5973b79" |
18 | 18 | ||
19 | inherit autotools | 19 | inherit autotools |
20 | 20 | ||