summaryrefslogtreecommitdiffstats
path: root/lib/libarchive/Makefile
diff options
context:
space:
mode:
authorkientzle <kientzle@FreeBSD.org>2005-03-13 02:53:42 +0000
committerkientzle <kientzle@FreeBSD.org>2005-03-13 02:53:42 +0000
commit4f2d6bca6d7e459e19bf8d134afc1097b3f66759 (patch)
tree4c9ecd42c1869019e457d6081215cc5c8a55edeb /lib/libarchive/Makefile
parent380715dd3e96b98c0b648a751f6a0565cbee7bc0 (diff)
downloadFreeBSD-src-4f2d6bca6d7e459e19bf8d134afc1097b3f66759.zip
FreeBSD-src-4f2d6bca6d7e459e19bf8d134afc1097b3f66759.tar.gz
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.
Diffstat (limited to 'lib/libarchive/Makefile')
-rw-r--r--lib/libarchive/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libarchive/Makefile b/lib/libarchive/Makefile
index 347f445..8ea2237 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}
OpenPOWER on IntegriCloud