diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2005-03-21 22:56:24 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2005-03-21 22:56:24 +0000 |
commit | 5bac9e0feb38fdb8962c8161aa0120d0a6fceb07 (patch) | |
tree | eb94d516efe6e4b62eb58f7c4bbfabee15313d73 /archivers/libarchive | |
parent | 4db9d9d5c0af38eabdc594f6e5acc1269a3564cf (diff) | |
download | pkgsrc-5bac9e0feb38fdb8962c8161aa0120d0a6fceb07.tar.gz |
Update to 1.02.016.
o archive_read_extract can now handle very long pathnames
(tested with pathnames up to 1MB).
o New dir-walk code now defaults to physical traversals.
o fix a gzip decompression issue and add better error reporting
for certain file I/O and decompression errors.
Diffstat (limited to 'archivers/libarchive')
-rw-r--r-- | archivers/libarchive/Makefile | 7 | ||||
-rw-r--r-- | archivers/libarchive/distinfo | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/archivers/libarchive/Makefile b/archivers/libarchive/Makefile index c5fbe9f5be5..b0731c8b637 100644 --- a/archivers/libarchive/Makefile +++ b/archivers/libarchive/Makefile @@ -1,12 +1,11 @@ -# $NetBSD: Makefile,v 1.4 2005/03/19 04:43:41 tv Exp $ +# $NetBSD: Makefile,v 1.5 2005/03/21 22:56:24 xtraeme Exp $ # -DISTNAME= libarchive-1.02.006 -PKGREVISION= 1 +DISTNAME= libarchive-1.02.016 CATEGORIES= archivers MASTER_SITES= http://people.freebsd.org/~kientzle/libarchive/src/ -MAINTAINER= tech-pkg@NetBSD.org +MAINTAINER= xtraeme@NetBSD.org HOMEPAGE= http://people.freebsd.org/~kientzle/libarchive/src/ COMMENT= Library to read/create different archive formats diff --git a/archivers/libarchive/distinfo b/archivers/libarchive/distinfo index eda633fe410..4ab6806fb91 100644 --- a/archivers/libarchive/distinfo +++ b/archivers/libarchive/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2005/03/19 04:43:41 tv Exp $ +$NetBSD: distinfo,v 1.5 2005/03/21 22:56:24 xtraeme Exp $ -SHA1 (libarchive-1.02.006.tar.gz) = a46853fe4fd7b7e5863194941325059fbb159d21 -RMD160 (libarchive-1.02.006.tar.gz) = edd5ce6bc02f652866b05b72b79315afa6e106a9 -Size (libarchive-1.02.006.tar.gz) = 197446 bytes +SHA1 (libarchive-1.02.016.tar.gz) = fa5ded4932720054a49c9b74769c6dfd25dc0792 +RMD160 (libarchive-1.02.016.tar.gz) = a1d6d1d040833eb4398350e32315c9b2bcba863d +Size (libarchive-1.02.016.tar.gz) = 198116 bytes SHA1 (patch-aa) = dd8464a576b6524ffd107c32b7fccf5c1426d4d2 |