Changeset 66d223b


Ignore:
Timestamp:
01/16/2021 07:42:59 AM (3 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
a6423d8
Parents:
b657499
Message:

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

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rb657499 r66d223b  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "14">                   <!-- Always 2 digits -->
     3<!ENTITY day          "16">                   <!-- Always 2 digits -->
    44<!ENTITY month        "01">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2021">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "January 14th, &year;">
     9<!ENTITY releasedate  "January 16th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    rb657499 r66d223b  
    4343    -->
    4444    <listitem>
    45       <para>January 12th, 2021</para>
     45      <para>January 16th, 2020</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[renodr] - Adapt ssh-copy-id (part of OpenSSH) to changes in
     49          bash-5.1.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
     55      <para>January 14th, 2021</para>
    4656      <itemizedlist>
    4757        <listitem>
  • postlfs/security/openssh.xml

    rb657499 r66d223b  
    145145<screen><userinput remap="pre">patch -Np1 -i ../openssh-&openssh-version;-glibc_2.31_fix-1.patch</userinput></screen>
    146146-->   
     147    <para>
     148      First, adapt <application>ssh-copy-id</application> to changes
     149      in bash-5.1:
     150    </para>
     151
     152<screen><userinput remap="pre">sed -e '/INSTALLKEYS_SH/s/)//' -e '260a\  )' -i contrib/ssh-copy-id</userinput></screen>
     153
    147154    <para>
    148155      Install <application>OpenSSH</application> by running the following
Note: See TracChangeset for help on using the changeset viewer.