summaryrefslogtreecommitdiffstats
path: root/lib/libarchive/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Track version # from the portable release.kientzle2008-01-231-1/+1
* The mtree.5 file has been moved to src/usr.sbin/mtree.kientzle2008-01-011-1/+0
* Update libarchive to 2.4.10. This includes a number of improvementskientzle2007-12-301-15/+12
* Add archive_entry_copy_gname() and archive_entry_copy_uname()kientzle2007-07-151-0/+2
* Correct multiple security issues in how libarchive handles corruptcperciva2007-07-121-1/+1
* Fix installworld: /usr/bin/printf isn't available then,kientzle2007-07-071-1/+3
* New "version stamp" simplifies determining the exact versionkientzle2007-07-061-7/+11
* Support for writing the 'newc' cpio format, plus a minimal test harnesskientzle2007-06-221-0/+1
* libarchive 2.2.3kientzle2007-05-291-2/+23
* s/@VERSION@/@ARCHIVE_VERSION@/cperciva2007-05-021-1/+1
* Consolidate numeric limit macros in one place; include themkientzle2007-04-151-1/+1
* Overhaul of 'ar' support:kientzle2007-04-141-0/+1
* Fix the build by temporarily disabling 'ar' support untilkientzle2007-04-141-1/+0
* Fix the build.kientzle2007-04-141-1/+1
* Conventionally, tar archives have always included a trailing '/'kientzle2007-04-141-1/+1
* Now that libarchive is being built in more environments,kientzle2007-04-121-1/+2
* Enable 'ar' support; hook it up to the build andkientzle2007-04-071-1/+3
* Move archive_read_data_into_buffer into archive_read.c, simplify itscperciva2007-04-051-1/+0
* Notice when mkdir() fails.kientzle2007-03-241-1/+1
* When ARCHIVE_EXTRACT_UNLINK is requested:kientzle2007-03-131-1/+1
* Libarchive 2.0.23:kientzle2007-03-111-1/+1
* libarchive 2.0kientzle2007-03-031-2/+16
* Add support for a new archive format "empty" that reads empty files.kientzle2007-02-011-0/+1
* Bump the libarchive version number, correct the shell hackery to breakkientzle2006-11-261-5/+6
* Write-blocking cleanup, largely thanks to Colin Percival (cperciva@).kientzle2006-11-261-1/+3
* Unbreak libarchive on arm. Two parts of libarchive relied on akientzle2006-11-261-5/+0
* Connect four new files to the build.kientzle2006-11-241-1/+9
* Officially rename archive_{read,write}_open_file() tokientzle2006-11-201-2/+4
* Eliminate documentation references to a non-existent function.kientzle2006-11-061-1/+0
* Computing SHLIB_MAJOR is not a good idea. It's really a FreeBSDkientzle2006-11-061-6/+3
* Some minor corrections:kientzle2006-09-051-0/+4
* Simplify some of the wide-character handling, inspiredkientzle2006-05-011-1/+1
* POSIX.1e-style Extended Attribute supportkientzle2006-03-211-1/+1
* The idea of supporting 'tp' was a fun one, but it iskientzle2006-03-111-1/+0
* Remove configure.ac.in and reorganize a few other things. This iskientzle2006-03-081-91/+27
* Fix an aliasing error in the new TP support and reenable it in the build.kientzle2006-01-261-0/+1
* Disable "tp" support until I figure out why it's breaking the build. <sigh>kientzle2006-01-181-1/+0
* Add support for "tp" format. tp was the standard systemkientzle2006-01-171-1/+2
* Add missing shared library interdependencies.ru2005-11-101-0/+2
* Fix installworld breakage. <sigh>kientzle2005-10-141-2/+2
* 1) Use GNU libtool to build shared libraries on non-FreeBSDkientzle2005-10-131-21/+65
* Add a lot of error checks, based on the patches provided by Dan Lukes.kientzle2005-09-211-1/+1
* Style issue: Don't include <wchar.h> where it is not actually needed.kientzle2005-09-101-1/+1
* Bump the shared library version number of all libraries that have notkensmith2005-07-221-1/+1
* Minor clean up for flags restoration: Use fchflags/lchflags whenkientzle2005-06-041-1/+1
* Start to address the race issue between restoring a file's contentskientzle2005-05-211-1/+1
* Fix broken ACL configuration on FreeBSD 4 and Linux.kientzle2005-04-231-2/+3
* Update "make distfile" to use newest automake/autoconf from ports.kientzle2005-04-171-2/+2
* Clean up the support for extracting very long pathnames.kientzle2005-03-291-1/+1
* Support extracting entries with pathnames longer than PATH_MAX. Inkientzle2005-03-131-1/+1
OpenPOWER on IntegriCloud