Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#1943 closed enhancement (fixed)

bzip2-1.0.4

Reported by: Matthew Burgess Owned by: Matthew Burgess
Priority: normal Milestone:
Component: Book Version: SVN
Severity: normal Keywords:
Cc:

Description

New version. Changes details the following:

  • 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.

Note changes 5 & 6 which should mean we can drop 2 patches from our instructions.

Change History (4)

comment:1 by robert@…, 17 years ago

Works fine for me, but it installs to /usr/local by default. Need to install with:

make PREFIX=/usr install

comment:2 by Matthew Burgess, 17 years ago

Owner: changed from lfs-book@… to Matthew Burgess
Status: newassigned

comment:3 by Matthew Burgess, 17 years ago

Resolution: fixed
Status: assignedclosed

comment:4 by Jeremy Huntwork, 17 years ago

Milestone: 6.3

Milestone 6.3 deleted

Note: See TracTickets for help on using tickets.