summaryrefslogtreecommitdiff
path: root/archivers/libarchive
diff options
context:
space:
mode:
authorjoerg <joerg>2007-11-30 21:32:27 +0000
committerjoerg <joerg>2007-11-30 21:32:27 +0000
commita44915829214bb364c180ca6304610b86f9f705e (patch)
treea1db6ac1573354549e175456eece1e0e6fb7a9f0 /archivers/libarchive
parentc297598189e8e62cba8ccb130a632334fde309a8 (diff)
downloadpkgsrc-a44915829214bb364c180ca6304610b86f9f705e.tar.gz
Update to libarchive-2.4.0:
- portability fixes - run format auction only once, simpler and more reliable - speed up handling of uncompressed archives - fix skipping of archive entries of exactly 4GB size on 32bit platforms - fix reading files > 8 GB from tar archives - many improvements for bsdcpio
Diffstat (limited to 'archivers/libarchive')
-rw-r--r--archivers/libarchive/Makefile4
-rw-r--r--archivers/libarchive/PLIST4
2 files changed, 5 insertions, 3 deletions
diff --git a/archivers/libarchive/Makefile b/archivers/libarchive/Makefile
index 29b6bdf74ff..ffdcb243d9a 100644
--- a/archivers/libarchive/Makefile
+++ b/archivers/libarchive/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.20 2007/09/15 11:50:58 joerg Exp $
+# $NetBSD: Makefile,v 1.21 2007/11/30 21:32:27 joerg Exp $
#
-DISTNAME= libarchive-2.2.8
+DISTNAME= libarchive-2.4.0
CATEGORIES= archivers
MASTER_SITES= http://people.freebsd.org/~kientzle/libarchive/src/
DISTFILES= # empty
diff --git a/archivers/libarchive/PLIST b/archivers/libarchive/PLIST
index eabd4b88aea..46b96f6e96d 100644
--- a/archivers/libarchive/PLIST
+++ b/archivers/libarchive/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2007/07/29 17:35:14 joerg Exp $
+@comment $NetBSD: PLIST,v 1.6 2007/11/30 21:32:27 joerg Exp $
include/archive.h
include/archive_entry.h
lib/libarchive.la
@@ -9,5 +9,7 @@ man/man3/archive_write.3
man/man3/archive_write_disk.3
man/man3/libarchive_internals.3
man/man3/libarchive.3
+man/man5/cpio.5
man/man5/libarchive-formats.5
+man/man5/mtree.5
man/man5/tar.5