From 74d9770221861f1253493adc77b5e1f21cf39564 Mon Sep 17 00:00:00 2001 From: Yi Zhao Date: Tue, 19 Oct 2021 12:49:51 +0800 Subject: [PATCH] strongswan: upgrade 5.9.3 -> 5.9.4 Add openssl PACKAGECONFIG back as the openssl 3.0 compatibility issue has been fixed. Signed-off-by: Yi Zhao Signed-off-by: Khem Raj (cherry picked from commit cb08584d8c9e8e1fd9436d3e9466bcb088086de5) [Includes: CVE-2021-41990 and CVE-2021-41991] Signed-off-by: Armin Kuster --- .../strongswan/{strongswan_5.9.3.bb => strongswan_5.9.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-support/strongswan/{strongswan_5.9.3.bb => strongswan_5.9.4.bb} (98%) diff --git a/meta-networking/recipes-support/strongswan/strongswan_5.9.3.bb b/meta-networking/recipes-support/strongswan/strongswan_5.9.4.bb similarity index 98% rename from meta-networking/recipes-support/strongswan/strongswan_5.9.3.bb rename to meta-networking/recipes-support/strongswan/strongswan_5.9.4.bb index ad104e44ed..cbc263d301 100644 --- a/meta-networking/recipes-support/strongswan/strongswan_5.9.3.bb +++ b/meta-networking/recipes-support/strongswan/strongswan_5.9.4.bb @@ -12,7 +12,7 @@ SRC_URI = "http://download.strongswan.org/strongswan-${PV}.tar.bz2 \ file://0001-memory.h-Include-stdint.h-for-uintptr_t.patch \ " -SRC_URI[sha256sum] = "9325ab56a0a4e97e379401e1d942ce3e0d8b6372291350ab2caae0755862c6f7" +SRC_URI[sha256sum] = "45fdf1a4c2af086d8ff5b76fd7b21d3b6f0890f365f83bf4c9a75dda26887518" UPSTREAM_CHECK_REGEX = "strongswan-(?P\d+(\.\d+)+)\.tar"