Ignore:
Timestamp:
03/16/2014 09:57:46 PM (10 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
70384f2
Parents:
ddf46c4
Message:

Updates to sudo-1.8.10p1, openssh-6.6p1, ssh-askpass-6.6p1 and libatomic_ops-7.4.0. Fix Ruby-2.1.1 to build with Readline-6.3. Thanks Armin K.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/sudo.xml

    rddf46c4 rb9d56ad4  
    77  <!ENTITY sudo-download-http "http://www.sudo.ws/sudo/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        "954d64906c3f6e2436f33445a049c58b">
     9  <!ENTITY sudo-md5sum        "1d9c2bc5aaf02608343d17b9a666e8e1">
    1010  <!ENTITY sudo-size          "2.2 MB">
    1111  <!ENTITY sudo-buildsize     "25 MB (additional 1 MB for tests)">
    12   <!ENTITY sudo-time          "0.4 SBU">
     12  <!ENTITY sudo-time          "0.5 SBU">
    1313]>
    1414
     
    101101    </para>
    102102
    103 <screen><userinput>./configure --prefix=/usr                        \
    104             --docdir=/usr/share/doc/sudo-&sudo-version;  \
    105             --libexecdir=/usr/lib/sudo           \
    106             --with-all-insults                   \
    107             --with-env-editor                    \
     103<screen><userinput>./configure --prefix=/usr              \
     104            --libexecdir=/usr/lib/sudo \
     105            --with-all-insults         \
     106            --with-env-editor          \
     107            --disable-static           \
     108            --docdir=/usr/share/doc/sudo-&sudo-version; \
    108109            --with-passprompt="[sudo] password for %p" &amp;&amp;
    109110make</userinput></screen>
     
    144145      <parameter>--with-passprompt</parameter>: This switch sets the prompt.
    145146    </para>
     147
     148    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     149      href="../../xincludes/static-libraries.xml"/>
    146150
    147151    <note>
Note: See TracChangeset for help on using the changeset viewer.