freebsd-src/contrib
Martin Matuska 14b646f7c3 Update vendor/libarchive to libarchive/libarchive@ee4579617
Important changes (relevant to FreeBSD):
  #1840 year 2038 fix for pax archives on platforms with 64-bit time_t
  #1873 bsdunzip ported to libarchive from FreeBSD
  #1894 read support for zstd compression in 7zip archives
  #1918 ARM64 filter support in 7zip archives

Obtained from:		libarchive
Libarchive commit:	ee45796171324519f0c0bfd012018dd099296336
Libarchive tag:		v3.7.0
2023-07-18 09:58:47 +02:00
..
android Update vendor/libarchive to libarchive/libarchive@ee4579617 2023-07-18 09:58:47 +02:00
oss-fuzz Update vendor/libarchive/dist to git fc6563f5130d8a7ee1fc27c0e55baef35119f26c 2020-05-20 16:13:02 +00:00
psota-benchmark Keep full libarchive distribution in vendor branch (prep for 3.2.0 update) 2016-05-11 10:10:11 +00:00
shar Update vendor/libarchive/dist to libarchive/libarchive@1b2c437b9 2021-08-23 02:24:04 +02:00
archivetest.c Update vendor/libarchive/dist to git 3288ebb0353beb51dfb09d444dedbe9235ead53d 2020-02-11 23:48:03 +00:00
libarchive.1aix53.spec Keep full libarchive distribution in vendor branch (prep for 3.2.0 update) 2016-05-11 10:10:11 +00:00
libarchive.spec Update vendor/libarchive/dist to libarchive/libarchive@1b2c437b9 2021-08-23 02:24:04 +02:00
libarchive_autodetect-st_lib_archive.m4 Keep full libarchive distribution in vendor branch (prep for 3.2.0 update) 2016-05-11 10:10:11 +00:00
README Keep full libarchive distribution in vendor branch (prep for 3.2.0 update) 2016-05-11 10:10:11 +00:00
untar.c Update vendor/libarchive libarchive/libarchive@9147def1d 2022-02-09 14:20:23 +01:00

Many people have graciously sent me configuration
files, small programs that use libarchive, and other
useful and interesting tidbits.

I do not support or use any of these; but if you can use them, enjoy!

======================================================================

From: Andre Stechert <andre@splunk.com>

libarchive_autodetect-st_lib_archive.m4

M4 macros for use with autoconf to detect whether a suitable
version of libarchive is installed on this system.


======================================================================

libarchive.spec

An RPM ".spec" file for building libarchive on most systems.
This apparently was originally developed by a group at pld-linux.org.
Several people have sent me different versions of this file.

======================================================================

From: Robert Meier <rm1023@dcx.com>

libarchive.1aix53.spec

As above, for use on AIX5.3.

======================================================================

psota-benchmark

Some scripts used by Jan Psota in benchmarking
various tar implementations.

I've edited his results slightly to correctly reflect that
bsdtar does not support a "compare" operation.

======================================================================

shar

A simple shar program written on top of libarchive.

======================================================================

untar.c

A very simple and very portable standalone program that can
extract basic ustar archives.
This does not use libarchive and so can be used to extract
the libarchive distribution on any system that has a C compiler
but does not have a tar program.

======================================================================