diff options
author | wiz <wiz@pkgsrc.org> | 2007-01-06 15:34:37 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-01-06 15:34:37 +0000 |
commit | bfa3edd54fd2f3630c3c86c75fddd2702142a926 (patch) | |
tree | 5796cea74a72baa6fa3f17a41474993fa23dcddc /archivers/bzip2/Makefile | |
parent | 71bdabaaf67eaab07832c3470860eb5c22e069e6 (diff) | |
download | pkgsrc-bfa3edd54fd2f3630c3c86c75fddd2702142a926.tar.gz |
Update to 1.0.4:
1.0.4 (20 Dec 06)
~~~~~~~~~~~~~~~~~
Fixes some minor bugs since the last version, 1.0.3.
* Fix file permissions race problem (CAN-2005-0953).
* Avoid possible segfault in BZ2_bzclose. From Coverity's NetBSD
scan.
* 'const'/prototype cleanups in the C code.
* Change default install location to /usr/local, and handle multiple
'make install's without error.
* Sanitise file names more carefully in bzgrep. Fixes CAN-2005-0758
to the extent that applies to bzgrep.
* Use 'mktemp' rather than 'tempfile' in bzdiff.
* Tighten up a couple of assertions in blocksort.c following automated
analysis.
* Fix minor doc/comment bugs.
Diffstat (limited to 'archivers/bzip2/Makefile')
-rw-r--r-- | archivers/bzip2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/archivers/bzip2/Makefile b/archivers/bzip2/Makefile index 0c2b8973797..b2b6369d9dc 100644 --- a/archivers/bzip2/Makefile +++ b/archivers/bzip2/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.42 2006/03/04 21:28:52 jlam Exp $ +# $NetBSD: Makefile,v 1.43 2007/01/06 15:34:37 wiz Exp $ # -DISTNAME= bzip2-1.0.3 +DISTNAME= bzip2-1.0.4 CATEGORIES= archivers -MASTER_SITES= http://www.bzip.org/1.0.3/ +MASTER_SITES= http://www.bzip.org/1.0.4/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.bzip.org/ |