Skip to content

Commit

Permalink
port 42.0.8 changelog (#11073)
Browse files Browse the repository at this point in the history
* port 42.0.8 changelog

* Update build_openssl.sh
  • Loading branch information
reaperhulk authored Jun 4, 2024
1 parent 98c63e3 commit 16da190
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_openssl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if [[ "${TYPE}" == "openssl" ]]; then
pushd openssl
git checkout "${VERSION}"
else
curl -O "https://www.openssl.org/source/openssl-${VERSION}.tar.gz"
curl -LO "https://www.openssl.org/source/openssl-${VERSION}.tar.gz"
tar zxf "openssl-${VERSION}.tar.gz"
pushd "openssl-${VERSION}"
fi
Expand Down Expand Up @@ -57,7 +57,7 @@ if [[ "${TYPE}" == "openssl" ]]; then
fi
popd
elif [[ "${TYPE}" == "libressl" ]]; then
curl -O "https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-${VERSION}.tar.gz"
curl -LO "https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-${VERSION}.tar.gz"
tar zxf "libressl-${VERSION}.tar.gz"
pushd "libressl-${VERSION}"
cmake -B build -DCMAKE_POSITION_INDEPENDENT_CODE=ON -DBUILD_SHARED_LIBS=OFF -DCMAKE_INSTALL_PREFIX="${OSSL_PATH}"
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,13 @@ Changelog
* Added support for parsing empty DN string in
:meth:`~cryptography.x509.Name.from_rfc4514_string`.

.. _v42-0-8:

42.0.8 - 2024-06-04
~~~~~~~~~~~~~~~~~~~

* Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.2.2.

.. _v42-0-7:

42.0.7 - 2024-05-06
Expand Down

0 comments on commit 16da190

Please sign in to comment.