From 9d6bfffd74de63bbb2b4e0a9fa02dba3bd33d8dd Mon Sep 17 00:00:00 2001 From: kientzle Date: Mon, 27 Apr 2009 20:09:05 +0000 Subject: 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. --- lib/libarchive/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/libarchive/Makefile') 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 \ -- cgit v1.1