diff options
author | joerg <joerg> | 2007-09-15 11:50:58 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-09-15 11:50:58 +0000 |
commit | 39f52b06e0979320e8361d5937d920924c8ae9e0 (patch) | |
tree | d63850f63f011c1aca051e69cabc59eedeb296e3 /archivers | |
parent | ff91db7162f5eadd244d3482c470bedc5b771860 (diff) | |
download | pkgsrc-39f52b06e0979320e8361d5937d920924c8ae9e0.tar.gz |
Update libarchive to 2.2.8:
- bsdcpio now supports most of the older SUSv2 specs [not default yet]
- mtree reader to specify file arguments (experimental)
- handle gtar 1.17 sparse files (instead of the older 1.16)
- refined suid/sgid handling: it is optional if the bits can't be reset
if owner restore is also not requested
- fixes for QNX from Sean Boudreau
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/libarchive/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/libarchive/Makefile b/archivers/libarchive/Makefile index 9678de43bae..29b6bdf74ff 100644 --- a/archivers/libarchive/Makefile +++ b/archivers/libarchive/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2007/08/13 18:24:43 joerg Exp $ +# $NetBSD: Makefile,v 1.20 2007/09/15 11:50:58 joerg Exp $ # -DISTNAME= libarchive-2.2.6 +DISTNAME= libarchive-2.2.8 CATEGORIES= archivers MASTER_SITES= http://people.freebsd.org/~kientzle/libarchive/src/ DISTFILES= # empty |