From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: [PATCH] Core Update 177: Delete OpenSSL 1.1.1 files Date: Sun, 09 Jul 2023 15:15:00 +0000 Message-ID: <8c75f78f-1636-3ed1-5284-d8c0dbb058a5@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1260185720582316692==" List-Id: --===============1260185720582316692== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Originally announced for Core Update 176, this step was postponed until Core Update 177 due to my fault of having shipped all necessary dependencies for OpenSSL 3.x in Core Update 175 properly. Signed-off-by: Peter M=C3=BCller --- config/rootfiles/core/177/update.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config/rootfiles/core/177/update.sh b/config/rootfiles/core/177/= update.sh index ebe2b4fe5..39b908318 100644 --- a/config/rootfiles/core/177/update.sh +++ b/config/rootfiles/core/177/update.sh @@ -106,7 +106,10 @@ rm -rvf \ /lib/firmware/cxgb4/t5fw-1.27.1* \ /lib/firmware/cxgb4/t6fw-1.27.1* \ /lib/firmware/intel/ice/ddp-comms/ice_comms-1.3.3* \ - /lib/firmware/intel/ice/ddp-wireless_edge/ice_wireless_edge-1.3.7* + /lib/firmware/intel/ice/ddp-wireless_edge/ice_wireless_edge-1.3.7* \ + /usr/lib/engines-1* \ + /usr/lib/libcrypto.so.1* \ + /usr/lib/libssl.so.1* =20 # update linker config ldconfig --=20 2.35.3 --===============1260185720582316692==--