Changeset 5183155


Ignore:
Timestamp:
11/12/2023 05:14:13 PM (7 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
0c29fa19
Parents:
2f1e634e
Message:

Update to sudo-1.9.15p2

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r2f1e634e r5183155  
    4040    -->
    4141    <listitem>
     42      <para>November 12th, 2023</para>
     43      <itemizedlist>
     44        <listitem>
     45          <para>[pierre] - Update to sudo-1.9.15p2. Fixes
     46          <ulink url="&blfs-ticket-root;18848">#18848</ulink>.</para>
     47        </listitem>
     48      </itemizedlist>
     49    </listitem>
     50
     51    <listitem>
    4252      <para>November 11th, 2023</para>
    4353      <itemizedlist>
  • packages.ent

    r2f1e634e r5183155  
    3737<!ENTITY ssh-askpass-version          "&openssh-version;">
    3838<!ENTITY stunnel-version              "5.71">
    39 <!ENTITY sudo-version                 "1.9.15">
     39<!ENTITY sudo-version                 "1.9.15p2">
    4040<!ENTITY tripwire-version             "2.4.3.7">
    4141<!--<!ENTITY volume_key-version           "0.3.12">-->
  • postlfs/security/sudo.xml

    r2f1e634e r5183155  
    77  <!ENTITY sudo-download-http "https://www.sudo.ws/dist/sudo-&sudo-version;.tar.gz">
    88  <!ENTITY sudo-download-ftp  " ">
    9   <!ENTITY sudo-md5sum        "a9f266e6c0b7b2498dd474f3875b9631">
     9  <!ENTITY sudo-md5sum        "ef31b7ef72b386618990cfef94042541">
    1010  <!ENTITY sudo-size          "5.1 MB">
    11   <!ENTITY sudo-buildsize     "53 MB (add 17 MB for tests)">
    12   <!ENTITY sudo-time          "0.2 SBU (with parallelism=4; add 0.1 SBU for tests)">
     11  <!ENTITY sudo-buildsize     "67 MB (add 19 MB for tests)">
     12  <!ENTITY sudo-time          "0.3 SBU (with parallelism=4; add 0.1 SBU for tests)">
    1313]>
    1414
     
    7979      <xref linkend="server-mail"/> (that provides a
    8080      <command>sendmail</command> command),
    81       <ulink url="https://www.openafs.org/">AFS</ulink>, and
     81      <ulink url="https://www.openafs.org/">AFS</ulink>,
    8282<!--  It seems dead for decades, nowhere to download source code
    8383      <ulink url="https://www.fwtk.org/">FWTK</ulink>, and
    8484-->
    85       <ulink url="&sourceforge-dl;/opie/">Opie</ulink>
     85      <ulink url="https://github.com/linux-audit/audit-userspace">libaudit</ulink>,
     86      <ulink url="&sourceforge-dl;/opie/">Opie</ulink>, and
     87      <ulink url="https://sssd.io/">Sssd</ulink>
    8688    </para>
    8789
     
    101103            --libexecdir=/usr/lib      \
    102104            --with-secure-path         \
    103             --with-all-insults         \
    104105            --with-env-editor          \
    105106            --docdir=/usr/share/doc/sudo-&sudo-version; \
     
    108109
    109110    <para>
    110       To test the results, issue: <command>env LC_ALL=C make check 2&gt;&amp;1
    111       | tee make-check.log</command>. Check the results with <command>grep
    112       failed make-check.log</command>.
     111      To test the results, issue:
     112      <!-- line breaks in command tags confuse jhalfs -->
     113      <command>env LC_ALL=C make check |&amp; tee make-check.log</command>.
     114      Check the results with <command>grep failed make-check.log</command>.
    113115    </para>
    114116
     
    119121<!-- for a DESTDIR install as normal user, use
    120122    "make install INSTALL_OWNER= DESTDIR=<destdir>"-->
    121 <screen role="root"><userinput>make install &amp;&amp;
    122 ln -sfv libsudo_util.so.0.0.0 /usr/lib/sudo/libsudo_util.so.0</userinput></screen>
     123<screen role="root"><userinput>make install</userinput></screen>
    123124
    124125  </sect2>
     
    142143
    143144    <para>
    144       <parameter>--with-all-insults</parameter>: This switch includes all the
    145       <application>sudo</application> insult sets.
    146     </para>
    147 
    148     <para>
    149145      <parameter>--with-env-editor</parameter>: This switch enables use of the
    150146      environment variable EDITOR for <command>visudo</command>.
     
    161157      <application>Linux-PAM</application> is installed on the system.
    162158    </para>
    163 <!-- See the developer note above before the configure command
    164     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    165       href="../../xincludes/static-libraries.xml"/>-->
     159
     160    <para>
     161      <option>--with-all-insults</option>: This switch includes all the
     162      sudo insult sets. Insults are printed if the user types a bad
     163      password, and if enabled in <filename>/etc/sudoers</filename>. Use
     164      <option>--with-insults</option> to have them enabled by default.
     165      Various sets of insults can be selected with some other switches.
     166    </para>
    166167
    167168    <note>
     
    172173      </para>
    173174    </note>
    174 
     175    <!-- Seems to be fixed
    175176    <para>
    176177      <command>ln -sfv libsudo_util...</command>: Works around a bug in the
     
    178179      version (if there is one) instead of the new one.
    179180    </para>
    180 
     181    -->
    181182  </sect2>
    182183
     
    302303          libraries. Leaving them now, and updating the list, but I think
    303304          they should not be listed. -->
    304           audit_json.so, group_file.so, libsudo_util.so, sample_approval.so,
    305           sudoers.so, sudo_noexec.so, and system_group.so
     305          audit_json.so, group_file.so, libsudo_util.so,
     306          sudoers.so, sudo_intercept.so, sudo_noexec.so, and system_group.so
    306307        </seg>
    307308        <seg>
Note: See TracChangeset for help on using the changeset viewer.