Ignore:
Timestamp:
09/13/2013 05:14:17 PM (11 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.5, 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:
534f7d7
Parents:
efc1e196
Message:

Update to openssh-6.3p1
Update to sysstat-10.1.7

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/openssh.xml

    refc1e196 r59382ab  
    99  <!ENTITY openssh-download-ftp
    1010    "ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-&openssh-version;.tar.gz">
    11   <!ENTITY openssh-md5sum        "be46174dcbb77ebb4ea88ef140685de1">
     11  <!ENTITY openssh-md5sum        "225e75c9856f76011966013163784038">
    1212  <!ENTITY openssh-size          "1.2 MB">
    13   <!ENTITY openssh-buildsize     "31 MB (additional 10 MB if running the tests)">
     13  <!ENTITY openssh-buildsize     "35 MB (additional 10 MB if running the tests)">
    1414  <!ENTITY openssh-time          "0.4 SBU (running the tests takes at least 10 minutes, irrespective of processor speed)">
    1515]>
     
    8888      <xref linkend="mitkrb"/>,
    8989      <ulink url="http://www.thrysoee.dk/editline/">libedit</ulink>,
    90       <ulink url="http://www.opensc-project.org/">OpenSC</ulink> and
     90      <ulink url="http://www.opensc-project.org/">OpenSC</ulink>, and
    9191      <ulink url="http://www.citi.umich.edu/projects/smartcard/sectok.html">libsectok</ulink>
    9292    </para>
     
    9595    <para role="optional">
    9696      <xref linkend="openjdk"/>,
    97       <xref linkend="net-tools"/> and
     97      <xref linkend="net-tools"/>, and
    9898      <xref linkend="sysstat"/>.
    9999    </para>
     
    117117
    118118<screen role="root"><userinput>install -v -m700 -d /var/lib/sshd &amp;&amp;
    119 chown -v root:sys /var/lib/sshd &amp;&amp;
     119chown   -v root:sys /var/lib/sshd &amp;&amp;
     120
    120121groupadd -g 50 sshd &amp;&amp;
    121 useradd -c 'sshd PrivSep' -d /var/lib/sshd -g sshd \
    122     -s /bin/false -u 50 sshd</userinput></screen>
     122useradd -c 'sshd PrivSep' -d /var/lib/sshd -g sshd -s /bin/false -u 50 sshd</userinput></screen>
    123123
    124124    <para>
     
    149149<!-- commenting this, I get "all tests passed" [ ken ]
    150150 NB tests should be run as _user_ but the role in the comment is root
     151
     152 commenting [ bruce ]:  There are a couple of tests that want root.
     153 The log mentions that SUDO is not set.  These skipped tests are
     154 ignored and the end says 'all tests passed' even when not root
     155
    151156    <para>
    152157      To run the test suite, issue the following commands:
     
    164169    </para>
    165170
    166 <screen role="root"><userinput>make install &amp;&amp;
     171<screen role="root"><userinput>make install                                  &amp;&amp;
    167172install -v -m755 contrib/ssh-copy-id /usr/bin &amp;&amp;
    168173install -v -m644 contrib/ssh-copy-id.1 /usr/share/man/man1 &amp;&amp;
    169 install -v -m755 -d /usr/share/doc/openssh-&openssh-version; &amp;&amp;
    170 install -v -m644 INSTALL LICENCE OVERVIEW README* \
    171     /usr/share/doc/openssh-&openssh-version;</userinput></screen>
     174install -v -m755 -d /usr/share/doc/openssh-&openssh-version;           &amp;&amp;
     175install -v -m644 INSTALL LICENCE OVERVIEW README* /usr/share/doc/openssh-&openssh-version;</userinput></screen>
    172176  </sect2>
    173177
     
    332336        <seg>
    333337          scp, sftp, sftp-server, slogin, ssh, sshd, ssh-add, ssh-agent,
    334           ssh-copy-id, ssh-keygen, ssh-keyscan, ssh-keysign and
     338          ssh-copy-id, ssh-keygen, ssh-keyscan, ssh-keysign, and
    335339          ssh-pkcs11-helper
    336340        </seg>
     
    341345          /etc/ssh,
    342346          /var/lib/sshd,
    343           /usr/lib/openssh and
     347          /usr/lib/openssh, and
    344348          /usr/share/doc/openssh-&openssh-version;
    345349        </seg>
Note: See TracChangeset for help on using the changeset viewer.