Changeset 32244fa for postlfs


Ignore:
Timestamp:
09/06/2023 05:03:21 AM (9 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
7ffcdc1
Parents:
60de0e1 (diff), 6848b244 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk

Location:
postlfs
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • postlfs/filesystems/btrfs-progs-test-kernel.xml

    r60de0e1 r32244fa  
    77  &lt;*/M&gt; <emphasis role='blue'>B</emphasis>trfs filesystem support                                      [BTRFS_FS]
    88  [*]     <emphasis role='blue'>B</emphasis>trfs POSIX Access Control Lists                  [BTRFS_FS_POSIX_ACL]</screen>
    9 <!--  &lt;*/M&gt; <emphasis role='blue'>R</emphasis>eiserfs support (deprecated)                              [REISERFS_FS]
    10   [*]     <emphasis role='blue'>R</emphasis>eiserFS extended attributes                       [REISERFS_FS_XATTR]
    11   [*]       <emphasis role='blue'>R</emphasis>eiserFS POSIX Access Control Lists          [REISERFS_FS_POSIX_ACL]-->
  • postlfs/security/gpgme.xml

    r60de0e1 r32244fa  
    165165
    166166<screen role="root"><userinput>if swig -version > /dev/null; then
    167   pip3 install --no-index --find-links=dist --no-cache-dir --no-user gpg
     167  &install-wheel; gpg
    168168fi</userinput></screen>
    169169
  • postlfs/security/libpwquality.xml

    r60de0e1 r32244fa  
    113113
    114114<screen role="root"><userinput>make install &amp;&amp;
    115 pip3 install --no-index --find-links=dist --no-cache-dir pwquality</userinput></screen>
     115&install-wheel; pwquality</userinput></screen>
    116116
    117117  </sect2>
  • postlfs/security/nss.xml

    r60de0e1 r32244fa  
    1414  <!ENTITY nss-download-http "https://&nss-url;/NSS_&nss-dir;_RTM/src/nss-&nss-version;.tar.gz">
    1515  <!ENTITY nss-download-ftp  " ">
    16   <!ENTITY nss-md5sum        "589167c3be81d09b9e332ff17d46ebca">
     16  <!ENTITY nss-md5sum        "735347cacb3cfb04544d79c65e27b334">
    1717  <!ENTITY nss-size          "69 MB">
    18   <!ENTITY nss-buildsize     "299 MB (add 261 MB for tests)">
     18  <!ENTITY nss-buildsize     "297 MB (add 139 MB for tests)">
    1919  <!ENTITY nss-time          "1.2 SBU (with parallelism=4, add 15 SBU for tests on AMD Ryzens or at least 30 SBU on Intel machines)">
    2020  <!-- On my system, I got 64.2 SBU, but Bruce gets 18 SBU. -renodr -->
     
    2929   Bruce's 3900X 19.3 SBU, his i7-12700K about 30 SBU, 12 failures
    3030
    31    3.90:
    32      Passed:             68593
     31   3.93:
     32     Passed:             69982
    3333     Failed:             0
    3434     Failed with core:   0
  • postlfs/security/openssh.xml

    r60de0e1 r32244fa  
    176176            --with-default-path=/usr/bin             \
    177177            --with-superuser-path=/usr/sbin:/usr/bin \
    178             --with-pid-dir=/run                      &amp;&amp;
     178            --with-pid-dir=/run                      \
     179            --without-zlib-version-check             &amp;&amp;
    179180make</userinput></screen>
    180181
     
    242243    </para>
    243244
    244     <!--
    245     <para>
    246       <parameter>-\-with-md5-passwords</parameter>: This enables the use of MD5
    247       passwords.
    248     </para>
    249     -->
    250 
    251245    <para>
    252246      <parameter>--with-default-path=/usr/bin</parameter> and
     
    260254      <application>OpenSSH</application> from referring to deprecated
    261255      <filename class="directory">/var/run</filename>.
     256    </para>
     257
     258    <para>
     259      <parameter>--without-zlib-version-check</parameter>: This prevents
     260      <application>OpenSSH</application> from checking the version of
     261      the system <application>Zlib</application>.  We need to use this
     262      switch or the version check would mistakenly report the latest
     263      <application>Zlib</application> 1.13 <quote>too old</quote> and
     264      reject it.
    262265    </para>
    263266
Note: See TracChangeset for help on using the changeset viewer.