DragonFly BSD
DragonFly commits List (threaded) for 2009-10
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: vendor/LIBARCHIVE Import libarchive-2.7.1.


From: Peter Avalos <pavalos@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 1 Oct 2009 12:31:42 -0700 (PDT)

commit 898be84c0e27c6abf7507832cb3b70f20d10dd21
Author: Peter Avalos <pavalos@dragonflybsd.org>
Date:   Thu Oct 1 19:02:36 2009 +0000

    Import libarchive-2.7.1.
    
    * Suppress bogus warning about unxz
    * Support lzma/xz files compressed with larger buffer sizes.
    * Handle gzip files signed with OpenBSD "gzsig" program.
    * Avoid false failures when reading from pipe.

Summary of changes:
 contrib/libarchive/NEWS                            |    8 ++
 contrib/libarchive/README.DELETED                  |   38 -----------
 contrib/libarchive/build/version                   |    2 +-
 contrib/libarchive/cpio/cmdline.c                  |    2 +-
 contrib/libarchive/cpio/cpio.c                     |    8 +-
 contrib/libarchive/libarchive/archive.h            |    4 +-
 contrib/libarchive/libarchive/archive_private.h    |    4 +-
 contrib/libarchive/libarchive/archive_read.c       |   36 +++++++---
 .../libarchive/archive_read_disk_entry_from_file.c |    1 +
 .../libarchive/archive_read_open_filename.c        |   69 ++++++++++++++------
 .../archive_read_support_compression_all.c         |    2 +
 .../archive_read_support_compression_gzip.c        |    1 +
 .../archive_read_support_compression_xz.c          |    4 +-
 .../archive_read_support_format_iso9660.c          |    2 +-
 .../libarchive/archive_read_support_format_mtree.c |    2 +-
 .../libarchive/archive_read_support_format_tar.c   |   10 ++--
 .../libarchive/archive_write_set_format_cpio.c     |    5 +-
 17 files changed, 108 insertions(+), 90 deletions(-)
 delete mode 100644 contrib/libarchive/README.DELETED

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/898be84c0e27c6abf7507832cb3b70f20d10dd21


-- 
DragonFly BSD source repository



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]