diff options
author | joerg <joerg@pkgsrc.org> | 2008-03-29 14:41:01 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-03-29 14:41:01 +0000 |
commit | c3e79fcd9470d86c75af15ba966594fcf5e1fae4 (patch) | |
tree | ce72912342a848d7db39eda455f4333982ff8192 /archivers | |
parent | 95113f2d690a308a34d045291b4d33ae17988c6b (diff) | |
download | pkgsrc-c3e79fcd9470d86c75af15ba966594fcf5e1fae4.tar.gz |
Update libarchive and bsdtar to 1.5.0b.
- Improve hardlink handling of hardlinks in bsdcpio
- Extend linkify to handle all sane hardlink strategies
- Improve mtree support
- Make bsdtar and bsdcpio more like the NetBSD counterparts
- Drop uudecode dependency.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/bsdtar/Makefile | 4 | ||||
-rw-r--r-- | archivers/libarchive/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/archivers/bsdtar/Makefile b/archivers/bsdtar/Makefile index 2bb32b60ba2..60f1e4151ef 100644 --- a/archivers/bsdtar/Makefile +++ b/archivers/bsdtar/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2008/03/15 11:05:29 joerg Exp $ +# $NetBSD: Makefile,v 1.6 2008/03/29 14:41:01 joerg Exp $ # -DISTNAME= bsdtar-2.4.14 +DISTNAME= bsdtar-2.5.0b CATEGORIES= archivers MASTER_SITES= http://people.freebsd.org/~kientzle/libarchive/src/ DISTFILES= # empty diff --git a/archivers/libarchive/Makefile b/archivers/libarchive/Makefile index 208a7d42ab9..324d3a54e5f 100644 --- a/archivers/libarchive/Makefile +++ b/archivers/libarchive/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.23 2008/03/15 11:05:29 joerg Exp $ +# $NetBSD: Makefile,v 1.24 2008/03/29 14:41:01 joerg Exp $ # -DISTNAME= libarchive-2.4.14 +DISTNAME= libarchive-2.5.0b CATEGORIES= archivers MASTER_SITES= http://people.freebsd.org/~kientzle/libarchive/src/ DISTFILES= # empty |