summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/openssl/openssl/afalg.patch
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2022-06-30 17:16:44 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-07-01 11:31:42 +0100
commit2106f39272cc36a88f4867c92ada182e6ac47917 (patch)
treea3755f483df4e2cac7a7fe95126584fe6a1a3238 /meta/recipes-connectivity/openssl/openssl/afalg.patch
parentf062b02ba8a0fed40f2ac6c09ca55ea2081cd19f (diff)
downloadpoky-2106f39272cc36a88f4867c92ada182e6ac47917.tar.gz
openssl: Upgrade 3.0.3 -> 3.0.4
Includes a fix for CVE-2022-2068. (From OE-Core rev: f034faebd45e63385849078e6ee4b51257763e99) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/openssl/openssl/afalg.patch')
-rw-r--r--meta/recipes-connectivity/openssl/openssl/afalg.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl/afalg.patch b/meta/recipes-connectivity/openssl/openssl/afalg.patch
index b7c0e9697f..cf77e873a2 100644
--- a/meta/recipes-connectivity/openssl/openssl/afalg.patch
+++ b/meta/recipes-connectivity/openssl/openssl/afalg.patch
@@ -3,11 +3,11 @@ Don't refuse to build afalgeng if cross-compiling or the host kernel is too old.
3Upstream-Status: Submitted [hhttps://github.com/openssl/openssl/pull/7688] 3Upstream-Status: Submitted [hhttps://github.com/openssl/openssl/pull/7688]
4Signed-off-by: Ross Burton <ross.burton@intel.com> 4Signed-off-by: Ross Burton <ross.burton@intel.com>
5 5
6diff --git a/Configure b/Configure 6Index: openssl-3.0.4/Configure
7index 3baa8ce..9ef52ed 100755 7===================================================================
8--- a/Configure 8--- openssl-3.0.4.orig/Configure
9+++ b/Configure 9+++ openssl-3.0.4/Configure
10@@ -1550,20 +1550,7 @@ unless ($disabled{"crypto-mdebug-backtrace"}) 10@@ -1681,20 +1681,7 @@ $config{CFLAGS} = [ map { $_ eq '--ossl-
11 unless ($disabled{afalgeng}) { 11 unless ($disabled{afalgeng}) {
12 $config{afalgeng}=""; 12 $config{afalgeng}="";
13 if (grep { $_ eq 'afalgeng' } @{$target{enable}}) { 13 if (grep { $_ eq 'afalgeng' } @{$target{enable}}) {