mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00
stunnel: upgrade 5.74 -> 5.75
License-Update: Copyright year updated to 2025 fix-openssl-no-des.patch refreshed for 5.75 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
1522313b61
commit
289ee5e410
|
@ -1,4 +1,4 @@
|
||||||
From 71751d30ca6bdae6c62e41b8bdd20eb69cecd556 Mon Sep 17 00:00:00 2001
|
From e08b9760d319d0334f2aad02d32d791c8ebd8564 Mon Sep 17 00:00:00 2001
|
||||||
From: Kai Kang <kai.kang@windriver.com>
|
From: Kai Kang <kai.kang@windriver.com>
|
||||||
Date: Wed, 1 Nov 2017 09:23:41 -0400
|
Date: Wed, 1 Nov 2017 09:23:41 -0400
|
||||||
Subject: [PATCH] stunnel: fix compile error when openssl disable des support
|
Subject: [PATCH] stunnel: fix compile error when openssl disable des support
|
||||||
|
@ -17,10 +17,10 @@ Signed-off-by: Kai Kang <kai.kang@windriver.com>
|
||||||
2 files changed, 5 insertions(+), 3 deletions(-)
|
2 files changed, 5 insertions(+), 3 deletions(-)
|
||||||
|
|
||||||
diff --git a/src/common.h b/src/common.h
|
diff --git a/src/common.h b/src/common.h
|
||||||
index f112cf9..8d4be01 100644
|
index c2229d0..5eaee8c 100644
|
||||||
--- a/src/common.h
|
--- a/src/common.h
|
||||||
+++ b/src/common.h
|
+++ b/src/common.h
|
||||||
@@ -496,7 +496,9 @@ extern char *sys_errlist[];
|
@@ -497,7 +497,9 @@ extern char *sys_errlist[];
|
||||||
#ifndef OPENSSL_NO_MD4
|
#ifndef OPENSSL_NO_MD4
|
||||||
#include <openssl/md4.h>
|
#include <openssl/md4.h>
|
||||||
#endif /* !defined(OPENSSL_NO_MD4) */
|
#endif /* !defined(OPENSSL_NO_MD4) */
|
||||||
|
@ -31,7 +31,7 @@ index f112cf9..8d4be01 100644
|
||||||
#include <openssl/dh.h>
|
#include <openssl/dh.h>
|
||||||
#if OPENSSL_VERSION_NUMBER<0x10100000L
|
#if OPENSSL_VERSION_NUMBER<0x10100000L
|
||||||
diff --git a/src/protocol.c b/src/protocol.c
|
diff --git a/src/protocol.c b/src/protocol.c
|
||||||
index 616a65f..5ccbcb0 100644
|
index c390a6f..7aca745 100644
|
||||||
--- a/src/protocol.c
|
--- a/src/protocol.c
|
||||||
+++ b/src/protocol.c
|
+++ b/src/protocol.c
|
||||||
@@ -82,7 +82,7 @@ NOEXPORT void ldap_client_middle(CLI *);
|
@@ -82,7 +82,7 @@ NOEXPORT void ldap_client_middle(CLI *);
|
||||||
|
|
|
@ -3,7 +3,7 @@ DESCRIPTION = "SSL encryption wrapper between remote client and local (inetd-sta
|
||||||
HOMEPAGE = "https://www.stunnel.org/"
|
HOMEPAGE = "https://www.stunnel.org/"
|
||||||
SECTION = "net"
|
SECTION = "net"
|
||||||
LICENSE = "GPL-2.0-or-later"
|
LICENSE = "GPL-2.0-or-later"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING.md;md5=906ac034adaee9d093318e51b53453ca"
|
LIC_FILES_CHKSUM = "file://COPYING.md;md5=1e4388407e163ad0cde171362f9a7b94"
|
||||||
|
|
||||||
DEPENDS = "autoconf-archive libnsl2 openssl"
|
DEPENDS = "autoconf-archive libnsl2 openssl"
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@ SRC_URI = "https://stunnel.org/archive/5.x/${BP}.tar.gz \
|
||||||
file://fix-openssl-no-des.patch \
|
file://fix-openssl-no-des.patch \
|
||||||
"
|
"
|
||||||
|
|
||||||
SRC_URI[sha256sum] = "9bef235ab5d24a2a8dff6485dfd782ed235f4407e9bc8716deb383fc80cd6230"
|
SRC_URI[sha256sum] = "0c1ef0ed85240974dccb94fe74fb92d6383474c7c0d10e8796d1f781a3ba5683"
|
||||||
|
|
||||||
inherit autotools bash-completion pkgconfig
|
inherit autotools bash-completion pkgconfig
|
||||||
|
|
Loading…
Reference in New Issue
Block a user