diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2005-02-14 08:20:10 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2005-02-14 08:20:10 +0000 |
commit | 48f785170df21eeb548995292a95131a90e78363 (patch) | |
tree | abe80409480bd0a7a7e6112040b0f206c3144b71 /archivers | |
parent | dfe1f3d9f7b1f09b1295a7d9109b8023ad4edf5b (diff) | |
download | pkgsrc-48f785170df21eeb548995292a95131a90e78363.tar.gz |
Update to 1.02.006.
Changes:
# Feb 12, 2005: Fix a crash that affected Zip reading, make tree.c
portable to Linux.
# Feb 8, 2005: Don't close stdout/stdin. Fix flush code.
# Feb 6, 2005: Fix bug in new dir-walk code with non-resolvable symlinks.
# Feb 6, 2005: Fix Linux build, flush input in archive_read_open_file()
to avoid "broken pipe" warnings.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/libarchive/Makefile | 4 | ||||
-rw-r--r-- | archivers/libarchive/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/archivers/libarchive/Makefile b/archivers/libarchive/Makefile index 7f992c6a444..ae318b6c0c1 100644 --- a/archivers/libarchive/Makefile +++ b/archivers/libarchive/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2005/02/02 18:04:47 xtraeme Exp $ +# $NetBSD: Makefile,v 1.3 2005/02/14 08:20:10 xtraeme Exp $ # -DISTNAME= libarchive-1.02.002 +DISTNAME= libarchive-1.02.006 CATEGORIES= archivers MASTER_SITES= http://people.freebsd.org/~kientzle/libarchive/src/ diff --git a/archivers/libarchive/distinfo b/archivers/libarchive/distinfo index d73f631a76e..bca6e63ca2b 100644 --- a/archivers/libarchive/distinfo +++ b/archivers/libarchive/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2005/02/02 18:01:13 xtraeme Exp $ +$NetBSD: distinfo,v 1.2 2005/02/14 08:20:10 xtraeme Exp $ -SHA1 (libarchive-1.02.002.tar.gz) = 02b4df5ab519e7cadc63fef7ede9a42ebc46e9f2 -Size (libarchive-1.02.002.tar.gz) = 195839 bytes +SHA1 (libarchive-1.02.006.tar.gz) = a46853fe4fd7b7e5863194941325059fbb159d21 +Size (libarchive-1.02.006.tar.gz) = 197446 bytes |