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/ssh-askpass.xml

    rddf46c4 rb9d56ad4  
    99  <!ENTITY ssh-askpass-download-ftp
    1010    "ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-&ssh-askpass-version;.tar.gz">
    11   <!ENTITY ssh-askpass-md5sum        "a084e7272b8cbd25afe0f5dce4802fef">
     11  <!ENTITY ssh-askpass-md5sum        "3e9800e6bca1fbac0eea4d41baa7f239">
    1212  <!ENTITY ssh-askpass-size          "1.3 MB">
    1313  <!ENTITY ssh-askpass-buildsize     "6.4 MB">
     
    105105    </para>
    106106
    107 <screen role="root"><userinput>install -v -d -m755                  /usr/lib/openssh/contrib     &amp;&amp;
    108 install -v -m755  gnome-ssh-askpass2 /usr/lib/openssh/contrib     &amp;&amp;
    109 ln -sv -f contrib/gnome-ssh-askpass2 /usr/lib/openssh/ssh-askpass</userinput></screen>
     107<screen role="root"><userinput>install -v -d -m755                  /usr/libexec/openssh/contrib     &amp;&amp;
     108install -v -m755  gnome-ssh-askpass2 /usr/libexec/openssh/contrib     &amp;&amp;
     109ln -sv -f contrib/gnome-ssh-askpass2 /usr/libexec/openssh/ssh-askpass</userinput></screen>
    110110
    111111    <para>
    112      The use of /usr/lib/openssh/contrib and a symlink is justified by the
     112     The use of /usr/libexec/openssh/contrib and a symlink is justified by the
    113113     eventual necessity of a different program for that service.
    114114    </para>
     
    129129<screen role="root"><userinput>cat &gt;&gt; /etc/sudo.conf &lt;&lt; "EOF" &amp;&amp;
    130130<literal># Path to askpass helper program
    131 Path askpass /usr/lib/openssh/ssh-askpass</literal>
     131Path askpass /usr/libexec/openssh/ssh-askpass</literal>
    132132EOF
    133133chmod -v 0644 /etc/sudo.conf</userinput></screen>
     
    161161        </seg>
    162162        <seg>
    163           /usr/lib/openssh/contrib
     163          /usr/libexec/openssh/contrib
    164164        </seg>
    165165      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.