Actions
Architecture #23447
closedSwitch back to openssl 1.1 in relayd for now
Fix check:
To do
Regression:
No
Description
It seems to cause segfault in relayd on Debian 11, where the system version is 1.1.
[ 289.679974] r2d2-worker-0[20772]: segfault at 1000001b7 ip 00007ff129b62143 sp 00007ff128f49ea0 error 4 in libssl.so.1.1[7ff129b47000+4e000]
We'll update everything at once in the next release.
Updated by Alexis Mousset about 1 year ago
- Status changed from New to In progress
- Assignee set to Alexis Mousset
Updated by Alexis Mousset about 1 year ago
- Status changed from In progress to Pending technical review
- Assignee changed from Alexis Mousset to Vincent MEMBRÉ
- Pull Request set to https://github.com/Normation/rudder/pull/5044
Updated by Alexis Mousset about 1 year ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|1bf6d9c36e114b8859a5c9a43dcb49083c910a0f.
Updated by Vincent MEMBRÉ about 1 year ago
- Target version changed from 1046 to 7.2.11
Updated by Alexis Mousset about 1 year ago
root@server:~# lddtree /opt/rudder/bin/rudder-relayd rudder-relayd => /opt/rudder/bin/rudder-relayd (interpreter => /lib64/ld-linux-x86-64.so.2) libpq.so.5 => /lib/x86_64-linux-gnu/libpq.so.5 libssl.so.1.1 => /lib/x86_64-linux-gnu/libssl.so.1.1 libcrypto.so.1.1 => /lib/x86_64-linux-gnu/libcrypto.so.1.1 [...]
This happens because of conflicting versions of openssl used in libpq and embedded in relayd itself.
Updated by Alexis Mousset about 1 year ago
- Related to Architecture #23383: Update embedded openssl to 3.1 in relayd added
Updated by Vincent MEMBRÉ about 1 year ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 7.2.11 and 7.3.7 which were released today.
Updated by Alexis Mousset about 1 year ago
- Related to Architecture #23717: Update to OpenSSL 3.0 & CFEngine 3.21 added
Actions