From: W.C.A. Wijngaards Date: Wed, 17 Jan 2024 12:45:59 +0000 (+0100) Subject: - Update workflow for ports to use newer openssl on windows compile. X-Git-Tag: release-1.19.3rc1~33 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=74b4d81992a65b9b303f002a23e169a1676e3661;p=thirdparty%2Funbound.git - Update workflow for ports to use newer openssl on windows compile. --- diff --git a/.github/workflows/analysis_ports.yml b/.github/workflows/analysis_ports.yml index 59f3285aa..02c9349ff 100644 --- a/.github/workflows/analysis_ports.yml +++ b/.github/workflows/analysis_ports.yml @@ -187,9 +187,9 @@ jobs: #perl cpanm Pod::Usage mkdir openssl echo "curl openssl" - curl -L -k -s -S -o openssl-1.1.1j.tar.gz https://www.openssl.org/source/openssl-1.1.1j.tar.gz - tar xzf openssl-1.1.1j.tar.gz - cd openssl-1.1.1j + curl -L -k -s -S -o openssl-3.2.0.tar.gz https://www.openssl.org/source/openssl-3.2.0.tar.gz + tar xzf openssl-3.2.0.tar.gz + cd openssl-3.2.0 # remove pod::Usage because we do not need -help or -man output # from the Configure script echo "Fixup ./Configure by removing use Pod::Usage require" diff --git a/doc/Changelog b/doc/Changelog index 6085ea43f..2fb11dadc 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,6 @@ +17 January 2024: Wouter + - Update workflow for ports to use newer openssl on windows compile. + 16 January 2024: Wouter - Fix to link with libssp for libcrypto and getaddrinfo check for only header. Also update crosscompile to remove ssp for 32bit.