Changeset ecab0590 for postlfs/security


Ignore:
Timestamp:
09/05/2023 05:25:50 PM (8 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
57d41d4c
Parents:
ca3fcc45
git-author:
Xi Ruoyao <xry111@…> (09/05/2023 05:21:39 PM)
git-committer:
Xi Ruoyao <xry111@…> (09/05/2023 05:25:50 PM)
Message:

openssh: Work around FTBFS with zlib-1.13

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/openssh.xml

    rca3fcc45 recab0590  
    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.