Ignore:
Timestamp:
08/11/2015 07:54:11 PM (9 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.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, 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:
5ee1266
Parents:
74887424
Message:
  • Update to firefox-40.0.
  • Update to gnutls-3.4.4.1.
  • Update to openssh-7.0p1 and ssh-askpass-7.0p1.
  • SoundTouch-1.9.0: typo and add short description.
  • GTK+-2.24.28: reformat commands to decrease width. Im

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/openssh.xml

    r74887424 r6c6990c  
    99  <!ENTITY openssh-download-ftp
    1010           "ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-&openssh-version;.tar.gz">
    11   <!ENTITY openssh-md5sum        "0b161c44fc31fbc6b76a6f8ae639f16f">
    12   <!ENTITY openssh-size          "1.4 MB">
    13   <!ENTITY openssh-buildsize     "44 MB (additional 3 MB if running the tests)">
    14   <!ENTITY openssh-time          "0.4 SBU (running the tests takes at least 10
    15                                   minutes, irrespective of processor speed)">
     11  <!ENTITY openssh-md5sum        "831883f251ac34f0ab9c812acc24ee69">
     12  <!ENTITY openssh-size          "1.5 MB">
     13  <!ENTITY openssh-buildsize     "44  MB (52 MB, with tests)">
     14  <!ENTITY openssh-time          "0.5 SBU (running the tests takes 10+ minutes,
     15                                  irrespective of processor speed)">
    1616]>
    1717
     
    9191      <xref linkend="mitkrb"/>,
    9292      <ulink url="http://www.thrysoee.dk/editline/">libedit</ulink>,
    93       <ulink url="http://www.opensc-project.org/">OpenSC</ulink>, and
     93      <ulink url="https://github.com/OpenSC/OpenSC/wiki">OpenSC</ulink>, and
    9494      <ulink url="http://www.citi.umich.edu/projects/smartcard/sectok.html">libsectok</ulink>
    9595    </para>
     
    119119    </para>
    120120
    121 <screen role="root"><userinput>install -v -m700 -d /var/lib/sshd &amp;&amp;
    122 chown   -v root:sys /var/lib/sshd &amp;&amp;
    123 
    124 groupadd -g 50 sshd &amp;&amp;
    125 useradd -c 'sshd PrivSep' -d /var/lib/sshd -g sshd -s /bin/false -u 50 sshd</userinput></screen>
     121<screen role="root"><userinput>install  -v -m700 -d /var/lib/sshd &amp;&amp;
     122chown    -v root:sys /var/lib/sshd &amp;&amp;
     123
     124groupadd -g 50 sshd        &amp;&amp;
     125useradd  -c 'sshd PrivSep' \
     126         -d /var/lib/sshd  \
     127         -g sshd           \
     128         -s /bin/false     \
     129         -u 50 sshd</userinput></screen>
    126130
    127131    <para>
     
    152156
    153157 commenting [ bruce ]:  There are a couple of tests that want root.
    154  The log mentions that SUDO is not set.  These skipped tests are 
     158 The log mentions that SUDO is not set.  These skipped tests are
    155159 ignored and the end says 'all tests passed' even when not root
    156160
     
    170174    </para>
    171175
    172 <screen role="root"><userinput>make install                                  &amp;&amp;
    173 install -v -m755 contrib/ssh-copy-id /usr/bin &amp;&amp;
    174 install -v -m644 contrib/ssh-copy-id.1 /usr/share/man/man1 &amp;&amp;
    175 install -v -m755 -d /usr/share/doc/openssh-&openssh-version;           &amp;&amp;
    176 install -v -m644 INSTALL LICENCE OVERVIEW README* /usr/share/doc/openssh-&openssh-version;</userinput></screen>
     176<screen role="root"><userinput>make install &amp;&amp;
     177install -v -m755    contrib/ssh-copy-id /usr/bin     &amp;&amp;
     178
     179install -v -m644    contrib/ssh-copy-id.1 \
     180                    /usr/share/man/man1              &amp;&amp;
     181install -v -m755 -d /usr/share/doc/openssh-&openssh-version; &amp;&amp;
     182install -v -m644    INSTALL LICENCE OVERVIEW README* \
     183                    /usr/share/doc/openssh-&openssh-version;</userinput></screen>
    177184  </sect2>
    178185
Note: See TracChangeset for help on using the changeset viewer.