Changeset 51c7b851


Ignore:
Timestamp:
05/12/2020 06:26:32 PM (4 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
10.0, 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:
a45f297
Parents:
a67b5f3
Message:

Upgrade to sudo-1.9.0; Commented a redundant sed

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    ra67b5f3 r51c7b851  
    4949        </listitem>
    5050        <listitem>
     51          <para>[thomas] - Upgrade to sudo-1.9.0. Fixes
     52          <ulink url="&blfs-ticket-root;13524">#13524</ulink>.</para>
     53        </listitem>
     54        <listitem>
    5155          <para>[thomas] - Upgrade to pcre2-10.35. Fixes
    5256          <ulink url="&blfs-ticket-root;13520">#13520</ulink>.</para>
  • packages.ent

    ra67b5f3 r51c7b851  
    4141<!ENTITY ssh-askpass-version          "&openssh-version;">
    4242<!ENTITY stunnel-version              "5.56">
    43 <!ENTITY sudo-version                 "1.8.31p1">
     43<!ENTITY sudo-version                 "1.9.0">
    4444<!ENTITY tripwire-version             "2.4.3.7">
    4545<!ENTITY volume_key-version           "0.3.12">
  • postlfs/security/sudo.xml

    ra67b5f3 r51c7b851  
    9797    <title>Installation of Sudo</title>
    9898
     99<!-- To my understanding, the Makefile.in does test on readable
     100     $(sudoersdir)/sudoers anyhow. This sed seems to be redundant.
     101
    99102    <para>
    100103      First, fix a problem that prevents installation from completion:
     
    103106<screen><userinput>sed -e '/^pre-install:/{N;s@;@ -a -r $(sudoersdir)/sudoers;@}' \
    104107    -i plugins/sudoers/Makefile.in</userinput></screen>
    105 
     108-->
    106109    <para>
    107110      Install <application>Sudo</application> by running the following commands:
Note: See TracChangeset for help on using the changeset viewer.