summaryrefslogtreecommitdiffstats
path: root/lib/libarchive/Makefile
diff options
context:
space:
mode:
authorkientzle <kientzle@FreeBSD.org>2007-04-14 08:20:31 +0000
committerkientzle <kientzle@FreeBSD.org>2007-04-14 08:20:31 +0000
commitf22ef7785ff8379a306fdaf2ee3838a132d04f2d (patch)
tree8cfbedf61d20f0a3edf0efe3a5de037f19df7f4d /lib/libarchive/Makefile
parentaed3c204260197526cb450a788cfdd1199023e67 (diff)
downloadFreeBSD-src-f22ef7785ff8379a306fdaf2ee3838a132d04f2d.zip
FreeBSD-src-f22ef7785ff8379a306fdaf2ee3838a132d04f2d.tar.gz
Conventionally, tar archives have always included a trailing '/'
for directories. bsdtar used to add this, but that recently got lost somehow. So now I'm adding it back in libarchive. The only odd part of doing this in libarchive: Adding a directory to a tar archive and then reading it back again can yield a different name. Add a test case to exercise some boundary conditions with tar filenames and ensure that trailing slashes are added to dir names only as necessary. Thanks to: Oliver Lehmann for bringing this regression to my attention.
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 83fbe5c..e0048ab 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.28
+VERSION= 2.0.29
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