Changeset ce5616c for postlfs/security


Ignore:
Timestamp:
12/01/2020 09:17:42 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:
f39cf0d0
Parents:
fed88eef
Message:

Update to sudo-1.9.4.
Update to feh-3.6.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/sudo.xml

    rfed88eef rce5616c  
    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        "8f230d0f8994f0b21b109370d1fbcf45">
     9  <!ENTITY sudo-md5sum        "b654699baebedd095fa525108ea12cbe">
    1010  <!ENTITY sudo-size          "3.8 MB">
    11   <!ENTITY sudo-buildsize     "49 MB (add 9 MB for tests)">
     11  <!ENTITY sudo-buildsize     "41 MB (add 9 MB for tests)">
    1212  <!ENTITY sudo-time          "0.4 SBU (add 0.1 SBU for tests)">
    1313]>
     
    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
    7587
    7688    <bridgehead renderas="sect3">Sudo Dependencies</bridgehead>
     
    107119    -i plugins/sudoers/Makefile.in</userinput></screen>
    108120-->
     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
    109126    <para>
    110127      Install <application>Sudo</application> by running the following commands:
Note: See TracChangeset for help on using the changeset viewer.