Core Update 177: Delete OpenSSL 1.1.1 files

Message ID 8c75f78f-1636-3ed1-5284-d8c0dbb058a5@ipfire.org
State Staged
Commit cc78ea658d06f1866fb235c14535bd52bb4a479b
Headers
Series Core Update 177: Delete OpenSSL 1.1.1 files |

Commit Message

Peter Müller July 9, 2023, 3:15 p.m. UTC
  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üller <peter.mueller@ipfire.org>
---
 config/rootfiles/core/177/update.sh | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
  

Comments

Michael Tremer July 10, 2023, 5:30 p.m. UTC | #1
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>

> On 9 Jul 2023, at 16:15, Peter Müller <peter.mueller@ipfire.org> wrote:
> 
> 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üller <peter.mueller@ipfire.org>
> ---
> 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*
> 
> # update linker config
> ldconfig
> -- 
> 2.35.3
  

Patch

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*
 
 # update linker config
 ldconfig