Skip to content

Commit

Permalink
update openssl/openssl-sys to support libressl 3.7.2 (#8723)
Browse files Browse the repository at this point in the history
* update openssl/openssl-sys to support libressl 3.7.2

* test against 3.7.2
  • Loading branch information
reaperhulk authored Apr 14, 2023
1 parent 74a3cca commit 8bf7a9d
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- {VERSION: "3.11", TOXENV: "py311", TOXARGS: "--enable-fips=1", OPENSSL: {TYPE: "openssl", CONFIG_FLAGS: "enable-fips", VERSION: "3.1.0"}}
- {VERSION: "3.11", TOXENV: "py311", OPENSSL: {TYPE: "libressl", VERSION: "3.5.4"}}
- {VERSION: "3.11", TOXENV: "py311", OPENSSL: {TYPE: "libressl", VERSION: "3.6.2"}}
- {VERSION: "3.11", TOXENV: "py311", OPENSSL: {TYPE: "libressl", VERSION: "3.7.1"}}
- {VERSION: "3.11", TOXENV: "py311", OPENSSL: {TYPE: "libressl", VERSION: "3.7.2"}}
- {VERSION: "3.11", TOXENV: "py311-randomorder"}
- {VERSION: "3.12-dev", TOXENV: "py312"}
# Latest commit on the BoringSSL master branch, as of Mar 23, 2023.
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
=========

.. _v40-0-2:

40.0.2 - 2023-04-14
~~~~~~~~~~~~~~~~~~~

* Fixed compilation when using LibreSSL 3.7.2.

.. _v40-0-1:

40.0.1 - 2023-03-24
Expand Down
9 changes: 4 additions & 5 deletions src/rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ asn1 = { version = "0.13.0", default-features = false }
pem = "1.1"
chrono = { version = "0.4.24", default-features = false, features = ["alloc", "clock"] }
ouroboros = "0.15"
openssl = "0.10.48"
openssl-sys = "0.9.72"
openssl = "0.10.50"
openssl-sys = "0.9.85"
foreign-types-shared = "0.1"

[build-dependencies]
Expand Down

0 comments on commit 8bf7a9d

Please sign in to comment.