Changeset b9d56ad4 for postlfs/security


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

Location:
postlfs/security
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/openssh.xml

    rddf46c4 rb9d56ad4  
    99  <!ENTITY openssh-download-ftp
    1010           "ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-&openssh-version;.tar.gz">
    11   <!ENTITY openssh-md5sum        "a084e7272b8cbd25afe0f5dce4802fef">
     11  <!ENTITY openssh-md5sum        "3e9800e6bca1fbac0eea4d41baa7f239">
    1212  <!ENTITY openssh-size          "1.3 MB">
    1313  <!ENTITY openssh-buildsize     "32 MB (additional 2 MB if running the tests)">
     
    337337        <seg>
    338338          /etc/ssh,
    339           /usr/lib/openssh,
     339          /usr/libexec/openssh,
    340340          /usr/share/doc/openssh-&openssh-version;, and
    341341          /var/lib/sshd
  • 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>
  • 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.