summaryrefslogtreecommitdiffstats
path: root/lib/libarchive/Makefile
diff options
context:
space:
mode:
authorkientzle <kientzle@FreeBSD.org>2007-03-11 10:29:52 +0000
committerkientzle <kientzle@FreeBSD.org>2007-03-11 10:29:52 +0000
commitc533ace5debb7bd4b941d9cb5ab620dc140cf83f (patch)
tree2deb823f3313d605e925a0e66c615bbb45f0f5fd /lib/libarchive/Makefile
parent34561352cbc954916132a5235b0cfbca17080003 (diff)
downloadFreeBSD-src-c533ace5debb7bd4b941d9cb5ab620dc140cf83f.zip
FreeBSD-src-c533ace5debb7bd4b941d9cb5ab620dc140cf83f.tar.gz
Libarchive 2.0.23:
* The ACL formatter was mis-formatting entries which had a user/group ID but no name. Make the parser tolerant of these, so that old archives can be correctly restored; fix the formatter to generate correct entries. * Fix overwrite detection by introducing a new "FAILED" return code that indicates the current entry cannot be continued but the archive as a whole is still sound. * Header cleanup: Remove some unused headers, add some that are required with new Linux systems.
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 f5a37e9..a3f35b1 100644
--- a/lib/libarchive/Makefile
+++ b/lib/libarchive/Makefile
@@ -9,7 +9,7 @@ LDADD= -lbz2 -lz
# Major: Bumped ONLY when API/ABI breakage happens (see SHLIB_MAJOR)
# Minor: Bumped when significant new features are added
# Revision: Bumped on any notable change
-VERSION= 2.0.20
+VERSION= 2.0.23
ARCHIVE_API_MAJOR!= echo ${VERSION} | sed -e 's/[^0-9]/./g' -e 's/\..*//'
ARCHIVE_API_MINOR!= echo ${VERSION} | sed -e 's/[^0-9]/./g' -e 's/[0-9]*\.//' -e 's/\..*//'
OpenPOWER on IntegriCloud