summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorwiz <wiz>2005-03-24 14:36:49 +0000
committerwiz <wiz>2005-03-24 14:36:49 +0000
commit4303f3df71935399e9366aeb21485bba8972f6af (patch)
tree72741a7fd2fe5936d6e73ad554f796d0c3d387ea /archivers
parentd979957c8cc73ffac067210df27ee287b5690cd6 (diff)
downloadpkgsrc-4303f3df71935399e9366aeb21485bba8972f6af.tar.gz
Update to 0.9.2:
New in 0.9.2: * Created workaround for a major pthreads problem (on Linux at least) that would cause segfaults and missed signals in the pthreads library itself when mutexes or signals were created/destroyed too quickly. This used to happen when processing multiple files, but now pbzip2 only generates its mutexes and signals at the beginning and reuses the same ones for multiple files. Special thanks to George Chalissery for help with this one. * Increased size of BZIP2 header match from 56 bits to 72 bits for more accurate detection * Modified some buffers to use the vector class for easier memory management and to eliminate one read pass of the input data for decompression so should be slightly faster. * Now checks if input file exists before checking if output file already exists (when not using -f) * Now checks to ensure input is regular file and not a directory before processing * Now deletes input file only if output file exists and is greater than 0 bytes (-k will always preserve input file) * Now checks input file for bzip2 header before trying to decompress file * Minor code cleanup New in 0.9.1 * Fixed bug: -c switch now implies -k so input file is not deleted when data is output to stdout New in 0.9.0: * Added -c switch for data output to stdout * Added -t switch to test integrity of compressed data * Added autodetection for # of CPUs on supported platforms and made detected value default # CPUs to use * Fixed bug where pbzip2 processed 0 byte files * Tried to make program exit codes the same as bzip2
Diffstat (limited to 'archivers')
-rw-r--r--archivers/pbzip2/Makefile4
-rw-r--r--archivers/pbzip2/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/archivers/pbzip2/Makefile b/archivers/pbzip2/Makefile
index 158f59a5237..be2911bc21e 100644
--- a/archivers/pbzip2/Makefile
+++ b/archivers/pbzip2/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2005/01/21 02:39:23 tv Exp $
+# $NetBSD: Makefile,v 1.3 2005/03/24 14:36:49 wiz Exp $
#
-DISTNAME= pbzip2-0.8.3
+DISTNAME= pbzip2-0.9.2
CATEGORIES= archivers
MASTER_SITES= http://compression.ca/pbzip2/
diff --git a/archivers/pbzip2/distinfo b/archivers/pbzip2/distinfo
index 26c55c3b4cd..1a7097cae81 100644
--- a/archivers/pbzip2/distinfo
+++ b/archivers/pbzip2/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2005/02/23 14:45:25 agc Exp $
+$NetBSD: distinfo,v 1.5 2005/03/24 14:36:49 wiz Exp $
-SHA1 (pbzip2-0.8.3.tar.gz) = d1b9aaa822b196f572eeabf9f501957093cb3466
-RMD160 (pbzip2-0.8.3.tar.gz) = f86a70dd11f9f922330e9060b69cce9705885f83
-Size (pbzip2-0.8.3.tar.gz) = 13145 bytes
+SHA1 (pbzip2-0.9.2.tar.gz) = fa97046caae2ae46b6feff454b91c89a6d5bcd96
+RMD160 (pbzip2-0.9.2.tar.gz) = 7e9c6f0066d33aedc1d33d88122412e8091ec41b
+Size (pbzip2-0.9.2.tar.gz) = 15985 bytes
SHA1 (patch-aa) = fa47ae1bab608b8d92e6788fb077a4f4ad9283e5