diff options
author | Pierre-Jean Texier <pjtexier@koncepto.io> | 2020-10-19 20:30:24 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-10-19 22:23:13 -0700 |
commit | b76712700c79e4627028787ae65ab306c21eed02 (patch) | |
tree | 5a0e598cb83f436fd35af2a7ad727dc878035aa8 /meta-networking/recipes-support/stunnel | |
parent | e6b8653806b3cae3e8ee6f1741bc5a32e3441582 (diff) | |
download | meta-openembedded-b76712700c79e4627028787ae65ab306c21eed02.tar.gz |
stunnel: upgrade 5.56 -> 5.57
License-Update: copyright years updated.
This is a bug fix release:
- X.509 v3 extensions required by modern versions of OpenSSL are added to generated self-signed test certificaes.
- Fixed a tiny memory leak in configuration file reload error handling (thx to Richard Könning).
- Merged Debian 05-typos.patch (thx to Peter Pentchev).
- Merged with minor changes Debian 06-hup-separate.patch (thx to Peter Pentchev).
- Merged Debian 07-imap-capabilities.patch (thx to Ansgar).
- Merged Debian 08-addrconfig-workaround.patch (thx to Peter Pentchev).
- Fixed tests on the WSL2 platform.
Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
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.57.bb (renamed from meta-networking/recipes-support/stunnel/stunnel_5.56.bb) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-networking/recipes-support/stunnel/stunnel_5.56.bb b/meta-networking/recipes-support/stunnel/stunnel_5.57.bb index 3411e5d0c7..8f6de571f3 100644 --- a/meta-networking/recipes-support/stunnel/stunnel_5.56.bb +++ b/meta-networking/recipes-support/stunnel/stunnel_5.57.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=d6d635d290ba1705821254a0278f1ef7" | 9 | LIC_FILES_CHKSUM = "file://COPYING.md;md5=6bae28875b3b599f8f621f4335b17955" |
10 | 10 | ||
11 | DEPENDS = "autoconf-archive libnsl2 openssl" | 11 | DEPENDS = "autoconf-archive libnsl2 openssl" |
12 | 12 | ||
@@ -14,8 +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[md5sum] = "01b0ca9e071f582ff803a85d5ed72166" | 17 | SRC_URI[sha256sum] = "af5ab973dde11807c38735b87bdd87563a47d2fa1c72a07929fcfce80a600fe1" |
18 | SRC_URI[sha256sum] = "7384bfb356b9a89ddfee70b5ca494d187605bb516b4fff597e167f97e2236b22" | ||
19 | 18 | ||
20 | inherit autotools | 19 | inherit autotools |
21 | 20 | ||