Skip to content

Commit 8bf7a9d

Browse files
authored
update openssl/openssl-sys to support libressl 3.7.2 (#8723)
* update openssl/openssl-sys to support libressl 3.7.2 * test against 3.7.2
1 parent 74a3cca commit 8bf7a9d

File tree

4 files changed

+14
-8
lines changed

4 files changed

+14
-8
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- {VERSION: "3.11", TOXENV: "py311", TOXARGS: "--enable-fips=1", OPENSSL: {TYPE: "openssl", CONFIG_FLAGS: "enable-fips", VERSION: "3.1.0"}}
4040
- {VERSION: "3.11", TOXENV: "py311", OPENSSL: {TYPE: "libressl", VERSION: "3.5.4"}}
4141
- {VERSION: "3.11", TOXENV: "py311", OPENSSL: {TYPE: "libressl", VERSION: "3.6.2"}}
42-
- {VERSION: "3.11", TOXENV: "py311", OPENSSL: {TYPE: "libressl", VERSION: "3.7.1"}}
42+
- {VERSION: "3.11", TOXENV: "py311", OPENSSL: {TYPE: "libressl", VERSION: "3.7.2"}}
4343
- {VERSION: "3.11", TOXENV: "py311-randomorder"}
4444
- {VERSION: "3.12-dev", TOXENV: "py312"}
4545
# Latest commit on the BoringSSL master branch, as of Mar 23, 2023.

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changelog
22
=========
33

4+
.. _v40-0-2:
5+
6+
40.0.2 - 2023-04-14
7+
~~~~~~~~~~~~~~~~~~~
8+
9+
* Fixed compilation when using LibreSSL 3.7.2.
10+
411
.. _v40-0-1:
512

613
40.0.1 - 2023-03-24

src/rust/Cargo.lock

Lines changed: 4 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/rust/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ asn1 = { version = "0.13.0", default-features = false }
1414
pem = "1.1"
1515
chrono = { version = "0.4.24", default-features = false, features = ["alloc", "clock"] }
1616
ouroboros = "0.15"
17-
openssl = "0.10.48"
18-
openssl-sys = "0.9.72"
17+
openssl = "0.10.50"
18+
openssl-sys = "0.9.85"
1919
foreign-types-shared = "0.1"
2020

2121
[build-dependencies]

0 commit comments

Comments
 (0)