diff options
author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2019-04-07 17:36:35 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-04-09 18:09:00 -0700 |
commit | d17e065ddf9e0c995bd6ec5e4ea66af5031bc946 (patch) | |
tree | 2b54c5dbaf9d0552b4ee7432b652fc8c953b6f32 /meta-networking | |
parent | 0884fd8a011a5acf881425eba19d80ceffaa422e (diff) | |
download | meta-openembedded-d17e065ddf9e0c995bd6ec5e4ea66af5031bc946.tar.gz |
stunnel: update to 5.51
COPYING checksum was changed due to modified copyright years.
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking')
-rw-r--r-- | meta-networking/recipes-support/stunnel/stunnel_5.51.bb (renamed from meta-networking/recipes-support/stunnel/stunnel_5.49.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-networking/recipes-support/stunnel/stunnel_5.49.bb b/meta-networking/recipes-support/stunnel/stunnel_5.51.bb index eca77cf84..61be9be61 100644 --- a/meta-networking/recipes-support/stunnel/stunnel_5.49.bb +++ b/meta-networking/recipes-support/stunnel/stunnel_5.51.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;md5=f6b7fe7379c9c2d7db6c80f7bd41e06d" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=c7acb24399f540ea323acb0366aecdbe" |
10 | 10 | ||
11 | DEPENDS = "autoconf-archive libnsl2 openssl" | 11 | DEPENDS = "autoconf-archive libnsl2 openssl" |
12 | 12 | ||
@@ -14,8 +14,8 @@ 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[md5sum] = "0b41240e5585ec7d55ca343feed5530f" | 17 | SRC_URI[md5sum] = "57040c64f4b95e35a756e53e1c496728" |
18 | SRC_URI[sha256sum] = "3d6641213a82175c19f23fde1c3d1c841738385289eb7ca1554f4a58b96d955e" | 18 | SRC_URI[sha256sum] = "77437cdd1aef1a621824bb3607e966534642fe90c69f4d2279a9da9fa36c3253" |
19 | 19 | ||
20 | inherit autotools | 20 | inherit autotools |
21 | 21 | ||