diff options
author | Tim Kientzle <kientzle@FreeBSD.org> | 2005-03-13 02:53:42 +0000 |
---|---|---|
committer | Tim Kientzle <kientzle@FreeBSD.org> | 2005-03-13 02:53:42 +0000 |
commit | 236d2801ad7127360de1bb809fe79b5b5f21361b (patch) | |
tree | 4c9ecd42c1869019e457d6081215cc5c8a55edeb /lib/libarchive/Makefile | |
parent | 40be948e7a024ae4886eab8e00d8ca8e60c8c0bf (diff) |
Support extracting entries with pathnames longer than PATH_MAX. In
testing, I've archived and restored dir trees with ~1MB pathnames.
Most formats, of course, have much smaller limits.
Notes
Notes:
svn path=/head/; revision=143484
Diffstat (limited to 'lib/libarchive/Makefile')
-rw-r--r-- | lib/libarchive/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libarchive/Makefile b/lib/libarchive/Makefile index 347f445e12de..8ea2237fc6fe 100644 --- a/lib/libarchive/Makefile +++ b/lib/libarchive/Makefile @@ -7,7 +7,7 @@ LIB= archive -VERSION= 1.02.006 +VERSION= 1.02.013 ARCHIVE_API_FEATURE= 2 ARCHIVE_API_VERSION= 1 SHLIB_MAJOR= ${ARCHIVE_API_VERSION} |