Changeset 5a6a6be
- Timestamp:
- 04/21/2013 06:01:07 PM (10 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 7.10, 7.4, 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, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 433974d2
- Parents:
- 70aaf23
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r70aaf23 r5a6a6be 4 4 --> 5 5 6 <!ENTITY day " 17"> <!-- Always 2 digits -->6 <!ENTITY day "21"> <!-- Always 2 digits --> 7 7 <!ENTITY month "04"> <!-- Always 2 digits --> 8 8 <!ENTITY year "2013"> … … 10 10 <!ENTITY copyholder "The BLFS Development Team"> 11 11 <!ENTITY version "&year;-&month;-&day;"> 12 <!ENTITY releasedate "April 17th, &year;">12 <!ENTITY releasedate "April 21st, &year;"> 13 13 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 14 14 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> … … 163 163 <!ENTITY nss-minor-version "3"> 164 164 <!ENTITY nss-version "3.&nss-major-version;.&nss-minor-version;"> 165 <!ENTITY openssh-version "6. 1p1">165 <!ENTITY openssh-version "6.2p1"> 166 166 <!ENTITY openssl-version "1.0.1e"> 167 167 <!ENTITY p11-kit-version "0.18.1"> -
introduction/welcome/changelog.xml
r70aaf23 r5a6a6be 46 46 47 47 <listitem> 48 <para>April 21st, 2013</para> 49 <itemizedlist> 50 <listitem> 51 <para>[ken] - Openssh-6.2p1.</para> 52 </listitem> 53 </itemizedlist> 54 </listitem> 55 56 <listitem> 48 57 <para>April 17th, 2013</para> 49 58 <itemizedlist> -
postlfs/security/openssh.xml
r70aaf23 r5a6a6be 9 9 <!ENTITY openssh-download-ftp 10 10 "ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-&openssh-version;.tar.gz"> 11 <!ENTITY openssh-md5sum " 3345cbf4efe90ffb06a78670ab2d05d5">12 <!ENTITY openssh-size "1. 1MB">13 <!ENTITY openssh-buildsize "3 9 MB">14 <!ENTITY openssh-time "0.4 SBU ">11 <!ENTITY openssh-md5sum "7b2d9dd75b5cf267ea1737ec75500316"> 12 <!ENTITY openssh-size "1.2 MB"> 13 <!ENTITY openssh-buildsize "32 MB (plus 10MB if running the tests)"> 14 <!ENTITY openssh-time "0.4 SBU (running the tests takes at least 10 minutes, irrespective of processor speed)"> 15 15 ]> 16 16 … … 144 144 145 145 <para> 146 To test the results, issue: <command>make test</command>. 147 </para> 148 149 <!-- commenting this, I get "all tests passed" [ ken ] 150 NB tests should be run as _user_ but the role in the comment is root 151 <para> 146 152 To run the test suite, issue the following commands: 147 153 </para> … … 153 159 If the above command produces no 'FATAL' errors, then proceed with the 154 160 installation, as the <systemitem class="username">root</systemitem> user: 161 </para>--> 162 <para> 163 Now, as the <systemitem class="username">root</systemitem> user: 155 164 </para> 156 165 … … 279 288 <screen role="root"><userinput>sed 's@d/login@d/sshd@g' /etc/pam.d/login > /etc/pam.d/sshd && 280 289 chmod 644 /etc/pam.d/sshd && 281 echo "U SEPAM yes" >> /etc/ssh/sshd_config</userinput></screen>290 echo "UsePAM yes" >> /etc/ssh/sshd_config</userinput></screen> 282 291 283 292 <para>
Note:
See TracChangeset
for help on using the changeset viewer.