pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/archivers Update to libarchive-2.4.0:
details: https://anonhg.NetBSD.org/pkgsrc/rev/de9cab3aa959
branches: trunk
changeset: 535980:de9cab3aa959
user: joerg <joerg%pkgsrc.org@localhost>
date: Fri Nov 30 21:32:27 2007 +0000
description:
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:
archivers/bsdtar/Makefile | 4 ++--
archivers/libarchive/Makefile | 4 ++--
archivers/libarchive/PLIST | 4 +++-
3 files changed, 7 insertions(+), 5 deletions(-)
diffs (43 lines):
diff -r ea633ed7f249 -r de9cab3aa959 archivers/bsdtar/Makefile
--- a/archivers/bsdtar/Makefile Fri Nov 30 21:29:06 2007 +0000
+++ b/archivers/bsdtar/Makefile Fri Nov 30 21:32:27 2007 +0000
@@ -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 -r ea633ed7f249 -r de9cab3aa959 archivers/libarchive/Makefile
--- a/archivers/libarchive/Makefile Fri Nov 30 21:29:06 2007 +0000
+++ b/archivers/libarchive/Makefile Fri Nov 30 21:32:27 2007 +0000
@@ -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 -r ea633ed7f249 -r de9cab3aa959 archivers/libarchive/PLIST
--- a/archivers/libarchive/PLIST Fri Nov 30 21:29:06 2007 +0000
+++ b/archivers/libarchive/PLIST Fri Nov 30 21:32:27 2007 +0000
@@ -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_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
Home |
Main Index |
Thread Index |
Old Index