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 | 0b33676cf147e76a3fd668081171f7128c021dfe (patch) | |
tree | abe80409480bd0a7a7e6112040b0f206c3144b71 /archivers/libarchive/Makefile | |
parent | a03f164f3d5a170c0555fbb492800a13c0ce033a (diff) | |
download | pkgsrc-0b33676cf147e76a3fd668081171f7128c021dfe.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/libarchive/Makefile')
-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 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/ |