~ubuntu-branches/debian/sid/awstats/sid

« back to all changes in this revision

Viewing changes to docs/awstats_upgrade.html

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2005-02-05 17:13:48 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050205171348-h8uy32bhbcnhciie
Tags: 6.3-1
* New upstream release. Closes: bug#293702, #293668 (thanks to Nelson
  A. de Oliveira <naoliv@biolinux.df.ibilce.unesp.br>).
  + Includes upstream fix for security bug fixed in 6.2-1.1.
  + Includes upstream fix for most of security bug fixed in 6.2-1.1.
* Acknowledge NMUs. Closes: bug#291064, #294488 (thanks to Martin
  Schulze <joey@infodrom.org>, Martin Pitt <mpitt@debian.org>, Ubuntu,
  Joey Hess <joeyh@debian.org>, Frank Lichtenheld <djpig@debian.org> and Steve
  Langasek <vorlon@debian.org>).
* Include patch for last parts of security bug fixed in 6.2-1.1:
  01_sanitize_more.patch.
* Patch (02) to include snapshot of recent development:
  + Fix security hole that allowed a user to read log file content
    even when plugin rawlog was not enabled.
  + Fix a possible use of AWStats for a DoS attack.
  + configdir option was broken on windows servers.
  + DebugMessages is by default set to 0 for security reasons.
  + Minor fixes.
* References:
  CAN-2005-0435 - read server logs via loadplugin and pluginmode
  CAN-2005-0436 - code injection via PluginMode
  CAN-2005-0437 - directory traversal via loadplugin
  CAN-2005-0438 - information leak via debug

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
<meta name="title" content="AWStats Documentation - Upgrade setup">
8
8
<title>AWStats Documentation - Upgrade setup</title>
9
9
<link rel="stylesheet" href="styles.css" type="text/css">
10
 
<!-- $Revision: 1.7 $ - $Author: eldy $ - $Date: 2003/12/31 06:49:45 $ -->
 
10
<!-- $Revision: 1.11 $ - $Author: eldy $ - $Date: 2004/12/18 22:04:23 $ -->
11
11
</head>
12
12
 
13
13
<body topmargin=10 leftmargin=5>
20
20
<td bgcolor=#9999cc align=center><a href="/"><img src="images/awstats_logo4.png" border=0></a></td>
21
21
<td bgcolor=#9999cc align=center>
22
22
<br>
23
 
<font style="font: 16pt arial,helvetica,sanserif" color=#EEEEFF><b>AWStats logfile analyzer 6.0 Documentation</b></font><br>
 
23
<font style="font: 16pt arial,helvetica,sans-serif" color=#EEEEFF><b>AWStats logfile analyzer 6.3 Documentation</b></font><br>
24
24
<br>
25
25
</td>
26
26
<td bgcolor=#9999cc align=center>
30
30
 
31
31
</table>
32
32
 
33
 
<br><br><H1 style="font: 26px arial,helvetica,sanserif">Upgrading AWStats to a new version</H1>
 
33
<br><br><H1 style="font: 26px arial,helvetica,sans-serif">Upgrading AWStats to a new version</H1>
34
34
 
35
35
To upgrade AWStats from an old version to a new one, all you have to do is:<br>
36
36
<br>
88
88
<hr>
89
89
 
90
90
<script language=javascript>
91
 
        var date='$Date: 2003/12/31 06:49:45 $';
 
91
        var date='$Date: 2004/12/18 22:04:23 $';
92
92
        document.writeln("Last revision: "+date);
93
93
</script>
94
94