diff options
author | William A. Kennington III via Openembedded-devel <openembedded-devel@lists.openembedded.org> | 2019-12-30 20:07:38 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-12-30 16:57:14 -0800 |
commit | ed9d759b6e2458110bf7464d6bd22431a476e3b7 (patch) | |
tree | 3943570714299f6a91e3a6d868d665ffa264f517 | |
parent | 01d8bdcf723c1a5cc8df6a9203e975c4d8f60641 (diff) | |
download | meta-openembedded-ed9d759b6e2458110bf7464d6bd22431a476e3b7.tar.gz |
stunnel: bump to version 5.56
Release notes of the bugfix release:
- https://www.stunnel.org/NEWS.html
Also:
- rename COPYING to COPYING.md
Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-networking/recipes-support/stunnel/stunnel_5.56.bb (renamed from meta-networking/recipes-support/stunnel/stunnel_5.55.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-networking/recipes-support/stunnel/stunnel_5.55.bb b/meta-networking/recipes-support/stunnel/stunnel_5.56.bb index df455dbe3..3411e5d0c 100644 --- a/meta-networking/recipes-support/stunnel/stunnel_5.55.bb +++ b/meta-networking/recipes-support/stunnel/stunnel_5.56.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=c7acb24399f540ea323acb0366aecdbe" | 9 | LIC_FILES_CHKSUM = "file://COPYING.md;md5=d6d635d290ba1705821254a0278f1ef7" |
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] = "7b41592034ede114e8c4e058fc8c238b" | 17 | SRC_URI[md5sum] = "01b0ca9e071f582ff803a85d5ed72166" |
18 | SRC_URI[sha256sum] = "90de69f41c58342549e74c82503555a6426961b29af3ed92f878192727074c62" | 18 | SRC_URI[sha256sum] = "7384bfb356b9a89ddfee70b5ca494d187605bb516b4fff597e167f97e2236b22" |
19 | 19 | ||
20 | inherit autotools | 20 | inherit autotools |
21 | 21 | ||