aboutsummaryrefslogtreecommitdiff
path: root/lib/libarchive/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Merge r399,401,402,405,415,430,440,452,453,458,506,533,536,538,544,590Tim Kientzle2009-03-061-0/+3
* New mtree writer, thanks to Joerg Sonnenberger.Tim Kientzle2008-08-311-0/+1
* Remove the stillborn attempt to cleanup tests as well as the build dir.Tim Kientzle2008-08-241-4/+0
* Fail copying path/.. only if SECURE_NODOTDOT was specified.Tim Kientzle2008-08-241-0/+4
* archive.h is no longer constructed from archive.h.in,Tim Kientzle2008-06-151-9/+1
* MFp4: libarchive 2.5.4b. (Still 'b' until I get a bit moreTim Kientzle2008-05-261-22/+8
* Add MLINK for archive_write_close.Kai Wang2008-03-211-0/+1
* New public functions archive_entry_copy_link() and archive_entry_copy_link_w()Tim Kientzle2008-03-141-0/+2
* Support for writing 'compress' format, thanks to Joerg Sonnenberger.Tim Kientzle2008-03-141-0/+1
* Track version # from the portable release.Tim Kientzle2008-01-231-1/+1
* The mtree.5 file has been moved to src/usr.sbin/mtree.Tim Kientzle2008-01-011-1/+0
* Update libarchive to 2.4.10. This includes a number of improvementsTim Kientzle2007-12-301-15/+12
* Add archive_entry_copy_gname() and archive_entry_copy_uname()Tim Kientzle2007-07-151-0/+2
* Correct multiple security issues in how libarchive handles corruptColin Percival2007-07-121-1/+1
* Fix installworld: /usr/bin/printf isn't available then,Tim Kientzle2007-07-071-1/+3
* New "version stamp" simplifies determining the exact versionTim Kientzle2007-07-061-7/+11
* Support for writing the 'newc' cpio format, plus a minimal test harnessTim Kientzle2007-06-221-0/+1
* libarchive 2.2.3Tim Kientzle2007-05-291-2/+23
* s/@VERSION@/@ARCHIVE_VERSION@/Colin Percival2007-05-021-1/+1
* Consolidate numeric limit macros in one place; include themTim Kientzle2007-04-151-1/+1
* Overhaul of 'ar' support:Tim Kientzle2007-04-141-0/+1
* Fix the build by temporarily disabling 'ar' support untilTim Kientzle2007-04-141-1/+0
* Fix the build.Tim Kientzle2007-04-141-1/+1
* Conventionally, tar archives have always included a trailing '/'Tim Kientzle2007-04-141-1/+1
* Now that libarchive is being built in more environments,Tim Kientzle2007-04-121-1/+2
* Enable 'ar' support; hook it up to the build andTim Kientzle2007-04-071-1/+3
* Move archive_read_data_into_buffer into archive_read.c, simplify itsColin Percival2007-04-051-1/+0
* Notice when mkdir() fails.Tim Kientzle2007-03-241-1/+1
* When ARCHIVE_EXTRACT_UNLINK is requested:Tim Kientzle2007-03-131-1/+1
* Libarchive 2.0.23:Tim Kientzle2007-03-111-1/+1
* libarchive 2.0Tim Kientzle2007-03-031-2/+16
* Add support for a new archive format "empty" that reads empty files.Tim Kientzle2007-02-011-0/+1
* Bump the libarchive version number, correct the shell hackery to breakTim Kientzle2006-11-261-5/+6
* Write-blocking cleanup, largely thanks to Colin Percival (cperciva@).Tim Kientzle2006-11-261-1/+3
* Unbreak libarchive on arm. Two parts of libarchive relied on aTim Kientzle2006-11-261-5/+0
* Connect four new files to the build.Tim Kientzle2006-11-241-1/+9
* Officially rename archive_{read,write}_open_file() toTim Kientzle2006-11-201-2/+4
* Eliminate documentation references to a non-existent function.Tim Kientzle2006-11-061-1/+0
* Computing SHLIB_MAJOR is not a good idea. It's really a FreeBSDTim Kientzle2006-11-061-6/+3
* Some minor corrections:Tim Kientzle2006-09-051-0/+4
* Simplify some of the wide-character handling, inspiredTim Kientzle2006-05-011-1/+1
* POSIX.1e-style Extended Attribute supportTim Kientzle2006-03-211-1/+1
* The idea of supporting 'tp' was a fun one, but it isTim Kientzle2006-03-111-1/+0
* Remove configure.ac.in and reorganize a few other things. This isTim Kientzle2006-03-081-91/+27
* Fix an aliasing error in the new TP support and reenable it in the build.Tim Kientzle2006-01-261-0/+1
* Disable "tp" support until I figure out why it's breaking the build. <sigh>Tim Kientzle2006-01-181-1/+0
* Add support for "tp" format. tp was the standard systemTim Kientzle2006-01-171-1/+2
* Add missing shared library interdependencies.Ruslan Ermilov2005-11-101-0/+2
* Fix installworld breakage. <sigh>Tim Kientzle2005-10-141-2/+2
* 1) Use GNU libtool to build shared libraries on non-FreeBSDTim Kientzle2005-10-131-21/+65