diff options
author | joerg <joerg@pkgsrc.org> | 2007-11-30 21:32:27 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-11-30 21:32:27 +0000 |
commit | 9d0a207b56a0276230e435dfbb76d8d31f716184 (patch) | |
tree | a1db6ac1573354549e175456eece1e0e6fb7a9f0 /archivers | |
parent | 00794f95ab2ad621e0b36a2baf22478de5390c68 (diff) | |
download | pkgsrc-9d0a207b56a0276230e435dfbb76d8d31f716184.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')
-rw-r--r-- | archivers/bsdtar/Makefile | 4 | ||||
-rw-r--r-- | archivers/libarchive/Makefile | 4 | ||||
-rw-r--r-- | archivers/libarchive/PLIST | 4 |
3 files changed, 7 insertions, 5 deletions
diff --git a/archivers/bsdtar/Makefile b/archivers/bsdtar/Makefile index e6cfefbed0b..cf61ec24879 100644 --- a/archivers/bsdtar/Makefile +++ b/archivers/bsdtar/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/08/15 22:26:29 joerg Exp $ +# $NetBSD: Makefile,v 1.2 2007/11/30 21:32:27 joerg Exp $ # -DISTNAME= bsdtar-2.2.6 +DISTNAME= bsdtar-2.4.0 CATEGORIES= archivers MASTER_SITES= http://people.freebsd.org/~kientzle/libarchive/src/ DISTFILES= # empty 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 |