Changeset d7bbb40


Ignore:
Timestamp:
10/16/2019 03:28:25 AM (5 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.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:
ed0836c
Parents:
cdf0106
Message:

Update to sudo-1.8.28

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rcdf0106 rd7bbb40  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[renodr] - Update to sudo-1.8.28. Fixes
     49          <ulink url="&blfs-ticket-root;12647">#12647</ulink>.
     50          Contains a security fix for CVE-2019-14287, which is a restriction
     51          bypass.</para>
     52        </listitem>
     53        <listitem>
    4854          <para>[renodr] - Update to libgweather-3.34.0. Part of
    4955          <ulink url="&blfs-ticket-root;12617">#12617</ulink>.</para>
  • packages.ent

    rcdf0106 rd7bbb40  
    3838<!ENTITY ssh-askpass-version          "&openssh-version;">
    3939<!ENTITY stunnel-version              "5.55">
    40 <!ENTITY sudo-version                 "1.8.27">
     40<!ENTITY sudo-version                 "1.8.28">
    4141<!ENTITY tripwire-version             "2.4.3.7">
    4242<!ENTITY volume_key-version           "0.3.12">
  • postlfs/security/sudo.xml

    rcdf0106 rd7bbb40  
    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        "b5c184b13b6b5de32af630af2fd013fd">
    10   <!ENTITY sudo-size          "3.1 MB">
    11   <!ENTITY sudo-buildsize     "38 MB (with tests)">
    12   <!ENTITY sudo-time          "0.4 SBU (with tests)">
     9  <!ENTITY sudo-md5sum        "5afa5acd0c55b40916e4ad864607edfe">
     10  <!ENTITY sudo-size          "3.2 MB">
     11  <!ENTITY sudo-buildsize     "46 MB (with tests)">
     12  <!ENTITY sudo-time          "0.3 SBU (with tests)">
    1313]>
    1414
     
    280280      <seglistitem>
    281281        <seg>
    282           sudo, sudoedit (symlink), sudoreplay, and visudo
     282          cvtsudoers, sudo, sudoedit (symlink), sudoreplay, and visudo
    283283        </seg>
    284284        <seg>
     
    300300      <?dbhtml list-presentation="table"?>
    301301
     302      <varlistentry id="cvtsudoers">
     303        <term><command>cvtsudoers</command></term>
     304        <listitem>
     305          <para>
     306            converts between sudoers file formats.
     307          </para>
     308          <indexterm zone="sudo cvtsudoers">
     309            <primary sortas="b-cvtsudoers">cvtsudoers</primary>
     310          </indexterm>
     311        </listitem>
     312      </varlistentry>
     313
    302314      <varlistentry id="sudo_prog">
    303315        <term><command>sudo</command></term>
Note: See TracChangeset for help on using the changeset viewer.