]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Update workflow for ports to use newer openssl on windows compile.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Wed, 17 Jan 2024 12:45:59 +0000 (13:45 +0100)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Wed, 17 Jan 2024 12:45:59 +0000 (13:45 +0100)
.github/workflows/analysis_ports.yml
doc/Changelog

index 59f3285aaacc3e24360489627891d49378fe2ad0..02c9349ff76b230716d2964dd5b9dd498fa766fe 100644 (file)
@@ -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"
index 6085ea43f4ed5c0c4848ed39c388fa0482206bac..2fb11dadcc5a221089205f5388b7e9abcb680d9c 100644 (file)
@@ -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.