Author: renodr
Date: Fri Jan 15 23:42:59 2021
New Revision: 24113

Log:
OpenSSH: Adapt ssh-copy-id to bash-5.1

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/postlfs/security/openssh.xml

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent      Thu Jan 14 12:41:25 2021        (r24112)
+++ trunk/BOOK/general.ent      Fri Jan 15 23:42:59 2021        (r24113)
@@ -1,12 +1,12 @@
 <!-- $LastChangedBy$ $Date$ -->
 
-<!ENTITY day          "14">                   <!-- Always 2 digits -->
+<!ENTITY day          "16">                   <!-- Always 2 digits -->
 <!ENTITY month        "01">                   <!-- Always 2 digits -->
 <!ENTITY year         "2021">
 <!ENTITY copyrightdate "2001-&year;">
 <!ENTITY copyholder   "The BLFS Development Team">
 <!ENTITY version      "&year;-&month;-&day;">
-<!ENTITY releasedate  "January 14th, &year;">
+<!ENTITY releasedate  "January 16th, &year;">
 <!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
 <!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
 <!ENTITY lfs-version  "development">          <!-- x.y|development -->

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Thu Jan 14 12:41:25 
2021        (r24112)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Fri Jan 15 23:42:59 
2021        (r24113)
@@ -42,7 +42,17 @@
     </listitem>
     -->
     <listitem>
-      <para>January 12th, 2021</para>
+      <para>January 16th, 2020</para>
+      <itemizedlist>
+        <listitem>
+          <para>[renodr] - Adapt ssh-copy-id (part of OpenSSH) to changes in
+          bash-5.1.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
+      <para>January 14th, 2021</para>
       <itemizedlist>
         <listitem>
           <para>[ken] - Update to fetchmail-6.4.15. Fixes

Modified: trunk/BOOK/postlfs/security/openssh.xml
==============================================================================
--- trunk/BOOK/postlfs/security/openssh.xml     Thu Jan 14 12:41:25 2021        
(r24112)
+++ trunk/BOOK/postlfs/security/openssh.xml     Fri Jan 15 23:42:59 2021        
(r24113)
@@ -145,6 +145,13 @@
 <screen><userinput remap="pre">patch -Np1 -i 
../openssh-&openssh-version;-glibc_2.31_fix-1.patch</userinput></screen>
 -->    
     <para>
+      First, adapt <application>ssh-copy-id</application> to changes
+      in bash-5.1:
+    </para>
+
+<screen><userinput remap="pre">sed -e '/INSTALLKEYS_SH/s/)//' -e '260a\  )' -i 
contrib/ssh-copy-id</userinput></screen>
+
+    <para>
       Install <application>OpenSSH</application> by running the following
       commands:
     </para>
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to