summaryrefslogtreecommitdiffstats
path: root/lib/libarchive/Makefile
diff options
context:
space:
mode:
authorkientzle <kientzle@FreeBSD.org>2009-04-27 20:09:05 +0000
committerkientzle <kientzle@FreeBSD.org>2009-04-27 20:09:05 +0000
commit9d6bfffd74de63bbb2b4e0a9fa02dba3bd33d8dd (patch)
tree394283962dd64a06f5afb168cd090700cdf43f4f /lib/libarchive/Makefile
parent57c7fbd32383b60b96d3614adf031e3e4471c4d1 (diff)
downloadFreeBSD-src-9d6bfffd74de63bbb2b4e0a9fa02dba3bd33d8dd.zip
FreeBSD-src-9d6bfffd74de63bbb2b4e0a9fa02dba3bd33d8dd.tar.gz
Merge r990,r1044 from libarchive.googlecode.com:
read_support_format_raw() allows people to exploit libarchive's automatic decompression support by simply stubbing out the archive format handler. The raw handler is not enabled by support_format_all(), of course. It bids 1 on any non-empty input and always returns a single entry named "data" with no properties set.
Diffstat (limited to 'lib/libarchive/Makefile')
-rw-r--r--lib/libarchive/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libarchive/Makefile b/lib/libarchive/Makefile
index 6057166..00d107e 100644
--- a/lib/libarchive/Makefile
+++ b/lib/libarchive/Makefile
@@ -52,6 +52,7 @@ SRCS= archive_check_magic.c \
archive_read_support_format_empty.c \
archive_read_support_format_iso9660.c \
archive_read_support_format_mtree.c \
+ archive_read_support_format_raw.c \
archive_read_support_format_tar.c \
archive_read_support_format_zip.c \
archive_string.c \
OpenPOWER on IntegriCloud