~ubuntu-branches/ubuntu/feisty/clamav/feisty

« back to all changes in this revision

Viewing changes to debian/patches/15_clamscan_typo_fixes.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2006-04-11 10:27:47 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20060411102747-neeoigoizk3gubgq
Tags: 0.88.1-1ubuntu1
* Synchronize to Debian to get new upstream microrelease (UVF exception
  approved by Daniel Holbach). This fixes the following vulnerabilities:
  - CVE-2006-1614: integer overflow in the PE header parser
  - CVE-2006-1615: format string vulnerabilities in logging code
  - CVE-2006-1630: DoS due to invalid memory access in cli_bitset_set()
* debian/clamav-base.init-stub: Protect 'x && y' with '|| true' to not break
  init script if it's run under set -e.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh /usr/share/dpatch/dpatch-run
 
2
## 15_clamscan_typo_fixes.dpatch by  <sgran@debian.org>
 
3
##
 
4
## All lines beginning with `## DP:' are a description of the patch.
 
5
## DP: Fixes typos in clamscan.1
 
6
 
 
7
@DPATCH@
 
8
 
 
9
--- clamav-0.88/docs/man/clamscan.1     2006-01-24 18:25:47.000000000 -0500
 
10
+++ clamav-0.88/docs/man/clamscan.1     2006-02-02 04:21:10.000000000 -0500
 
11
@@ -38,7 +38,7 @@
 
12
 Save scan report to FILE.
 
13
 .TP 
 
14
 \fB\-\-tempdir=DIRECTORY\fR
 
15
-Create temporary files in DIRECTORY. Directory must be writeable for the 'clamav' user or unprivileged user running clamscan.
 
16
+Create temporary files in DIRECTORY. Directory must be writable for the 'clamav' user or unprivileged user running clamscan.
 
17
 .TP 
 
18
 \fB\-\-leave\-temps\fR
 
19
 Do not remove temporary files.
 
20
@@ -65,7 +65,7 @@
 
21
 Remove infected files. \fBBe careful.\fR
 
22
 .TP 
 
23
 \fB\-\-move=DIRECTORY\fR
 
24
-Move infected files into DIRECTORY. Directory must be writeable for the 'clamav' user or unprivileged user running clamscan.
 
25
+Move infected files into DIRECTORY. Directory must be writable for the 'clamav' user or unprivileged user running clamscan.
 
26
 .TP 
 
27
 \fB\-\-no\-mail\fR
 
28
 Disable scanning of mail files.
 
29
@@ -106,7 +106,7 @@
 
30
 \fB\-\-max\-ratio=#n\fR
 
31
 Set maximum archive compression ratio limit. This option protects your system against DoS attacks (default: 250).
 
32
 .TP 
 
33
-\fB\-\-max\-dir\-recurion=#n\fR
 
34
+\fB\-\-max\-dir\-recursion=#n\fR
 
35
 Maximum depth directories are scanned at (default: 15).
 
36
 .TP 
 
37
 \fB\-\-unzip[=FULLPATH]\fR
 
38
@@ -185,7 +185,7 @@
 
39
 .TP 
 
40
 57: Can't get absolute path name of current working directory.
 
41
 .TP 
 
42
-58: I/O error, please check your filesystem.
 
43
+58: I/O error, please check your file system.
 
44
 .TP 
 
45
 59: Can't get information about current user from /etc/passwd.
 
46
 .TP