summaryrefslogtreecommitdiffstats
path: root/ObsoleteFiles.inc
diff options
context:
space:
mode:
authormm <mm@FreeBSD.org>2012-02-25 10:58:02 +0000
committermm <mm@FreeBSD.org>2012-02-25 10:58:02 +0000
commit6132589d7bb05bbf0c9033cc9f5cf79bafdc0b0f (patch)
tree117e869a99c6fa7f789c6d9a87cf7eac26ae69e3 /ObsoleteFiles.inc
parent87f7f0cfe8d3d17bc154ca2c0dcd51bca1444006 (diff)
parent2f6e434fe4c652da1969314fa57ae21936cec85d (diff)
downloadFreeBSD-src-6132589d7bb05bbf0c9033cc9f5cf79bafdc0b0f.zip
FreeBSD-src-6132589d7bb05bbf0c9033cc9f5cf79bafdc0b0f.tar.gz
Update libarchive to 3.0.3
Some of new features: - New readers: RAR, LHA/LZH, CAB reader, 7-Zip - New writers: ISO9660, XAR - Improvements to many formats, especially including ISO9660 and Zip - Stackable write filters to write, e.g., tar.gz.uu in a single pass - Exploit seekable input; new "seekable" Zip reader can exploit the Zip Central Directory when it's available; the old "streamable" Zip reader is still fully supported for cases where seeking is not possible. Full release notes available at: https://github.com/libarchive/libarchive/wiki/ReleaseNotes
Diffstat (limited to 'ObsoleteFiles.inc')
-rw-r--r--ObsoleteFiles.inc18
1 files changed, 18 insertions, 0 deletions
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
index 26e2130..57db012 100644
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -38,6 +38,24 @@
# xargs -n1 | sort | uniq -d;
# done
+# 20120225: libarchive 3.0.3
+OLD_FILES+=man/man3/archive_read_data_into_buffer.3.gz \
+ man/man3/archive_read_support_compression_all.3.gz \
+ man/man3/archive_read_support_compression_bzip2.3.gz \
+ man/man3/archive_read_support_compression_compress.3.gz \
+ man/man3/archive_read_support_compression_gzip.3.gz \
+ man/man3/archive_read_support_compression_lzma.3.gz \
+ man/man3/archive_read_support_compression_none.3.gz \
+ man/man3/archive_read_support_compression_program.3.gz \
+ man/man3/archive_read_support_compression_program_signature.3.gz \
+ man/man3/archive_read_support_compression_xz.3.gz \
+ man/man3/archive_write_set_callbacks.3.gz \
+ man/man3/archive_write_set_compression_bzip2.3.gz \
+ man/man3/archive_write_set_compression_compress.3.gz \
+ man/man3/archive_write_set_compression_gzip.3.gz \
+ man/man3/archive_write_set_compression_none.3.gz \
+ man/man3/archive_write_set_compression_program.3.gz
+OLD_LIBS+=usr/lib/libarchive.so.5
# 20120113: removal of wtmpcvt(1)
OLD_FILES+=usr/bin/wtmpcvt
OLD_FILES+=usr/share/man/man1/wtmpcvt.1.gz
OpenPOWER on IntegriCloud