Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 May 2007 05:39:10 +0000 (UTC)
From:      Tim Kientzle <kientzle@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/tar Makefile bsdtar.1 bsdtar.c bsdtar.h read.c write.c
Message-ID:  <200705290539.l4T5dA0b055597@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kientzle    2007-05-29 05:39:10 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/tar          Makefile bsdtar.1 bsdtar.c bsdtar.h 
                         read.c write.c 
  Log:
  bsdtar 2.2.3:
    * Implement --use-compress-program using new libarchive feature.
    * Minor portability improvement by adjusting casts used to
      print out uids, gids, and device numbers.
  
  Thanks to: Joerg Sonnenberger for the --use-compress-program implementation.
  MFC after: 15 days
  
  Revision  Changes    Path
  1.31      +1 -1      src/usr.bin/tar/Makefile
  1.35      +4 -0      src/usr.bin/tar/bsdtar.1
  1.75      +6 -0      src/usr.bin/tar/bsdtar.c
  1.28      +1 -0      src/usr.bin/tar/bsdtar.h
  1.33      +9 -6      src/usr.bin/tar/read.c
  1.63      +18 -13    src/usr.bin/tar/write.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200705290539.l4T5dA0b055597>