Changeset fabddfd in clfs-sysroot


Ignore:
Timestamp:
Mar 15, 2009, 9:02:47 AM (15 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
f91445c
Parents:
1547c6b
Message:

Updated Tar to 1.22.

Files:
1 added
1 deleted
5 edited
1 moved

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/tar.xml

    r1547c6b rfabddfd  
    3030<screen os="p2"><userinput>patch -Np1 -i ../&tar-man_page-patch;</userinput></screen>
    3131
    32     <para os="p3">The following patch contains a fix for an issue that may occur
    33     when <command>tar</command> calls an outside compression utility like
    34     <command>bzip2</command>:</para>
     32    <para os="p3">The following patch will add support for new compressors like XZ Utils:</para>
    3533
    36 <screen os="p4"><userinput>patch -Np1 -i ../&tar-revert_pipe_drain-patch;</userinput></screen>
     34<screen os="p4"><userinput>patch -Np1 -i ../&tar-new_compressors-patch;</userinput></screen>
    3735
    3836    <para os="a">Prepare Tar for compilation:</para>
  • BOOK/introduction/common/changelog.xml

    r1547c6b rfabddfd  
    3636    </listitem>
    3737-->
     38
     39    <listitem>
     40      <para>March 15, 2009</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[jciccone] - Updated Tar to 1.22.</para>
     44        </listitem>
     45      </itemizedlist>
     46    </listitem>
    3847
    3948    <listitem>
  • BOOK/materials/common/patches.xml

    r1547c6b rfabddfd  
    191191
    192192    <varlistentry>
    193       <term>Tar Revert Pipe Drain Patch - <token>&tar-revert_pipe_drain-patch-size;</token>:</term>
    194       <listitem>
    195         <para>Download: <ulink
    196         url="&patches-root;&tar-revert_pipe_drain-patch;"/></para>
    197         <para>MD5 sum: <literal>&tar-revert_pipe_drain-patch-md5;</literal></para>
     193      <term>Texinfo New Compressors Patch - <token>&tar-new_compressors-patch-size;</token>:</term>
     194      <listitem>
     195        <para>Download: <ulink
     196        url="&patches-root;&tar-new_compressors-patch;"/></para>
     197        <para>MD5 sum: <literal>&tar-new_compressors-patch-md5;</literal></para>
    198198      </listitem>
    199199    </varlistentry>
  • BOOK/packages.ent

    r1547c6b rfabddfd  
    290290<!ENTITY sysvinit-home " ">
    291291
    292 <!ENTITY tar-version "1.21">
     292<!ENTITY tar-version "1.22">
    293293<!ENTITY tar-size "2,028 KB">
    294294<!ENTITY tar-url "&gnu;tar/tar-&tar-version;.tar.bz2">
    295 <!ENTITY tar-md5 "4f9028d231c3e7d7bdd658e14e74c2d1">
     295<!ENTITY tar-md5 "07fa517027f426bb80f5f5ff91b63585">
    296296<!ENTITY tar-home "&gnu-software;tar">
    297297
  • BOOK/patches.ent

    r1547c6b rfabddfd  
    7878
    7979<!ENTITY tar-man_page-patch "tar-&tar-version;-man_page-1.patch">
    80 <!ENTITY tar-man_page-patch-md5 "5bea72fd46830db0fed3c58b236f6ecf">
    81 <!ENTITY tar-man_page-patch-size "20 KB">
     80<!ENTITY tar-man_page-patch-md5 "a8d01d18a3e550230302a5a52c686d25">
     81<!ENTITY tar-man_page-patch-size "16 KB">
    8282
    83 <!ENTITY tar-revert_pipe_drain-patch "tar-&tar-version;-revert_pipe_drain-1.patch">
    84 <!ENTITY tar-revert_pipe_drain-patch-md5 "fd0543b6c8b4c033af0b702f28ec6608">
    85 <!ENTITY tar-revert_pipe_drain-patch-size "4 KB">
     83<!ENTITY tar-new_compressors-patch "tar-&tar-version;-new_compressors-1.patch">
     84<!ENTITY tar-new_compressors-patch-md5 "95a38ca73a39105a5aee528471c7fcc9">
     85<!ENTITY tar-new_compressors-patch-size "2 KB">
    8686
    8787<!ENTITY vim-branch_update-patch "vim-&vim-version;-branch_update-5.patch">
  • patches/tar-1.22-man_page-1.patch

    r1547c6b rfabddfd  
    11Submitted By: Jim Gifford (jim at cross-lfs dot org)
    2 Date: 2009-01-04
    3 Initial Package Version: 1.21
     2Date: 2009-03-06
     3Initial Package Version: 1.22
    44Origin: Debian
    55Upstream Status: N/A
     
    77             added as per numerous requests.
    88
    9 diff -Naur tar-1.21.orig/doc/Makefile.am tar-1.21/doc/Makefile.am
    10 --- tar-1.21.orig/doc/Makefile.am       2008-04-14 05:03:12.000000000 -0700
    11 +++ tar-1.21/doc/Makefile.am    2009-01-04 21:40:09.000000000 -0800
     9diff -Naur tar-1.22.orig/doc/Makefile.am tar-1.22/doc/Makefile.am
     10--- tar-1.22.orig/doc/Makefile.am       2008-04-14 05:03:12.000000000 -0700
     11+++ tar-1.22/doc/Makefile.am    2009-03-05 20:50:20.245637658 -0800
    1212@@ -17,6 +17,8 @@
    1313 ## along with this program; if not, write to the Free Software Foundation,
     
    1919 tar_TEXINFOS = \
    2020  dumpdir.texi\
    21 diff -Naur tar-1.21.orig/doc/Makefile.in tar-1.21/doc/Makefile.in
    22 --- tar-1.21.orig/doc/Makefile.in       2008-12-26 14:41:47.000000000 -0800
    23 +++ tar-1.21/doc/Makefile.in    2009-01-04 21:41:05.000000000 -0800
    24 @@ -143,13 +143,16 @@
     21diff -Naur tar-1.22.orig/doc/Makefile.in tar-1.22/doc/Makefile.in
     22--- tar-1.22.orig/doc/Makefile.in       2009-03-04 23:05:25.000000000 -0800
     23+++ tar-1.22/doc/Makefile.in    2009-03-05 20:50:20.245637658 -0800
     24@@ -146,13 +146,16 @@
    2525 MAKEINFOHTML = $(MAKEINFO) --html
    2626 AM_MAKEINFOHTMLFLAGS = $(AM_MAKEINFOFLAGS)
     
    4040 ACLOCAL = @ACLOCAL@
    4141 ALLOCA = @ALLOCA@
    42 @@ -592,6 +595,7 @@
     42@@ -645,6 +648,7 @@
    4343 target_alias = @target_alias@
    4444 top_builddir = @top_builddir@
     
    4848 tar_TEXINFOS = \
    4949  dumpdir.texi\
    50 @@ -805,6 +809,51 @@
     50@@ -858,6 +862,51 @@
    5151          echo " rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]"; \
    5252          rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]; \
     
    100100 TAGS:
    101101 
    102 @@ -843,9 +892,9 @@
     102@@ -896,9 +945,9 @@
    103103          dist-info
    104104 check-am: all-am
     
    112112        done
    113113 install: install-am
    114 @@ -892,7 +941,7 @@
     114@@ -945,7 +994,7 @@
    115115 
    116116 info-am: $(INFO_DEPS)
     
    121121 install-dvi: install-dvi-am
    122122 
    123 @@ -957,7 +1006,7 @@
     123@@ -1010,7 +1059,7 @@
    124124            install-info --info-dir="$(DESTDIR)$(infodir)" "$(DESTDIR)$(infodir)/$$relfile" || :;\
    125125          done; \
     
    130130 install-pdf: install-pdf-am
    131131 
    132 @@ -1001,7 +1050,9 @@
     132@@ -1054,7 +1103,9 @@
    133133 ps-am: $(PSS)
    134134 
     
    141141 .MAKE: install-am install-strip
    142142 
    143 @@ -1010,14 +1061,15 @@
     143@@ -1063,14 +1114,15 @@
    144144        html-am info info-am install install-am install-data \
    145145        install-data-am install-dvi install-dvi-am install-exec \
     
    161161 
    162162 header.texi: $(top_srcdir)/src/tar.h
    163 diff -Naur tar-1.21.orig/doc/tar.1 tar-1.21/doc/tar.1
    164 --- tar-1.21.orig/doc/tar.1     1969-12-31 16:00:00.000000000 -0800
    165 +++ tar-1.21/doc/tar.1  2009-01-04 21:30:00.000000000 -0800
    166 @@ -0,0 +1,394 @@
     163diff -Naur tar-1.22.orig/doc/tar.1 tar-1.22/doc/tar.1
     164--- tar-1.22.orig/doc/tar.1     1969-12-31 16:00:00.000000000 -0800
     165+++ tar-1.22/doc/tar.1  2009-03-05 20:52:59.235825673 -0800
     166@@ -0,0 +1,400 @@
    167167+.\" @(#)tar.1 1.11.1 93/19/22 PJV;
    168168+.TH TAR 1 "29 Aug 2007"
     
    330330+will work.
    331331+.TP
     332+.B \-J, \-\-xz
     333+selects XZ compression algorithm
     334+.TP
    332335+.B \-k, \-\-keep\-old\-files   
    333336+keep existing files; don't overwrite them from archive
     
    335338+.B \-K, \-\-starting\-file F   
    336339+begin at file F in the archive
     340+.TP
     341+.B \-\-lzip
     342+selects Lzip compression algorithm
    337343+.TP
    338344+.B \-\-lzma
Note: See TracChangeset for help on using the changeset viewer.