Ignore:
Timestamp:
06/30/2022 08:12:37 PM (22 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
4172b212
Parents:
f8b27ab
Message:

Package updates.
Update to vim-9.0.0006.
Update to iana-etc-20220610.
Update to OpenSSL-3.0.4.
Update to kbd-2.5.1.
Update to linux-5.18.8.
Update to bc-5.3.3.
+

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/openssl.xml

    rf8b27ab r0d80e532  
    4343  <sect2 role="installation">
    4444    <title>Installation of OpenSSL</title>
     45
     46    <para>First fix a problem with some advanced arcitectures with avx512
     47    capability:</para>
     48
     49 <screen><userinput remap="pre">sed -e '/bn_reduce.*m1/i\    factor_size /= sizeof(BN_ULONG) * 8;' \
     50    -i crypto/bn/rsaz_exp_x2.c</userinput></screen>
    4551
    4652    <para>Prepare OpenSSL for compilation:</para>
Note: See TracChangeset for help on using the changeset viewer.