Changeset c5f16ca


Ignore:
Timestamp:
01/27/2019 11:08:32 AM (6 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 12.2, 12.2-rc1, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/loongarch-12.2, xry111/mips64el, xry111/multilib, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
816b85c
Parents:
d3c9936
Message:

Fix a bug in tar-1.31, preventingat least to extract git man-pages in BLFS

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11504 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rd3c9936 rc5f16ca  
    4444-->
    4545
     46    <listitem>
     47      <para>2019-01-27</para>
     48      <itemizedlist>
     49        <listitem>
     50          <para>[pierre] - Fix a bug introduced in tar-1.31, by adding
     51          a sed to the build instructions. Also remove an obsolete comment
     52          about a failing test.</para>
     53        </listitem>
     54      </itemizedlist>
     55    </listitem>
     56
    4657    <listitem revision="systemd">
    4758      <para>2019-01-20</para>
  • chapter06/tar.xml

    rd3c9936 rc5f16ca  
    4040  <sect2 role="installation">
    4141    <title>Installation of Tar</title>
    42 <!--
    43     <para>Add a program that generates a man page for tar from the source code:</para>
     42
     43    <para>Fix a bug introduced in tar-1.31:</para>
    4444 
    45  <screen><userinput remap="pre">patch -Np1 -i ../&tar-manpage-patch;</userinput></screen>
    46 -->
     45 <screen><userinput remap="pre">sed -i 's/abort.*/FALLTHROUGH;/' src/extract.c</userinput></screen>
     46
    4747    <para>Prepare Tar for compilation:</para>
    4848
     
    7373<screen><userinput remap="test">make check</userinput></screen>
    7474
     75<!-- Seems to pass for version 1.31. Keeping as a comment just in case...
    7576    <para>One test, link mismatch, is known to fail.</para>
     77-->
    7678
    7779    <para>Install the package:</para>
  • general.ent

    rd3c9936 rc5f16ca  
    1 <!ENTITY version         "SVN-20190120">
     1<!ENTITY version         "SVN-20190127">
    22<!ENTITY short-version   "svn">  <!-- Used below in &blfs-book;
    33                                      Change to x.y for release but not -rc releases -->
    44<!ENTITY generic-version "development"> <!-- Use "development"  or "x.y[-pre{x}]" -->
    55
    6 <!ENTITY versiond        "20190120-systemd">
     6<!ENTITY versiond        "20190127-systemd">
    77<!ENTITY short-versiond  "systemd">
    88<!ENTITY generic-versiond "systemd">
    99
    10 <!ENTITY releasedate     "January 20, 2019">
     10<!ENTITY releasedate     "January 27, 2019">
    1111
    1212<!ENTITY copyrightdate   "1999-2019"><!-- jhalfs needs a literal dash, not &ndash; -->
Note: See TracChangeset for help on using the changeset viewer.