summaryrefslogtreecommitdiff
path: root/archivers/bzip2/patches
AgeCommit message (Collapse)AuthorFilesLines
2003-09-18Use libtool with correct --mode argument. From Ron Roskens in PR 22824.wiz1-5/+5
2003-03-18Make this compile on Irix with the MIPSPro compiler by removing gcc-onlyjschauma1-2/+2
CFLAGS from a patch iff CC is not gcc.
2002-03-24Update bzip2 to 1.0.2mjl1-26/+28
A bug fix release, addressing various minor issues. * Fix an infinite segfault loop in 1.0.1 when a directory is encountered in -f (force) mode. * Avoid double fclose() of output file on certain I/O error paths. * Don't fail with internal error 1007 when fed a long stream (> 48MB) of byte 251. Also print useful message suggesting that 1007s may be caused by bad memory. * Fix uninitialised variable silly bug in demo prog dlltest.c. * Remove 512-MB limitation on recovered file size for bzip2recover on selected platforms which support 64-bit ints. * Copy file access times correctly. * Dereference symlinks when copying file permissions in -f mode. * Majorly simplify implementation of uInt64_qrm10. * Check the input file still exists before deleting the output one, when aborting in cleanUpAndFail(). * Wrapper scripts (with manpages): bzdiff, bzgrep, bzmore. * Spelling changes and minor enhancements in bzip2.1. * Avoid race condition between creating the output file and setting its interim permissions safely, by using fopen_output_safely(). * do not print senseless report with -v when compressing an empty file. * bzcat -f works on non-bzip2 files. * do not try to escape shell meta-characters on unix (the shell takes care of these). * added --fast and --best aliases for -1 -9 for gzip compatibility.
2001-07-14Honor CFLAGS passed in from environment during build.jlam1-4/+7
2001-06-21Install the headers and libraries for bzip2, and add a buildlink.mk filejlam1-8/+44
for use by other package Makefiles.
2001-06-14Oops, forgot to remove this file on update.wiz1-50/+0
2001-06-10Update to 1.0.1.wiz1-24/+11
1999-04-08Add patch from NetBSD-current:tron1-0/+50
Allow softlinks for "bzip2 -c -d" or "bzcat".
1998-10-14Update for bzip2 package to version 0.9.0b created by Geoff C. Wing.tron1-0/+30