Ignore:
Timestamp:
12/18/2020 10:35:46 PM (3 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
17ae4374
Parents:
42117d4e
Message:

Update to icu4c-68_2.
Update to sudo-1.9.4p1.
Update to LWP-Protocol-https-6.10 (Perl Module).
Update to node-14.15.3.
Update to bind-9.16.9 (including utils).

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24003 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/sudo.xml

    r42117d4e r4676c15d  
    77  <!ENTITY sudo-download-http "http://www.sudo.ws/dist/sudo-&sudo-version;.tar.gz">
    88  <!ENTITY sudo-download-ftp  "ftp://ftp.sudo.ws/pub/sudo/sudo-&sudo-version;.tar.gz">
    9   <!ENTITY sudo-md5sum        "b654699baebedd095fa525108ea12cbe">
     9  <!ENTITY sudo-md5sum        "f332f458ba1d2aa479588bd6a9f8abdd">
    1010  <!ENTITY sudo-size          "3.8 MB">
    1111  <!ENTITY sudo-buildsize     "41 MB (add 9 MB for tests)">
     
    7373      </listitem>
    7474    </itemizedlist>
    75 
    76     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    77     <itemizedlist spacing="compact">
    78       <listitem>
    79         <para>
    80           Required patch to fix issues when not using sendmail:
    81           <ulink url="&patch-root;/sudo-&sudo-version;-upstream_fix-1.patch"/>
    82         </para>
    83       </listitem>
    84     </itemizedlist>
    85 
    86 
    8775
    8876    <bridgehead renderas="sect3">Sudo Dependencies</bridgehead>
     
    9886      <ulink url="http://www.fwtk.org/">FWTK</ulink>, and
    9987      <ulink url="&sourceforge-dl;/opie/">Opie</ulink>
    100 <!--  <ulink url="http://www.rsa.com/node.aspx?id=1156">SecurID</ulink>-->
    10188    </para>
    10289
     
    10996    <title>Installation of Sudo</title>
    11097
    111 <!-- To my understanding, the Makefile.in does test on readable
    112      $(sudoersdir)/sudoers anyhow. This sed seems to be redundant.
    113 
    114     <para>
    115       First, fix a problem that prevents installation from completion:
    116     </para>
    117 
    118 <screen><userinput>sed -e '/^pre-install:/{N;s@;@ -a -r $(sudoersdir)/sudoers;@}' \
    119     -i plugins/sudoers/Makefile.in</userinput></screen>
    120 -->
    121 
    122     <para>First, fix a bug identified upstream:</para>
    123 
    124 <screen><userinput>patch -Np1 -i ../sudo-&sudo-version;-upstream_fix-1.patch</userinput></screen>
    125 
    12698    <para>
    12799      Install <application>Sudo</application> by running the following commands:
    128100    </para>
    129101
    130 <!-- Developer: apparently it is disabled by default, although in configure it
    131 is written otherwise           -disable-static           \-->
    132102<screen><userinput>./configure --prefix=/usr              \
    133103            --libexecdir=/usr/lib      \
     
    142112      To test the results, issue: <command>env LC_ALL=C make check 2&gt;&amp;1
    143113      | tee ../make-check.log</command>. Check the results with <command>grep
    144       failed ../make-check.log</command>. <!--One test, test3, is known to fail
    145       if the tests are run as the root user.-->
     114      failed ../make-check.log</command>.
    146115    </para>
    147116
Note: See TracChangeset for help on using the changeset viewer.