~ubuntu-branches/ubuntu/precise/bzip2/precise

« back to all changes in this revision

Viewing changes to bzip2recover.c

  • Committer: Package Import Robot
  • Author(s): Anibal Monsalve Salazar
  • Date: 2011-12-04 19:51:51 UTC
  • mfrom: (7.1.5 sid)
  • Revision ID: package-import@ubuntu.com-20111204195151-2gc5u3claf8y1t9z
Tags: 1.0.6-1
* New upstream version 1.0.6
* Debian source format is 3.0 (quilt)
* Fix "insecure temporary file creation (bzexe)"
  Patch by vladz
  Closes: 632862
* Compress changelogs with the -n option
  Closes: 646972
* Update debian/copyright
  Closes: 619797

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
   This file is part of bzip2/libbzip2, a program and library for
8
8
   lossless, block-sorting data compression.
9
9
 
10
 
   bzip2/libbzip2 version 1.0.5 of 10 December 2007
11
 
   Copyright (C) 1996-2007 Julian Seward <jseward@bzip.org>
 
10
   bzip2/libbzip2 version 1.0.6 of 6 September 2010
 
11
   Copyright (C) 1996-2010 Julian Seward <jseward@bzip.org>
12
12
 
13
13
   Please read the WARNING, DISCLAIMER and PATENTS sections in the 
14
14
   README file.
328
328
   inFileName[0] = outFileName[0] = 0;
329
329
 
330
330
   fprintf ( stderr, 
331
 
             "bzip2recover 1.0.5: extracts blocks from damaged .bz2 files.\n" );
 
331
             "bzip2recover 1.0.6: extracts blocks from damaged .bz2 files.\n" );
332
332
 
333
333
   if (argc != 2) {
334
334
      fprintf ( stderr, "%s: usage is `%s damaged_file_name'.\n",