Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ Fixes:

- Fix :issue:`2149` by :gh-user:`WyattBlue` in (:pr:`2155`).
- Fix packet typing based on stream and specify InputContainer.demux based on incoming stream by :gh-user:`ntjohnson1` in (:pr:`2134`).
- Explicitly disable OpenSSL in source builds (``scripts/build-deps``) to prevent accidental OpenSSL linkage that breaks FIPS-enabled systems, addressing :issue:`1972`.

v16.1.0
-------
Expand Down
1 change: 1 addition & 0 deletions scripts/build-deps
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ echo ./configure
--disable-static \
--disable-stripping \
--disable-libxml2 \
--disable-openssl \
--enable-debug=3 \
--enable-gpl \
--enable-version3 \
Expand Down
Loading