freebsd-dev/usr.bin/ar
Martin Matuska 6c95142e79 Update libarchive to 3.0.3
Some of new features:
  - New readers: RAR, LHA/LZH, CAB reader, 7-Zip
  - New writers: ISO9660, XAR
  - Improvements to many formats, especially including ISO9660 and Zip
  - Stackable write filters to write, e.g., tar.gz.uu in a single pass
  - Exploit seekable input; new "seekable" Zip reader can exploit the Zip
    Central Directory when it's available; the old "streamable" Zip reader
    is still fully supported for cases where seeking is not possible.

Full release notes available at:
	https://github.com/libarchive/libarchive/wiki/ReleaseNotes
2012-02-25 10:58:02 +00:00
..
acplex.l Fix some more warnings found by clang. 2010-11-22 20:10:48 +00:00
acpyacc.y Correct typos in comments, no functional changes. 2011-05-20 11:29:09 +00:00
ar.1 Whitespace cleanup: 2011-12-23 00:31:26 +00:00
ar.c Update libarchive to 3.0.3 2012-02-25 10:58:02 +00:00
ar.h Add -D (deterministic) option to ar. 2010-10-09 05:31:08 +00:00
Makefile Removed ar(1)'s support for compressed archives. This change removes 2010-05-17 09:37:59 +00:00
read.c Removed ar(1)'s support for compressed archives. This change removes 2010-05-17 09:37:59 +00:00
util.c Revert most part of 200420 as requested, as more review and polish is 2009-12-13 03:14:06 +00:00
write.c Don't try to free() an address returned by mmap(). This appears to be 2011-08-04 14:18:09 +00:00