We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ac99aa commit 0f462e2Copy full SHA for 0f462e2
2 files changed
CHANGELOG.rst
@@ -47,6 +47,7 @@ Fixes:
47
48
- Fix :issue:`2149` by :gh-user:`WyattBlue` in (:pr:`2155`).
49
- Fix packet typing based on stream and specify InputContainer.demux based on incoming stream by :gh-user:`ntjohnson1` in (:pr:`2134`).
50
+- Explicitly disable OpenSSL in source builds (``scripts/build-deps``) to prevent accidental OpenSSL linkage that breaks FIPS-enabled systems, addressing :issue:`1972`.
51
52
v16.1.0
53
-------
scripts/build-deps
@@ -58,6 +58,7 @@ echo ./configure
58
--disable-static \
59
--disable-stripping \
60
--disable-libxml2 \
61
+ --disable-openssl \
62
--enable-debug=3 \
63
--enable-gpl \
64
--enable-version3 \
0 commit comments